Home
last modified time | relevance | path

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

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