Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp103 MPICollToPointTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
109 MPICollToPointTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
142 MPICollToPointTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
148 MPICollToPointTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
DMPIFunctionClassifier.h65 llvm::SmallVector<IdentifierInfo *, 4> MPICollToPointTypes; variable