Skip to content

OmpSupport::isThreadprivate

Check if a variable is a threadprivate variable. It will search for all threadprivate directives to find the answer.

Synopsis

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

[[visibility]]
bool
isThreadprivate(SgSymbol* var);

Parameters

Name

Description

var

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

Created with MrDocs