Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp119 if (!Call.isGlobalCFunction()) in checkPostCall()
138 if (!Call.isGlobalCFunction()) in checkPreCall()
H A DNoReturnFunctionChecker.cpp51 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
H A DStackAddrEscapeChecker.cpp242 if (!Call.isGlobalCFunction("dispatch_after") && in checkPreCall()
243 !Call.isGlobalCFunction("dispatch_async")) in checkPreCall()
H A DPthreadLockChecker.cpp266 if (!Call.isGlobalCFunction() || C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()
670 if (Call && Call->isGlobalCFunction()) { in checkRegionChanges()
H A DValistChecker.cpp127 if (!Call.isGlobalCFunction()) in checkPreCall()
H A DStreamChecker.cpp368 if (!Call.isGlobalCFunction()) in lookupFn()
H A DBasicObjCFoundationChecks.cpp549 if (!Call.isGlobalCFunction()) in checkPreCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h336 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp163 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent