reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  323   bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  549   if (!Call.isGlobalCFunction())
tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
   51   if (!BuildSinks && CE.isGlobalCFunction()) {
tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
  119   if (!Call.isGlobalCFunction())
  138   if (!Call.isGlobalCFunction())
tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  238   if (!Call.isGlobalCFunction("dispatch_after") &&
  239       !Call.isGlobalCFunction("dispatch_async"))
tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  127   if (!Call.isGlobalCFunction())