Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A 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()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h80 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr, variable