Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIChecker.cpp27 if (!FuncClassifier->isNonBlockingType(PreCallEvent.getCalleeIdentifier())) { in checkDoubleNonblocking()
58 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()
178 } else if (FuncClassifier->isMPI_Wait(CE.getCalleeIdentifier())) { in allRegionsUsedByWait()
/external/clang/lib/StaticAnalyzer/Checkers/
DNoReturnFunctionChecker.cpp53 if (const IdentifierInfo *II = CE.getCalleeIdentifier()) { in checkPostCall()
DVforkChecker.cpp187 && !isCallWhitelisted(Call.getCalleeIdentifier(), C)) in checkPreCall()
DCheckObjCDealloc.cpp372 const IdentifierInfo *II = Call.getCalleeIdentifier(); in checkPreCall()
DLocalizationChecker.cpp848 const IdentifierInfo *Identifier = Call.getCalleeIdentifier(); in checkPostCall()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h277 const IdentifierInfo *getCalleeIdentifier(const CallExpr *CE) const { in getCalleeIdentifier() function
DCallEvent.h333 const IdentifierInfo *getCalleeIdentifier() const { in getCalleeIdentifier() function
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp217 if (getCalleeIdentifier() != CD.II) in isCalled()