Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h47 bool isWaitType(const IdentifierInfo *const IdentInfo) const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp59 if (!FuncClassifier->isWaitType(PreCallEvent.getCalleeIdentifier())) in checkUnmatchedWaits()
H A DMPIFunctionClassifier.cpp277 bool MPIFunctionClassifier::isWaitType(const IdentifierInfo *IdentInfo) const { in isWaitType() function in clang::ento::mpi::MPIFunctionClassifier