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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp90 MPIPointToCollTypes.push_back(IdentInfo_MPI_Scatter);
96 MPIPointToCollTypes.push_back(IdentInfo_MPI_Iscatter);
129 MPIPointToCollTypes.push_back(IdentInfo_MPI_Bcast);
135 MPIPointToCollTypes.push_back(IdentInfo_MPI_Ibcast);
H A DMPIFunctionClassifier.h64 llvm::SmallVector<IdentifierInfo *, 4> MPIPointToCollTypes; member in class:clang::ento::mpi::MPIFunctionClassifier

Completed in 95 milliseconds