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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp69 IdentInfo_MPI_Irsend = &ASTCtx.Idents.get("MPI_Irsend");
70 MPIPointToPointTypes.push_back(IdentInfo_MPI_Irsend);
71 MPIType.push_back(IdentInfo_MPI_Irsend);
72 assert(IdentInfo_MPI_Irsend);
H A DMPIFunctionClassifier.h74 *IdentInfo_MPI_Rsend = nullptr, *IdentInfo_MPI_Irsend = nullptr, member in class:clang::ento::mpi::MPIFunctionClassifier

Completed in 107 milliseconds