Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp101 IdentInfo_MPI_Gather = &ASTCtx.Idents.get("MPI_Gather"); in initCollectiveIdentifiers()
102 MPICollectiveTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
103 MPICollToPointTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
104 MPIType.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
105 assert(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
238 return IdentInfo == IdentInfo_MPI_Gather || in isGatherType()
DMPIFunctionClassifier.h79 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr, variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
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()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h78 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr, variable