Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp140 IdentInfo_MPI_Reduce = &ASTCtx.Idents.get("MPI_Reduce"); in initCollectiveIdentifiers()
141 MPICollectiveTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
142 MPICollToPointTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
143 MPIType.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
144 assert(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
262 return IdentInfo == IdentInfo_MPI_Reduce || in isReduceType()
DMPIFunctionClassifier.h82 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr, variable