| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-array.h | 23 bool gfc_array_allocate (gfc_se *, gfc_expr *, tree, tree, tree, tree, 24 tree, tree *, gfc_expr *, tree, bool); 31 tree gfc_trans_create_temp_array (stmtblock_t *, stmtblock_t *, gfc_ss *, 32 tree, tree, bool, bool, bool, locus *); 36 void gfc_trans_auto_array_allocation (tree, gfc_symbol *, gfc_wrapped_block *); 38 void gfc_trans_dummy_array_bias (gfc_symbol *, tree, gfc_wrapped_block *); 42 tree gfc_tree_array_size (stmtblock_t *, tree, gfc_expr *, tree); 44 tree gfc_full_array_size (stmtblock_t *, tree, int); 46 tree gfc_duplicate_allocatable (tree, tree, tree, int, tree); 48 tree gfc_copy_allocatable_data (tree dest, tree src, tree type, int rank); [all …]
|
| H A D | trans.h | 34 tree head; 47 tree expr; 50 tree string_length; 54 tree class_vptr; 115 tree image_index; 116 tree stat; 117 tree errmsg; 118 tree errmsg_len; 191 tree descriptor; 193 tree data; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans.h | 34 tree head; 47 tree expr; 50 tree string_length; 54 tree class_vptr; 112 tree image_index; 113 tree stat; 114 tree errmsg; 115 tree errmsg_len; 188 tree descriptor; 190 tree data; [all …]
|
| H A D | trans-array.h | 23 bool gfc_array_allocate (gfc_se *, gfc_expr *, tree, tree, tree, tree, 24 tree, tree *, gfc_expr *, tree, bool); 31 tree gfc_trans_create_temp_array (stmtblock_t *, stmtblock_t *, gfc_ss *, 32 tree, tree, bool, bool, bool, locus *); 36 void gfc_trans_auto_array_allocation (tree, gfc_symbol *, gfc_wrapped_block *); 38 void gfc_trans_dummy_array_bias (gfc_symbol *, tree, gfc_wrapped_block *); 42 tree gfc_full_array_size (stmtblock_t *, tree, int); 44 tree gfc_duplicate_allocatable (tree, tree, tree, int, tree); 46 tree gfc_copy_allocatable_data (tree dest, tree src, tree type, int rank); 48 tree gfc_duplicate_allocatable_nocopy (tree, tree, tree, int); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.h | 36 extern int native_encode_initializer (tree, unsigned char *, int, 38 extern tree native_interpret_expr (tree, const unsigned char *, int); 39 extern tree native_interpret_real (tree, const unsigned char *, int); 40 extern bool can_native_interpret_type_p (tree); 41 extern tree native_interpret_aggregate (tree, const unsigned char *, int, int); 42 extern tree find_bitfield_repr_type (int, int); 54 extern tree fold (tree); 55 extern tree fold_init (tree); 58 extern tree fold_unary_loc (location_t, enum tree_code, tree, tree); 61 extern tree fold_unary_ignore_overflow_loc (location_t, enum tree_code, tree, tree); [all …]
|
| H A D | gimple-fold.h | 25 extern tree create_tmp_reg_or_ssa_name (tree, gimple *stmt = NULL); 26 extern tree canonicalize_constructor_val (tree, tree); 27 extern tree get_symbol_constant_value (tree); 29 extern bool get_range_strlen (tree, c_strlen_data *, unsigned eltsize); 30 extern void gimplify_and_update_call_from_tree (gimple_stmt_iterator *, tree); 31 extern bool update_gimple_call (gimple_stmt_iterator *, tree, int, ...); 33 extern bool fold_stmt (gimple_stmt_iterator *, tree (*) (tree)); 35 extern tree maybe_fold_and_comparisons (tree, enum tree_code, tree, tree, 36 enum tree_code, tree, tree, 38 extern tree maybe_fold_or_comparisons (tree, enum tree_code, tree, tree, [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-fold.h | 25 extern tree create_tmp_reg_or_ssa_name (tree, gimple *stmt = NULL); 26 extern tree canonicalize_constructor_val (tree, tree); 27 extern tree get_symbol_constant_value (tree); 29 extern bool get_range_strlen (tree, c_strlen_data *, unsigned eltsize); 30 extern void gimplify_and_update_call_from_tree (gimple_stmt_iterator *, tree); 32 extern bool fold_stmt (gimple_stmt_iterator *, tree (*) (tree)); 34 extern tree maybe_fold_and_comparisons (tree, enum tree_code, tree, tree, 35 enum tree_code, tree, tree); 36 extern tree maybe_fold_or_comparisons (tree, enum tree_code, tree, tree, 37 enum tree_code, tree, tree); [all …]
|
| H A D | fold-const.h | 29 extern int native_encode_initializer (tree, unsigned char *, int, 31 extern tree native_interpret_expr (tree, const unsigned char *, int); 32 extern bool can_native_interpret_type_p (tree); 44 extern tree fold (tree); 47 extern tree fold_unary_loc (location_t, enum tree_code, tree, tree); 50 extern tree fold_unary_ignore_overflow_loc (location_t, enum tree_code, tree, tree); 53 extern tree fold_binary_loc (location_t, enum tree_code, tree, tree, tree); 56 extern tree fold_ternary_loc (location_t, enum tree_code, tree, tree, tree, tree); 59 extern tree fold_build1_loc (location_t, enum tree_code, tree, 60 tree CXX_MEM_STAT_INFO); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-objc.h | 79 property_attribute_info (tree name, location_t loc, in property_attribute_info() 90 tree name; /* Name of the attribute. */ 91 tree ident; /* For getter/setter cases, the method/selector name. */ 104 extern tree objc_is_class_name (tree); 105 extern tree objc_is_object_ptr (tree); 106 extern void objc_check_decl (tree); 107 extern void objc_check_global_decl (tree); 108 extern tree objc_common_type (tree, tree); 109 extern bool objc_compare_types (tree, tree, int, tree); 110 extern bool objc_have_common_type (tree, tree, int, tree); [all …]
|
| H A D | c-common.h | 308 extern GTY ((length ("(int) RID_MAX"))) tree *ridpointers; 533 extern GTY(()) tree c_global_trees[CTI_MAX]; 574 vec<tree, va_gc> *x_cur_stmt_list; 600 vec<tree, va_gc> *local_typedefs; 620 extern tree push_stmt_list (void); 621 extern tree pop_stmt_list (tree); 622 extern tree add_stmt (tree); 623 extern void push_cleanup (tree, tree, bool); 625 extern tree build_modify_expr (location_t, tree, tree, enum tree_code, 626 location_t, tree, tree); [all …]
|
| H A D | stub-objc.cc | 31 tree 32 objc_is_class_name (tree ARG_UNUSED (arg)) in objc_is_class_name() 37 tree 38 objc_is_id (tree ARG_UNUSED (arg)) in objc_is_id() 43 tree 44 objc_is_object_ptr (tree ARG_UNUSED (arg)) in objc_is_object_ptr() 49 bool objc_diagnose_private_ivar (tree ARG_UNUSED (arg)) in objc_diagnose_private_ivar() 54 tree 55 objc_lookup_ivar (tree other, tree ARG_UNUSED (arg)) in objc_lookup_ivar() 62 objc_check_decl (tree ARG_UNUSED (decl)) in objc_check_decl() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-objc.h | 71 property_attribute_info (tree name, location_t loc, in property_attribute_info() 82 tree name; /* Name of the attribute. */ 83 tree ident; /* For getter/setter cases, the method/selector name. */ 96 extern tree objc_is_class_name (tree); 97 extern tree objc_is_object_ptr (tree); 98 extern void objc_check_decl (tree); 99 extern void objc_check_global_decl (tree); 100 extern tree objc_common_type (tree, tree); 101 extern bool objc_compare_types (tree, tree, int, tree); 102 extern bool objc_have_common_type (tree, tree, int, tree); [all …]
|
| H A D | c-common.h | 295 extern GTY ((length ("(int) RID_MAX"))) tree *ridpointers; 514 extern GTY(()) tree c_global_trees[CTI_MAX]; 555 vec<tree, va_gc> *x_cur_stmt_list; 581 vec<tree, va_gc> *local_typedefs; 601 extern tree push_stmt_list (void); 602 extern tree pop_stmt_list (tree); 603 extern tree add_stmt (tree); 604 extern void push_cleanup (tree, tree, bool); 606 extern tree build_modify_expr (location_t, tree, tree, enum tree_code, 607 location_t, tree, tree); [all …]
|
| H A D | stub-objc.c | 31 tree 32 objc_is_class_name (tree ARG_UNUSED (arg)) in objc_is_class_name() 37 tree 38 objc_is_id (tree ARG_UNUSED (arg)) in objc_is_id() 43 tree 44 objc_is_object_ptr (tree ARG_UNUSED (arg)) in objc_is_object_ptr() 49 bool objc_diagnose_private_ivar (tree ARG_UNUSED (arg)) in objc_diagnose_private_ivar() 54 tree 55 objc_lookup_ivar (tree other, tree ARG_UNUSED (arg)) in objc_lookup_ivar() 62 objc_check_decl (tree ARG_UNUSED (decl)) in objc_check_decl() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.h | 58 cp_expr (tree value) : in cp_expr() 61 cp_expr (tree value, location_t loc): in cp_expr() 68 operator tree () const { return m_value; } in tree() function 69 tree & operator* () { return m_value; } 70 tree operator* () const { return m_value; } 71 tree & operator-> () { return m_value; } 72 tree operator-> () const { return m_value; } 74 tree get_value () const { return m_value; } in get_value() 105 tree m_value; 110 operator == (const cp_expr &lhs, tree rhs) [all …]
|
| H A D | name-lookup.h | 36 tree name; 37 tree type; 48 extern binding_entry binding_table_find (binding_table, tree); 69 tree value; 71 tree type; 82 tree identifier; 85 tree real_type_value; 89 extern tree identifier_type_value (tree); 90 extern void set_identifier_type_value (tree, tree); 91 extern void push_binding (tree, tree, cp_binding_level*); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-tree.h | 113 tree names; 117 tree blocks; 153 tree label; 181 tree frame_type; 206 tree pretty_ident; 209 tree decl_tree; 240 tree static_chain; 244 vec <tree, va_gc> *stmt_list; 247 vec <tree, va_gc> *vars_in_scope; 261 tree frame_field; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-tree.h | 58 cp_expr (tree value) : in cp_expr() 61 cp_expr (tree value, location_t loc): in cp_expr() 68 operator tree () const { return m_value; } in tree() function 69 tree & operator* () { return m_value; } 70 tree operator* () const { return m_value; } 71 tree & operator-> () { return m_value; } 72 tree operator-> () const { return m_value; } 74 tree get_value () const { return m_value; } in get_value() 105 tree m_value; 110 operator == (const cp_expr &lhs, tree rhs) [all …]
|
| H A D | name-lookup.h | 50 tree value; 52 tree type; 65 tree identifier; 68 tree real_type_value; 79 tree GTY((tag ("false"))) binding; 82 operator tree & () 87 binding_slot &operator= (tree t) 99 u.binding = tree (uintptr_t ((snum << 1) | 1)); in set_lazy() 104 u.binding = tree (uintptr_t (u.binding) | (snum << 1)); in or_lazy() 147 tree name; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-tree.h | 106 tree names; 110 tree blocks; 146 tree label; 174 tree frame_type; 199 tree pretty_ident; 202 tree decl_tree; 233 tree static_chain; 237 vec<tree, va_gc> *stmt_list; 240 vec<tree, va_gc> *vars_in_scope; 254 tree frame_field; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-tree.h | 130 tree value; 142 tree original_type; 216 tree spec; 225 tree expr; 313 tree type; 316 tree expr; 318 tree decl_attr; 322 tree attrs; 327 tree postfix_attrs; 431 tree id; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-tree.h | 130 tree value; 142 tree original_type; 216 tree spec; 225 tree expr; 313 tree type; 316 tree expr; 318 tree decl_attr; 322 tree attrs; 327 tree postfix_attrs; 429 tree id; [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_schedule_tree.c | 35 int isl_schedule_tree_is_leaf(__isl_keep isl_schedule_tree *tree) in isl_schedule_tree_is_leaf() argument 37 return isl_schedule_tree_get_type(tree) == isl_schedule_node_leaf; in isl_schedule_tree_is_leaf() 50 isl_schedule_tree *tree; in isl_schedule_tree_alloc() local 55 tree = isl_calloc_type(ctx, isl_schedule_tree); in isl_schedule_tree_alloc() 56 if (!tree) in isl_schedule_tree_alloc() 59 tree->ref = 1; in isl_schedule_tree_alloc() 60 tree->ctx = ctx; in isl_schedule_tree_alloc() 62 tree->type = type; in isl_schedule_tree_alloc() 63 tree->anchored = 0; in isl_schedule_tree_alloc() 65 return tree; in isl_schedule_tree_alloc() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-runtime-shared-support.h | 26 extern tree objc_start_struct (tree); 27 extern tree objc_finish_struct (tree, tree); 28 extern tree add_field_decl (tree, const char *, tree **); 29 extern tree build_sized_array_type (tree, int); 31 extern tree lookup_interface (tree); 32 extern tree objc_build_constructor (tree, vec<constructor_elt, va_gc> *); 34 extern tree start_var_decl (tree, const char *); 35 extern void finish_var_decl (tree, tree); 37 extern tree my_build_string (int, const char *); 38 extern tree my_build_string_pointer (int, const char *); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-runtime-shared-support.h | 26 extern tree objc_start_struct (tree); 27 extern tree objc_finish_struct (tree, tree); 28 extern tree add_field_decl (tree, const char *, tree **); 29 extern tree build_sized_array_type (tree, int); 31 extern tree lookup_interface (tree); 32 extern tree objc_build_constructor (tree, vec<constructor_elt, va_gc> *); 34 extern tree start_var_decl (tree, const char *); 35 extern void finish_var_decl (tree, tree); 37 extern tree my_build_string (int, const char *); 38 extern tree my_build_string_pointer (int, const char *); [all …]
|