Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp139 IdentInfo_MPI_Reduce = &ASTCtx.Idents.get("MPI_Reduce"); in initCollectiveIdentifiers()
140 MPICollectiveTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
141 MPICollToPointTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
142 MPIType.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
143 assert(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
261 return IdentInfo == IdentInfo_MPI_Reduce || in isReduceType()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h81 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr, variable