Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp106 if (!Call.isGlobalCFunction()) in checkPostCall()
125 if (!Call.isGlobalCFunction()) in checkPreCall()
H A DNoReturnFunctionChecker.cpp53 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
H A DStackAddrEscapeChecker.cpp234 if (!Call.isGlobalCFunction("dispatch_after") && in checkPreCall()
235 !Call.isGlobalCFunction("dispatch_async")) in checkPreCall()
H A DPthreadLockChecker.cpp267 if (!Call.isGlobalCFunction() || C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()
671 if (Call && Call->isGlobalCFunction()) { in checkRegionChanges()
H A DValistChecker.cpp127 if (!Call.isGlobalCFunction()) in checkPreCall()
H A DGenericTaintChecker.cpp750 Call.isGlobalCFunction() ? StaticTaintRules->lookup(Call) : nullptr) in checkPreCall()
H A DBasicObjCFoundationChecks.cpp550 if (!Call.isGlobalCFunction()) in checkPreCall()
H A DStreamChecker.cpp389 if (!Call.isGlobalCFunction()) in lookupFn()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h335 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp144 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent