Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp159 IdentInfo_MPI_Iallreduce = &ASTCtx.Idents.get("MPI_Iallreduce"); in initCollectiveIdentifiers()
160 MPICollectiveTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
161 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
162 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
163 MPIType.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
164 assert(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
265 IdentInfo == IdentInfo_MPI_Iallreduce; in isReduceType()
DMPIFunctionClassifier.h84 *IdentInfo_MPI_Iallreduce = nullptr, *IdentInfo_MPI_Alltoall = nullptr, variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp158 IdentInfo_MPI_Iallreduce = &ASTCtx.Idents.get("MPI_Iallreduce"); in initCollectiveIdentifiers()
159 MPICollectiveTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
160 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
161 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
162 MPIType.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
163 assert(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
264 IdentInfo == IdentInfo_MPI_Iallreduce; in isReduceType()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h83 *IdentInfo_MPI_Iallreduce = nullptr, *IdentInfo_MPI_Alltoall = nullptr, variable