reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
323 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
549 if (!Call.isGlobalCFunction())
tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp 51 if (!BuildSinks && CE.isGlobalCFunction()) {
tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp119 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())