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

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp106 IdentInfo_MPI_Igather = &ASTCtx.Idents.get("MPI_Igather");
107 MPICollectiveTypes.push_back(IdentInfo_MPI_Igather);
108 MPICollToPointTypes.push_back(IdentInfo_MPI_Igather);
109 MPINonBlockingTypes.push_back(IdentInfo_MPI_Igather);
110 MPIType.push_back(IdentInfo_MPI_Igather);
111 assert(IdentInfo_MPI_Igather);
238 IdentInfo == IdentInfo_MPI_Igather ||
/openbsd-current/gnu/llvm/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