Home
last modified time | relevance | path

Searched refs:IdentInfo_MPI_Scatter (Results 1 – 4 of 4) 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
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp87 IdentInfo_MPI_Scatter = &ASTCtx.Idents.get("MPI_Scatter"); in initCollectiveIdentifiers()
88 MPICollectiveTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
89 MPIPointToCollTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
90 MPIType.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
91 assert(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
231 return IdentInfo == IdentInfo_MPI_Scatter || in isScatterType()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h77 IdentifierInfo *IdentInfo_MPI_Scatter = nullptr, variable