Skip to content

OmpSupport::collectAllClauseVariables

Collect all variables from OpenMP clauses associated with an omp statement: private, reduction, etc

Synopsis

Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>

[[visibility]]
SgInitializedNamePtrList
collectAllClauseVariables(SgStatement* clause_stmt);

Parameters

Name

Description

clause_stmt

This class represents the notion of a statement.

Created with MrDocs