Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp89 MPIPointToCollTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
95 MPIPointToCollTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
128 MPIPointToCollTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()
134 MPIPointToCollTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h63 llvm::SmallVector<IdentifierInfo *, 4> MPIPointToCollTypes; variable