Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A 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()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h64 llvm::SmallVector<IdentifierInfo *, 4> MPIPointToCollTypes; variable