Skip to content

OmpSupport::isSharedAccess

Check if a variable access is a shared access , assuming it is already within an OpenMP region.

Synopsis

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

[[visibility]]
bool
isSharedAccess(SgVarRefExp* varRef);

Parameters

Name

Description

varRef

This class represents the variable refernece in expressions.

Created with MrDocs