Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp57 IdentInfo_MPI_Ibsend = &ASTCtx.Idents.get("MPI_Ibsend"); in initPointToPointIdentifiers()
58 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()
59 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()
60 MPIType.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()
61 assert(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h72 *IdentInfo_MPI_Bsend = nullptr, *IdentInfo_MPI_Ibsend = nullptr, variable