Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp53 IdentInfo_MPI_Bsend = &ASTCtx.Idents.get("MPI_Bsend"); in initPointToPointIdentifiers()
54 MPIPointToPointTypes.push_back(IdentInfo_MPI_Bsend); in initPointToPointIdentifiers()
55 MPIType.push_back(IdentInfo_MPI_Bsend); in initPointToPointIdentifiers()
56 assert(IdentInfo_MPI_Bsend); in initPointToPointIdentifiers()
DMPIFunctionClassifier.h73 *IdentInfo_MPI_Bsend = nullptr, *IdentInfo_MPI_Ibsend = nullptr, variable