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

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIFunctionClassifier.cpp 101 IdentInfo_MPI_Gather = &ASTCtx.Idents.get("MPI_Gather");
102 MPICollectiveTypes.push_back(IdentInfo_MPI_Gather);
103 MPICollToPointTypes.push_back(IdentInfo_MPI_Gather);
104 MPIType.push_back(IdentInfo_MPI_Gather);
105 assert(IdentInfo_MPI_Gather);
238 return IdentInfo == IdentInfo_MPI_Gather ||
MPIFunctionClassifier.h 79 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr,

Completed in 2758 milliseconds