Home
last modified time | relevance | path

Searched refs:IdentInfo_MPI_Ibcast (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp133 IdentInfo_MPI_Ibcast = &ASTCtx.Idents.get("MPI_Ibcast"); in initCollectiveIdentifiers()
134 MPICollectiveTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
135 MPIPointToCollTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
136 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
137 MPIType.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
138 assert(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
257 return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast; in isBcastType()
DMPIFunctionClassifier.h82 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr, variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp132 IdentInfo_MPI_Ibcast = &ASTCtx.Idents.get("MPI_Ibcast"); in initCollectiveIdentifiers()
133 MPICollectiveTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
134 MPIPointToCollTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
135 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
136 MPIType.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
137 assert(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
256 return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast; in isBcastType()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h81 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr, variable