Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp90 MPIPointToCollTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
96 MPIPointToCollTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
129 MPIPointToCollTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()
135 MPIPointToCollTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
DMPIFunctionClassifier.h64 llvm::SmallVector<IdentifierInfo *, 4> MPIPointToCollTypes; variable