Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp137 if (FuncClassifier->isMPI_Wait(CE.getCalleeIdentifier())) { in topRegionUsedByWait()
179 } else if (FuncClassifier->isMPI_Wait(CE.getCalleeIdentifier())) { in allRegionsUsedByWait()
H A DMPIFunctionClassifier.cpp268 bool MPIFunctionClassifier::isMPI_Wait(const IdentifierInfo *IdentInfo) const { in isMPI_Wait() function in clang::ento::mpi::MPIFunctionClassifier
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h45 bool isMPI_Wait(const IdentifierInfo *const IdentInfo) const;