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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp119 IdentInfo_MPI_Iallgather = &ASTCtx.Idents.get("MPI_Iallgather");
120 MPICollectiveTypes.push_back(IdentInfo_MPI_Iallgather);
121 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallgather);
122 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather);
123 MPIType.push_back(IdentInfo_MPI_Iallgather);
124 assert(IdentInfo_MPI_Iallgather);
240 IdentInfo == IdentInfo_MPI_Iallgather;
246 IdentInfo == IdentInfo_MPI_Iallgather;
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h80 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr, member in class:clang::ento::mpi::MPIFunctionClassifier

Completed in 174 milliseconds