Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp106 IdentInfo_MPI_Igather = &ASTCtx.Idents.get("MPI_Igather"); in initCollectiveIdentifiers()
107 MPICollectiveTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
108 MPICollToPointTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
109 MPINonBlockingTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
110 MPIType.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
111 assert(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
238 IdentInfo == IdentInfo_MPI_Igather || in isGatherType()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h79 *IdentInfo_MPI_Igather = nullptr, *IdentInfo_MPI_Allgather = nullptr, variable