GCC Middle and Back End API Reference
|
Data Fields | |
struct gimplify_omp_ctx * | outer_context |
splay_tree | variables |
struct pointer_set_t * | privatized_types |
location_t | location |
enum omp_clause_default_kind | default_kind |
enum omp_region_type | region_type |
bool | combined_loop |
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 |
Referenced by canonicalize_component_ref(), omp_check_private(), and omp_is_private().
struct pointer_set_t* gimplify_omp_ctx::privatized_types |
Referenced by new_omp_context().
enum omp_region_type gimplify_omp_ctx::region_type |
Referenced by canonicalize_component_ref(), and omp_is_private().
splay_tree gimplify_omp_ctx::variables |
Referenced by new_omp_context(), omp_check_private(), and omp_is_private().