Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp107 IdentInfo_MPI_Igather = &ASTCtx.Idents.get("MPI_Igather"); in initCollectiveIdentifiers()
108 MPICollectiveTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
109 MPICollToPointTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
110 MPINonBlockingTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
111 MPIType.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
112 assert(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
239 IdentInfo == IdentInfo_MPI_Igather || in isGatherType()
DMPIFunctionClassifier.h80 *IdentInfo_MPI_Igather = nullptr, *IdentInfo_MPI_Allgather = nullptr, variable