Home
last modified time | relevance | path

Searched refs:isPointToPointType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h32 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/mpi/
H A DBufferDerefCheck.cpp64 if (FuncClassifier->isPointToPointType(Identifier)) { in check()
H A DTypeMismatchCheck.cpp281 if (FuncClassifier->isPointToPointType(Identifier)) { in check()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp213 bool MPIFunctionClassifier::isPointToPointType( in isPointToPointType() function in clang::ento::mpi::MPIFunctionClassifier