GCC Middle and Back End API Reference
gimplify_omp_ctx Struct Reference
Collaboration diagram for gimplify_omp_ctx:

Data Fields

struct gimplify_omp_ctxouter_context
splay_tree variables
struct pointer_set_tprivatized_types
location_t location
enum omp_clause_default_kind default_kind
enum omp_region_type region_type
bool combined_loop

Field Documentation

bool gimplify_omp_ctx::combined_loop
enum omp_clause_default_kind gimplify_omp_ctx::default_kind
location_t gimplify_omp_ctx::location
struct gimplify_omp_ctx* gimplify_omp_ctx::outer_context
struct pointer_set_t* gimplify_omp_ctx::privatized_types

Referenced by new_omp_context().

enum omp_region_type gimplify_omp_ctx::region_type
splay_tree gimplify_omp_ctx::variables

The documentation for this struct was generated from the following file: