Skip to content

OmpSupport::getClauseExpression

Collect expression from given types of OpenMP clauses associated with an omp statement: private, reduction, etc

Synopsis

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

[[visibility]]
SgExpression*
getClauseExpression(
    SgStatement* clause_stmt,
    VariantVector const& vvt);

Return Value

This class represents the notion of an expression. Expressions

Parameters

Name

Description

clause_stmt

This class represents the notion of a statement.

Created with MrDocs