Home
last modified time | relevance | path

Searched refs:IdentInfo_MPI_Iscatter (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp94 IdentInfo_MPI_Iscatter = &ASTCtx.Idents.get("MPI_Iscatter"); in initCollectiveIdentifiers()
95 MPICollectiveTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
96 MPIPointToCollTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
97 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
98 MPIType.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
99 assert(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
233 IdentInfo == IdentInfo_MPI_Iscatter; in isScatterType()
DMPIFunctionClassifier.h79 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr, variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp93 IdentInfo_MPI_Iscatter = &ASTCtx.Idents.get("MPI_Iscatter"); in initCollectiveIdentifiers()
94 MPICollectiveTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
95 MPIPointToCollTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
96 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
97 MPIType.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
98 assert(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
232 IdentInfo == IdentInfo_MPI_Iscatter; in isScatterType()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h78 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr, variable