Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp42 IdentInfo_MPI_Ssend = &ASTCtx.Idents.get("MPI_Ssend"); in initPointToPointIdentifiers()
43 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
44 MPIType.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
45 assert(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
DMPIFunctionClassifier.h72 *IdentInfo_MPI_Ssend = nullptr, *IdentInfo_MPI_Issend = nullptr, variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp41 IdentInfo_MPI_Ssend = &ASTCtx.Idents.get("MPI_Ssend"); in initPointToPointIdentifiers()
42 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
43 MPIType.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
44 assert(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h71 *IdentInfo_MPI_Ssend = nullptr, *IdentInfo_MPI_Issend = nullptr, variable