Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp52 IdentInfo_MPI_Bsend = &ASTCtx.Idents.get("MPI_Bsend"); in initPointToPointIdentifiers()
53 MPIPointToPointTypes.push_back(IdentInfo_MPI_Bsend); in initPointToPointIdentifiers()
54 MPIType.push_back(IdentInfo_MPI_Bsend); in initPointToPointIdentifiers()
55 assert(IdentInfo_MPI_Bsend); in initPointToPointIdentifiers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h72 *IdentInfo_MPI_Bsend = nullptr, *IdentInfo_MPI_Ibsend = nullptr, variable