OmpSupport::getDataSharingAttribute
Return the OpenMP data sharing attribute type of a variable reference
Synopsis
Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>
[[visibility]]
omp_construct_enum
getDataSharingAttribute(SgVarRefExp* varRef);
Return Value
the OpenMP data sharing attribute type of a variable reference
Parameters
Name |
Description |
varRef |
This class represents the variable refernece in expressions. |
Created with MrDocs