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

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

Completed in 109 milliseconds