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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp31 MPIPointToPointTypes.push_back(IdentInfo_MPI_Send);
36 MPIPointToPointTypes.push_back(IdentInfo_MPI_Isend);
42 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ssend);
47 MPIPointToPointTypes.push_back(IdentInfo_MPI_Issend);
53 MPIPointToPointTypes.push_back(IdentInfo_MPI_Bsend);
58 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ibsend);
64 MPIPointToPointTypes.push_back(IdentInfo_MPI_Rsend);
69 MPIPointToPointTypes.push_back(IdentInfo_MPI_Irsend);
74 MPIPointToPointTypes.push_back(IdentInfo_MPI_Recv);
79 MPIPointToPointTypes
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h60 llvm::SmallVector<IdentifierInfo *, 10> MPIPointToPointTypes; member in class:clang::ento::mpi::MPIFunctionClassifier

Completed in 120 milliseconds