Home
last modified time | relevance | path

Searched refs:IdentInfo_MPI_Ireduce (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp146 IdentInfo_MPI_Ireduce = &ASTCtx.Idents.get("MPI_Ireduce"); in initCollectiveIdentifiers()
147 MPICollectiveTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
148 MPICollToPointTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
149 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
150 MPIType.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
151 assert(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
263 IdentInfo == IdentInfo_MPI_Ireduce || in isReduceType()
DMPIFunctionClassifier.h83 *IdentInfo_MPI_Ireduce = nullptr, *IdentInfo_MPI_Allreduce = nullptr, variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp145 IdentInfo_MPI_Ireduce = &ASTCtx.Idents.get("MPI_Ireduce"); in initCollectiveIdentifiers()
146 MPICollectiveTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
147 MPICollToPointTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
148 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
149 MPIType.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
150 assert(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
262 IdentInfo == IdentInfo_MPI_Ireduce || in isReduceType()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h82 *IdentInfo_MPI_Ireduce = nullptr, *IdentInfo_MPI_Allreduce = nullptr, variable