Home
last modified time | relevance | path

Searched refs:IdentInfo_MPI_Gather (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp101 IdentInfo_MPI_Gather = &ASTCtx.Idents.get("MPI_Gather"); in initCollectiveIdentifiers()
102 MPICollectiveTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
103 MPICollToPointTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
104 MPIType.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
105 assert(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
238 return IdentInfo == IdentInfo_MPI_Gather || in isGatherType()
DMPIFunctionClassifier.h79 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr, variable