Searched refs:IdentInfo_MPI_Allgather (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp113 IdentInfo_MPI_Allgather = &ASTCtx.Idents.get("MPI_Allgather");
114 MPICollectiveTypes.push_back(IdentInfo_MPI_Allgather);
115 MPICollToCollTypes.push_back(IdentInfo_MPI_Allgather);
116 MPIType.push_back(IdentInfo_MPI_Allgather);
117 assert(IdentInfo_MPI_Allgather);
239 IdentInfo == IdentInfo_MPI_Allgather ||
245 return IdentInfo == IdentInfo_MPI_Allgather ||
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h79 *IdentInfo_MPI_Igather = nullptr, *IdentInfo_MPI_Allgather = nullptr, member in class:clang::ento::mpi::MPIFunctionClassifier

Completed in 115 milliseconds