HomeSort by relevance Sort by last modified time
    Searched refs:IdentInfo_MPI_Reduce (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIFunctionClassifier.cpp 140 IdentInfo_MPI_Reduce = &ASTCtx.Idents.get("MPI_Reduce");
141 MPICollectiveTypes.push_back(IdentInfo_MPI_Reduce);
142 MPICollToPointTypes.push_back(IdentInfo_MPI_Reduce);
143 MPIType.push_back(IdentInfo_MPI_Reduce);
144 assert(IdentInfo_MPI_Reduce);
262 return IdentInfo == IdentInfo_MPI_Reduce ||
MPIFunctionClassifier.h 82 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr,

Completed in 694 milliseconds