Searched refs:getCalleeIdentifier (Results 1 – 8 of 8) sorted by relevance
27 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()
53 if (const IdentifierInfo *II = CE.getCalleeIdentifier()) { in checkPostCall()
187 && !isCallWhitelisted(Call.getCalleeIdentifier(), C)) in checkPreCall()
372 const IdentifierInfo *II = Call.getCalleeIdentifier(); in checkPreCall()
848 const IdentifierInfo *Identifier = Call.getCalleeIdentifier(); in checkPostCall()
277 const IdentifierInfo *getCalleeIdentifier(const CallExpr *CE) const { in getCalleeIdentifier() function
333 const IdentifierInfo *getCalleeIdentifier() const { in getCalleeIdentifier() function
217 if (getCalleeIdentifier() != CD.II) in isCalled()