Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp68 IdentInfo_MPI_Irsend = &ASTCtx.Idents.get("MPI_Irsend"); in initPointToPointIdentifiers()
69 MPIPointToPointTypes.push_back(IdentInfo_MPI_Irsend); in initPointToPointIdentifiers()
70 MPIType.push_back(IdentInfo_MPI_Irsend); in initPointToPointIdentifiers()
71 assert(IdentInfo_MPI_Irsend); in initPointToPointIdentifiers()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h73 *IdentInfo_MPI_Rsend = nullptr, *IdentInfo_MPI_Irsend = nullptr, variable