CodeQL library for C/C++
codeql/cpp-all 0.9.3 ( changelog , source )
Search

Member predicate FormattingFunction :: isOutputGlobal

Holds if this function outputs to a global stream such as standard output, standard error or a system log. For example printf.

predicate isOutputGlobal ( )