Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp38 MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
49 MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
60 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()
81 MPINonBlockingTypes.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()
97 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
110 MPINonBlockingTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
123 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
136 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
149 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
162 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
[all …]
DMPIFunctionClassifier.h59 llvm::SmallVector<IdentifierInfo *, 12> MPINonBlockingTypes; variable