Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp27 if (!FuncClassifier->isNonBlockingType(PreCallEvent.getCalleeIdentifier())) { in checkDoubleNonblocking()
59 if (!FuncClassifier->isWaitType(PreCallEvent.getCalleeIdentifier())) in checkUnmatchedWaits()
137 if (FuncClassifier->isMPI_Wait(CE.getCalleeIdentifier())) { in topRegionUsedByWait()
139 } else if (FuncClassifier->isMPI_Waitall(CE.getCalleeIdentifier())) { in topRegionUsedByWait()
152 if (FuncClassifier->isMPI_Waitall(CE.getCalleeIdentifier())) { in allRegionsUsedByWait()
179 } else if (FuncClassifier->isMPI_Wait(CE.getCalleeIdentifier())) { in allRegionsUsedByWait()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp52 if (const IdentifierInfo *II = CE.getCalleeIdentifier()) { in checkPostCall()
H A DReturnValueChecker.cpp66 Name += Call.getCalleeIdentifier()->getName(); in getName()
H A DBlockInCriticalSectionChecker.cpp174 os << "Call to blocking function '" << Call.getCalleeIdentifier()->getName() in reportBlockInCritSection()
H A DVforkChecker.cpp187 && !isCallWhitelisted(Call.getCalleeIdentifier(), C)) in checkPreCall()
H A DCheckObjCDealloc.cpp365 const IdentifierInfo *II = Call.getCalleeIdentifier(); in checkPreCall()
H A DLocalizationChecker.cpp949 const IdentifierInfo *Identifier = Call.getCalleeIdentifier(); in checkPostCall()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h335 const IdentifierInfo *getCalleeIdentifier(const CallExpr *CE) const { in getCalleeIdentifier() function
H A DCallEvent.h345 const IdentifierInfo *getCalleeIdentifier() const { in getCalleeIdentifier() function
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp328 const IdentifierInfo *II = getCalleeIdentifier(); in isCalled()