Skip to content

OmpSupport::isInClauseVariableList

Check if a variable is in the clause's variable list

Synopsis

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

[[visibility]]
bool
isInClauseVariableList(
    SgOmpClause* cls,
    SgSymbol* var);

Parameters

Name

Description

var

This class represents the concept of a name within the compiler.

Created with MrDocs