Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp47 IdentInfo_MPI_Issend = &ASTCtx.Idents.get("MPI_Issend"); in initPointToPointIdentifiers()
48 MPIPointToPointTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
49 MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
50 MPIType.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
51 assert(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
DMPIFunctionClassifier.h72 *IdentInfo_MPI_Ssend = nullptr, *IdentInfo_MPI_Issend = nullptr, variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
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()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h71 *IdentInfo_MPI_Ssend = nullptr, *IdentInfo_MPI_Issend = nullptr, variable