Skip to content

OmpSupport::isInClauseVariableList

Check if a variable is in variable lists of given clause types

Synopsis

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

[[visibility]]
bool
isInClauseVariableList(
    SgInitializedName* var,
    SgOmpClauseBodyStatement* clause_stmt,
    VariantVector const& vvt);

Parameters

Name

Description

var

This class represents the notion of a declared variable.

Created with MrDocs