Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp127 IdentInfo_MPI_Bcast = &ASTCtx.Idents.get("MPI_Bcast"); in initCollectiveIdentifiers()
128 MPICollectiveTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()
129 MPIPointToCollTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()
130 MPIType.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()
131 assert(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()
257 return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast; in isBcastType()
DMPIFunctionClassifier.h81 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr, variable