Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A 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()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h72 *IdentInfo_MPI_Ssend = nullptr, *IdentInfo_MPI_Issend = nullptr, variable