Home
last modified time | relevance | path

Searched refs:isWaitType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.h48 bool isWaitType(const IdentifierInfo *const IdentInfo) const;
DMPIChecker.cpp58 if (!FuncClassifier->isWaitType(PreCallEvent.getCalleeIdentifier())) in checkUnmatchedWaits()
DMPIFunctionClassifier.cpp278 bool MPIFunctionClassifier::isWaitType(const IdentifierInfo *IdentInfo) const { in isWaitType() function in clang::ento::mpi::MPIFunctionClassifier