Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp88 IdentInfo_MPI_Scatter = &ASTCtx.Idents.get("MPI_Scatter"); in initCollectiveIdentifiers()
89 MPICollectiveTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
90 MPIPointToCollTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
91 MPIType.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
92 assert(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
232 return IdentInfo == IdentInfo_MPI_Scatter || in isScatterType()
DMPIFunctionClassifier.h78 IdentifierInfo *IdentInfo_MPI_Scatter = nullptr, variable