Home
last modified time | relevance | path

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

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