Home
last modified time | relevance | path

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

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