Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp36 IdentInfo_MPI_Isend = &ASTCtx.Idents.get("MPI_Isend"); in initPointToPointIdentifiers()
37 MPIPointToPointTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
38 MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
39 MPIType.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
40 assert(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
DMPIFunctionClassifier.h71 IdentifierInfo *IdentInfo_MPI_Send = nullptr, *IdentInfo_MPI_Isend = nullptr, variable