Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp79 IdentInfo_MPI_Irecv = &ASTCtx.Idents.get("MPI_Irecv"); in initPointToPointIdentifiers()
80 MPIPointToPointTypes.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()
81 MPINonBlockingTypes.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()
82 MPIType.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()
83 assert(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()
DMPIFunctionClassifier.h75 *IdentInfo_MPI_Recv = nullptr, *IdentInfo_MPI_Irecv = nullptr; variable