Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp120 IdentInfo_MPI_Iallgather = &ASTCtx.Idents.get("MPI_Iallgather"); in initCollectiveIdentifiers()
121 MPICollectiveTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
122 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
123 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
124 MPIType.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
125 assert(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
241 IdentInfo == IdentInfo_MPI_Iallgather; in isGatherType()
247 IdentInfo == IdentInfo_MPI_Iallgather; in isAllgatherType()
DMPIFunctionClassifier.h81 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr, variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp119 IdentInfo_MPI_Iallgather = &ASTCtx.Idents.get("MPI_Iallgather"); in initCollectiveIdentifiers()
120 MPICollectiveTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
121 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
122 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
123 MPIType.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
124 assert(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
240 IdentInfo == IdentInfo_MPI_Iallgather; in isGatherType()
246 IdentInfo == IdentInfo_MPI_Iallgather; in isAllgatherType()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h80 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr, variable