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

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIFunctionClassifier.cpp 88 IdentInfo_MPI_Scatter = &ASTCtx.Idents.get("MPI_Scatter");
89 MPICollectiveTypes.push_back(IdentInfo_MPI_Scatter);
90 MPIPointToCollTypes.push_back(IdentInfo_MPI_Scatter);
91 MPIType.push_back(IdentInfo_MPI_Scatter);
92 assert(IdentInfo_MPI_Scatter);
232 return IdentInfo == IdentInfo_MPI_Scatter ||
MPIFunctionClassifier.h 78 IdentifierInfo *IdentInfo_MPI_Scatter = nullptr,

Completed in 56 milliseconds