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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp38 MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend);
49 MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend);
60 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibsend);
81 MPINonBlockingTypes.push_back(IdentInfo_MPI_Irecv);
97 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iscatter);
110 MPINonBlockingTypes.push_back(IdentInfo_MPI_Igather);
123 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather);
136 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast);
149 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ireduce);
162 MPINonBlockingTypes
[all...]
H A DMPIFunctionClassifier.h59 llvm::SmallVector<IdentifierInfo *, 12> MPINonBlockingTypes; member in class:clang::ento::mpi::MPIFunctionClassifier

Completed in 87 milliseconds