Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp100 IdentInfo_MPI_Gather = &ASTCtx.Idents.get("MPI_Gather"); in initCollectiveIdentifiers()
101 MPICollectiveTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
102 MPICollToPointTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
103 MPIType.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
104 assert(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
237 return IdentInfo == IdentInfo_MPI_Gather || in isGatherType()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h78 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr, variable