Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h29 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp27 if (!FuncClassifier->isNonBlockingType(PreCallEvent.getCalleeIdentifier())) { in checkDoubleNonblocking()
H A DMPIFunctionClassifier.cpp207 bool MPIFunctionClassifier::isNonBlockingType( in isNonBlockingType() function in clang::ento::mpi::MPIFunctionClassifier