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 |
enum omp_clause_default_kind gimplify_omp_ctx::default_kind |
Referenced by gimplify_scan_omp_clauses(), new_omp_context(), and omp_notice_variable().
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 delete_omp_context(), new_omp_context(), and omp_firstprivatize_type_sizes().
enum omp_region_type gimplify_omp_ctx::region_type |
splay_tree gimplify_omp_ctx::variables |
Referenced by delete_omp_context(), gimplify_adjust_omp_clauses(), gimplify_adjust_omp_clauses_1(), gimplify_bind_expr(), gimplify_omp_for(), new_omp_context(), omp_add_variable(), omp_check_private(), omp_firstprivatize_variable(), omp_is_private(), omp_notice_threadprivate_variable(), and omp_notice_variable().