Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp120 if (!Call.isGlobalCFunction()) in checkPostCall()
139 if (!Call.isGlobalCFunction()) in checkPreCall()
H A DNoReturnFunctionChecker.cpp52 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
H A DStackAddrEscapeChecker.cpp238 if (!Call.isGlobalCFunction("dispatch_after") && in checkPreCall()
239 !Call.isGlobalCFunction("dispatch_async")) in checkPreCall()
H A DValistChecker.cpp126 if (!Call.isGlobalCFunction()) in checkPreCall()
H A DBasicObjCFoundationChecks.cpp550 if (!Call.isGlobalCFunction()) in checkPreCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h356 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp162 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent