Skip to content

OmpSupport::collectThreadprivateVariables

Collect threadprivate variables within the current project, return a set to avoid duplicated elements. No input parameters are needed since it finds match from memory pools

Synopsis

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

std::set<SgInitializedName*>
collectThreadprivateVariables();

Created with MrDocs