Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp46 IdentInfo_MPI_Issend = &ASTCtx.Idents.get("MPI_Issend"); in initPointToPointIdentifiers()
47 MPIPointToPointTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
48 MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
49 MPIType.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
50 assert(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h71 *IdentInfo_MPI_Ssend = nullptr, *IdentInfo_MPI_Issend = nullptr, variable