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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp73 IdentInfo_MPI_Recv = &ASTCtx.Idents.get("MPI_Recv");
74 MPIPointToPointTypes.push_back(IdentInfo_MPI_Recv);
75 MPIType.push_back(IdentInfo_MPI_Recv);
76 assert(IdentInfo_MPI_Recv);
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h74 *IdentInfo_MPI_Recv = nullptr, *IdentInfo_MPI_Irecv = nullptr; member in class:clang::ento::mpi::MPIFunctionClassifier

Completed in 127 milliseconds