Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp53 if (!BuildSinks && CE.isGlobalCFunction()) { in checkPostCall()
H A DStackAddrEscapeChecker.cpp240 if (!Call.isGlobalCFunction("dispatch_after") && in checkPreCall()
241 !Call.isGlobalCFunction("dispatch_async")) in checkPreCall()
H A DPthreadLockChecker.cpp701 if (Call && Call->isGlobalCFunction()) { in checkRegionChanges()
H A DGenericTaintChecker.cpp838 Call.isGlobalCFunction() ? StaticTaintRules->lookup(Call) : nullptr) in checkPreCall()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h342 bool isGlobalCFunction(StringRef SpecificName = StringRef()) const;
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp144 bool CallEvent::isGlobalCFunction(StringRef FunctionName) const { in isGlobalCFunction() function in CallEvent