Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DSimpleStreamChecker.cpp120 if (!Call.isGlobalCFunction()) in checkPostCall()
139 if (!Call.isGlobalCFunction()) in checkPreCall()
DNoReturnFunctionChecker.cpp52 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h324 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp121 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent