Skip to content

OmpSupport::buildOmpVariableClause

Build a non‐reduction variable clause for a given OpenMP directive. It directly returns the clause if the clause already exists

Synopsis

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

[[visibility]]
SgOmpVariablesClause*
buildOmpVariableClause(
    SgOmpClauseBodyStatement* clause_stmt,
    VariantT const& vt);

Created with MrDocs