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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp37 MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend);
48 MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend);
59 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibsend);
80 MPINonBlockingTypes.push_back(IdentInfo_MPI_Irecv);
96 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iscatter);
109 MPINonBlockingTypes.push_back(IdentInfo_MPI_Igather);
122 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather);
135 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast);
148 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ireduce);
161 MPINonBlockingTypes
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h58 llvm::SmallVector<IdentifierInfo *, 12> MPINonBlockingTypes; member in class:clang::ento::mpi::MPIFunctionClassifier

Completed in 183 milliseconds