Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp114 IdentInfo_MPI_Allgather = &ASTCtx.Idents.get("MPI_Allgather"); in initCollectiveIdentifiers()
115 MPICollectiveTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
116 MPICollToCollTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
117 MPIType.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
118 assert(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
240 IdentInfo == IdentInfo_MPI_Allgather || in isGatherType()
246 return IdentInfo == IdentInfo_MPI_Allgather || in isAllgatherType()
DMPIFunctionClassifier.h80 *IdentInfo_MPI_Igather = nullptr, *IdentInfo_MPI_Allgather = nullptr, variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp113 IdentInfo_MPI_Allgather = &ASTCtx.Idents.get("MPI_Allgather"); in initCollectiveIdentifiers()
114 MPICollectiveTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
115 MPICollToCollTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
116 MPIType.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
117 assert(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
239 IdentInfo == IdentInfo_MPI_Allgather || in isGatherType()
245 return IdentInfo == IdentInfo_MPI_Allgather || in isAllgatherType()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h79 *IdentInfo_MPI_Igather = nullptr, *IdentInfo_MPI_Allgather = nullptr, variable