OmpSupport::collectClauseVariables
Collect variables from a particular type of OpenMP clauses associated with an omp statement: private, reduction, etc
Synopsis
Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>
[[visibility]]
SgInitializedNamePtrList
collectClauseVariables(
SgStatement* clause_stmt,
VariantT const& vt);
Parameters
Name |
Description |
clause_stmt |
This class represents the notion of a statement. |
Created with MrDocs