Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp32 MPIPointToPointTypes.push_back(IdentInfo_MPI_Send); in initPointToPointIdentifiers()
37 MPIPointToPointTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
43 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
48 MPIPointToPointTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
54 MPIPointToPointTypes.push_back(IdentInfo_MPI_Bsend); in initPointToPointIdentifiers()
59 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()
65 MPIPointToPointTypes.push_back(IdentInfo_MPI_Rsend); in initPointToPointIdentifiers()
70 MPIPointToPointTypes.push_back(IdentInfo_MPI_Irsend); in initPointToPointIdentifiers()
75 MPIPointToPointTypes.push_back(IdentInfo_MPI_Recv); in initPointToPointIdentifiers()
80 MPIPointToPointTypes.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()
[all …]
DMPIFunctionClassifier.h61 llvm::SmallVector<IdentifierInfo *, 10> MPIPointToPointTypes; variable