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