Searched refs:isGlobalCFunction (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp52 if (!BuildSinks && CE.isGlobalCFunction()) {
H A DSimpleStreamChecker.cpp125 if (!Call.isGlobalCFunction())
146 if (!Call.isGlobalCFunction())
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h284 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp103 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { function in class:CallEvent

Completed in 361 milliseconds