Home
last modified time | relevance | path

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

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