/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | langhooks.h | 56 int (*type_quals) (const_tree); 86 bool (*generic_p) (const_tree); 89 tree (*get_argument_pack_elems) (const_tree); 110 void (*incomplete_type_error) (location_t loc, const_tree value, 111 const_tree type); 115 tree (*max_size) (const_tree); 128 bool (*type_hash_eq) (const_tree, const_tree); 132 tree (*copy_lang_qualifiers) (const_tree, const_tree); 136 bool (*get_array_descr_info) (const_tree, struct array_descr_info *); 139 void (*get_subrange_bounds) (const_tree, tree *, tree *); [all …]
|
H A D | hooks.h | 47 extern bool hook_bool_const_tree_false (const_tree); 48 extern bool hook_bool_const_tree_const_tree_true (const_tree, const_tree); 50 extern bool hook_bool_const_tree_true (const_tree); 52 extern bool hook_bool_const_tree_hwi_hwi_const_tree_false (const_tree, 55 const_tree); 56 extern bool hook_bool_const_tree_hwi_hwi_const_tree_true (const_tree, 59 const_tree); 84 const_tree); 95 extern int hook_int_const_tree_0 (const_tree); 96 extern int hook_int_const_tree_const_tree_1 (const_tree, const_tree); [all …]
|
H A D | hooks.c | 165 hook_void_FILEptr_constcharptr_const_tree (FILE *, const char *, const_tree) in hook_void_FILEptr_constcharptr_const_tree() argument 186 hook_bool_const_tree_hwi_hwi_const_tree_false (const_tree, HOST_WIDE_INT, in hook_bool_const_tree_hwi_hwi_const_tree_false() argument 187 HOST_WIDE_INT, const_tree) in hook_bool_const_tree_hwi_hwi_const_tree_false() 193 hook_bool_const_tree_hwi_hwi_const_tree_true (const_tree, HOST_WIDE_INT, in hook_bool_const_tree_hwi_hwi_const_tree_true() argument 194 HOST_WIDE_INT, const_tree) in hook_bool_const_tree_hwi_hwi_const_tree_true() 200 default_can_output_mi_thunk_no_vcall (const_tree, HOST_WIDE_INT, in default_can_output_mi_thunk_no_vcall() argument 201 HOST_WIDE_INT c, const_tree) in default_can_output_mi_thunk_no_vcall() 213 hook_int_const_tree_0 (const_tree) in hook_int_const_tree_0() argument 220 hook_int_const_tree_const_tree_1 (const_tree, const_tree) in hook_int_const_tree_const_tree_1() argument 310 hook_bool_const_tree_false (const_tree) in hook_bool_const_tree_false() argument [all …]
|
H A D | tree-vector-builder.h | 43 bool equal_p (const_tree, const_tree) const; 45 bool integral_p (const_tree) const; 46 wide_int step (const_tree, const_tree) const; 48 bool can_elide_p (const_tree) const; 51 static poly_uint64 shape_nelts (const_tree t) in shape_nelts() 53 static poly_uint64 nelts_of (const_tree t) in nelts_of() 55 static unsigned int npatterns_of (const_tree t) in npatterns_of() 57 static unsigned int nelts_per_pattern_of (const_tree t) in nelts_per_pattern_of() 89 tree_vector_builder::equal_p (const_tree elt1, const_tree elt2) const in equal_p() 107 tree_vector_builder::integral_p (const_tree elt) const in integral_p() [all …]
|
H A D | tree-chrec.h | 39 automatically_generated_chrec_p (const_tree chrec) in automatically_generated_chrec_p() 48 tree_is_chrec (const_tree expr) in tree_is_chrec() 59 enum ev_direction scev_direction (const_tree); 84 extern bool eq_evolutions_p (const_tree, const_tree); 85 extern bool is_multivariate_chrec (const_tree); 86 extern bool chrec_contains_symbols (const_tree, class loop * = NULL); 87 extern bool chrec_contains_symbols_defined_in_loop (const_tree, unsigned); 88 extern bool chrec_contains_undetermined (const_tree); 89 extern bool tree_contains_chrecs (const_tree, int *); 90 extern bool evolution_function_is_affine_multivariate_p (const_tree, int); [all …]
|
H A D | targhooks.h | 33 extern machine_mode default_promote_function_mode (const_tree, machine_mode, 34 int *, const_tree, int); 36 (const_tree, machine_mode, int *, const_tree, int); 41 extern bool default_return_in_memory (const_tree, const_tree); 102 extern HOST_WIDE_INT default_constant_alignment (const_tree, HOST_WIDE_INT); 103 extern HOST_WIDE_INT constant_alignment_word_strings (const_tree, 105 extern HOST_WIDE_INT default_vector_alignment (const_tree); 107 extern poly_uint64 default_preferred_vector_alignment (const_tree); 108 extern bool default_builtin_vector_alignment_reachable (const_tree, bool); 111 const_tree, [all …]
|
H A D | fold-const.h | 28 extern int native_encode_expr (const_tree, unsigned char *, int, int off = -1); 79 extern bool fold_convertible_p (const_tree, const_tree); 94 extern bool operand_equal_p (const_tree, const_tree, unsigned int flags = 0); 95 extern int multiple_of_p (tree, const_tree, const_tree); 118 extern tree int_const_binop (enum tree_code, const_tree, const_tree, int = 1); 135 extern poly_offset_int mem_ref_offset (const_tree); 138 extern tree div_if_zero_remainder (const_tree, const_tree); 140 extern bool tree_swap_operands_p (const_tree, const_tree); 145 extern bool inverse_conditions_p (const_tree, const_tree); 165 extern bool fold_real_zero_addition_p (const_tree, const_tree, int); [all …]
|
H A D | tree.h | 351 extern void tree_contains_struct_check_failed (const_tree, 356 extern void tree_check_failed (const_tree, const char *, int, const char *, 358 extern void tree_not_check_failed (const_tree, const char *, int, const char *, 360 extern void tree_class_check_failed (const_tree, const enum tree_code_class, 363 extern void tree_range_check_failed (const_tree, const char *, int, 367 extern void tree_not_class_check_failed (const_tree, 380 extern void tree_operand_check_failed (int, const_tree, 383 extern void omp_clause_check_failed (const_tree, const char *, int, 386 extern void omp_clause_operand_check_failed (int, const_tree, const char *, 389 extern void omp_clause_range_check_failed (const_tree, const char *, int, [all …]
|
H A D | attribs.h | 23 extern const struct attribute_spec *lookup_attribute_spec (const_tree); 36 extern bool cxx11_attribute_p (const_tree); 37 extern tree get_attribute_name (const_tree); 38 extern tree get_attribute_namespace (const_tree); 61 extern bool attribute_value_equal (const_tree, const_tree); 66 extern int comp_type_attributes (const_tree, const_tree); 98 extern int attribute_list_equal (const_tree, const_tree); 99 extern int attribute_list_contained (const_tree, const_tree); 152 is_attribute_p (const char *attr_name, const_tree ident) in is_attribute_p()
|
H A D | ipa-icf-gimple.h | 157 bool compare_ssa_name (const_tree t1, const_tree t2); 201 bool compare_decl (const_tree t1, const_tree t2); 217 bool compare_variable_decl (const_tree t1, const_tree t2); 259 hash_map <const_tree, const_tree> m_decl_map; 262 hash_map <const_tree, int> m_label_bb_map; 270 virtual bool operand_equal_p (const_tree, const_tree, unsigned int flags); 274 virtual void hash_operand (const_tree, inchash::hash &, unsigned flags);
|
H A D | explow.h | 50 extern machine_mode promote_function_mode (const_tree, machine_mode, int *, 51 const_tree, int); 55 extern machine_mode promote_mode (const_tree, machine_mode, int *); 58 machine_mode promote_decl_mode (const_tree, int *); 61 machine_mode promote_ssa_mode (const_tree, int *); 125 extern rtx hard_function_value (const_tree, const_tree, const_tree, int);
|
H A D | ipa-utils.h | 68 bool odr_type_p (const_tree); 79 tree vtable_pointer_value_to_binfo (const_tree); 80 bool vtable_pointer_value_to_vtable (const_tree, tree *, unsigned HOST_WIDE_INT *); 83 bool type_all_derivations_known_p (const_tree); 85 bool contains_polymorphic_type_p (const_tree); 93 bool odr_or_derived_type_p (const_tree t); 98 bool odr_based_tbaa_p (const_tree type); 181 polymorphic_type_binfo_p (const_tree binfo) in polymorphic_type_binfo_p() 190 type_with_linkage_p (const_tree t) in type_with_linkage_p() 223 type_in_anonymous_namespace_p (const_tree t) in type_in_anonymous_namespace_p() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | langhooks.h | 56 int (*type_quals) (const_tree); 96 bool (*generic_p) (const_tree); 99 tree (*get_argument_pack_elems) (const_tree); 120 void (*incomplete_type_error) (location_t loc, const_tree value, 121 const_tree type); 125 tree (*max_size) (const_tree); 138 bool (*type_hash_eq) (const_tree, const_tree); 142 tree (*copy_lang_qualifiers) (const_tree, const_tree); 146 bool (*get_array_descr_info) (const_tree, struct array_descr_info *); 149 void (*get_subrange_bounds) (const_tree, tree *, tree *); [all …]
|
H A D | hooks.h | 47 extern bool hook_bool_const_tree_false (const_tree); 48 extern bool hook_bool_const_tree_const_tree_true (const_tree, const_tree); 50 extern bool hook_bool_const_tree_true (const_tree); 52 extern bool hook_bool_const_tree_hwi_hwi_const_tree_false (const_tree, 55 const_tree); 56 extern bool hook_bool_const_tree_hwi_hwi_const_tree_true (const_tree, 59 const_tree); 84 const_tree); 96 extern int hook_int_const_tree_0 (const_tree); 97 extern int hook_int_const_tree_const_tree_1 (const_tree, const_tree); [all …]
|
H A D | hooks.cc | 165 hook_void_FILEptr_constcharptr_const_tree (FILE *, const char *, const_tree) in hook_void_FILEptr_constcharptr_const_tree() argument 186 hook_bool_const_tree_hwi_hwi_const_tree_false (const_tree, HOST_WIDE_INT, in hook_bool_const_tree_hwi_hwi_const_tree_false() argument 187 HOST_WIDE_INT, const_tree) in hook_bool_const_tree_hwi_hwi_const_tree_false() 193 hook_bool_const_tree_hwi_hwi_const_tree_true (const_tree, HOST_WIDE_INT, in hook_bool_const_tree_hwi_hwi_const_tree_true() argument 194 HOST_WIDE_INT, const_tree) in hook_bool_const_tree_hwi_hwi_const_tree_true() 200 default_can_output_mi_thunk_no_vcall (const_tree, HOST_WIDE_INT, in default_can_output_mi_thunk_no_vcall() argument 201 HOST_WIDE_INT c, const_tree) in default_can_output_mi_thunk_no_vcall() 213 hook_int_const_tree_0 (const_tree) in hook_int_const_tree_0() argument 220 hook_int_const_tree_const_tree_1 (const_tree, const_tree) in hook_int_const_tree_const_tree_1() argument 310 hook_bool_const_tree_false (const_tree) in hook_bool_const_tree_false() argument [all …]
|
H A D | fold-const.h | 35 extern int native_encode_expr (const_tree, unsigned char *, int, int off = -1); 91 extern bool fold_convertible_p (const_tree, const_tree); 106 extern bool operand_equal_p (const_tree, const_tree, unsigned int flags = 0); 107 extern int multiple_of_p (tree, const_tree, const_tree, bool = true); 130 extern tree int_const_binop (enum tree_code, const_tree, const_tree, int = 1); 147 extern poly_offset_int mem_ref_offset (const_tree); 150 extern tree div_if_zero_remainder (const_tree, const_tree); 152 extern bool tree_swap_operands_p (const_tree, const_tree); 157 extern bool inverse_conditions_p (const_tree, const_tree); 177 extern bool fold_real_zero_addition_p (const_tree, const_tree, const_tree, [all …]
|
H A D | tree-vector-builder.h | 43 bool equal_p (const_tree, const_tree) const; 45 bool integral_p (const_tree) const; 46 wide_int step (const_tree, const_tree) const; 48 bool can_elide_p (const_tree) const; 51 static poly_uint64 shape_nelts (const_tree t) in shape_nelts() 53 static poly_uint64 nelts_of (const_tree t) in nelts_of() 55 static unsigned int npatterns_of (const_tree t) in npatterns_of() 57 static unsigned int nelts_per_pattern_of (const_tree t) in nelts_per_pattern_of() 89 tree_vector_builder::equal_p (const_tree elt1, const_tree elt2) const in equal_p() 107 tree_vector_builder::integral_p (const_tree elt) const in integral_p() [all …]
|
H A D | tree-chrec.h | 39 automatically_generated_chrec_p (const_tree chrec) in automatically_generated_chrec_p() 48 tree_is_chrec (const_tree expr) in tree_is_chrec() 59 enum ev_direction scev_direction (const_tree); 84 extern bool eq_evolutions_p (const_tree, const_tree); 85 extern bool is_multivariate_chrec (const_tree); 86 extern bool chrec_contains_symbols (const_tree, class loop * = NULL); 87 extern bool chrec_contains_symbols_defined_in_loop (const_tree, unsigned); 88 extern bool chrec_contains_undetermined (const_tree); 89 extern bool tree_contains_chrecs (const_tree, int *); 90 extern bool evolution_function_is_affine_multivariate_p (const_tree, int); [all …]
|
H A D | tree.h | 352 extern void tree_contains_struct_check_failed (const_tree, 357 extern void tree_check_failed (const_tree, const char *, int, const char *, 359 extern void tree_not_check_failed (const_tree, const char *, int, const char *, 361 extern void tree_class_check_failed (const_tree, const enum tree_code_class, 364 extern void tree_range_check_failed (const_tree, const char *, int, 368 extern void tree_not_class_check_failed (const_tree, 381 extern void tree_operand_check_failed (int, const_tree, 384 extern void omp_clause_check_failed (const_tree, const char *, int, 387 extern void omp_clause_operand_check_failed (int, const_tree, const char *, 390 extern void omp_clause_range_check_failed (const_tree, const char *, int, [all …]
|
H A D | attribs.h | 23 extern const struct attribute_spec *lookup_attribute_spec (const_tree); 37 extern bool cxx11_attribute_p (const_tree); 38 extern tree get_attribute_name (const_tree); 39 extern tree get_attribute_namespace (const_tree); 65 extern bool simple_cst_list_equal (const_tree, const_tree); 66 extern bool attribute_value_equal (const_tree, const_tree); 71 extern int comp_type_attributes (const_tree, const_tree); 106 extern int attribute_list_equal (const_tree, const_tree); 107 extern int attribute_list_contained (const_tree, const_tree); 177 is_attribute_p (const char *attr_name, const_tree ident) in is_attribute_p()
|
H A D | ipa-icf-gimple.h | 158 bool compare_ssa_name (const_tree t1, const_tree t2); 202 bool compare_decl (const_tree t1, const_tree t2); 223 bool compare_variable_decl (const_tree t1, const_tree t2); 271 hash_map <const_tree, const_tree> m_decl_map; 274 hash_map <const_tree, int> m_label_bb_map; 285 virtual bool operand_equal_p (const_tree, const_tree, unsigned int flags); 289 virtual void hash_operand (const_tree, inchash::hash &, unsigned flags); 290 void hash_operand (const_tree, inchash::hash &, unsigned flags,
|
H A D | explow.h | 50 extern machine_mode promote_function_mode (const_tree, machine_mode, int *, 51 const_tree, int); 55 extern machine_mode promote_mode (const_tree, machine_mode, int *); 58 machine_mode promote_decl_mode (const_tree, int *); 61 machine_mode promote_ssa_mode (const_tree, int *); 129 extern rtx hard_function_value (const_tree, const_tree, const_tree, int);
|
H A D | ipa-utils.h | 74 bool odr_type_p (const_tree); 85 tree vtable_pointer_value_to_binfo (const_tree); 86 bool vtable_pointer_value_to_vtable (const_tree, tree *, unsigned HOST_WIDE_INT *); 89 bool type_all_derivations_known_p (const_tree); 91 bool contains_polymorphic_type_p (const_tree); 99 bool odr_or_derived_type_p (const_tree t); 104 bool odr_based_tbaa_p (const_tree type); 187 polymorphic_type_binfo_p (const_tree binfo) in polymorphic_type_binfo_p() 196 type_with_linkage_p (const_tree t) in type_with_linkage_p() 227 type_in_anonymous_namespace_p (const_tree t) in type_in_anonymous_namespace_p() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-internal.h | 132 extern int rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type); 134 const_tree type, 149 extern machine_mode rs6000_promote_function_mode (const_tree type ATTRIBUTE_UNUSED, 152 const_tree, int); 153 extern bool rs6000_return_in_memory (const_tree type, 154 const_tree fntype ATTRIBUTE_UNUSED); 155 extern bool rs6000_return_in_msb (const_tree valtype); 161 const_tree type); 168 const_tree type); 170 extern rtx rs6000_darwin64_record_arg (CUMULATIVE_ARGS *, const_tree,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-internal.h | 128 extern int rs6000_darwin64_struct_check_p (machine_mode mode, const_tree type); 130 const_tree type, 144 extern machine_mode rs6000_promote_function_mode (const_tree type ATTRIBUTE_UNUSED, 147 const_tree, int); 148 extern bool rs6000_return_in_memory (const_tree type, 149 const_tree fntype ATTRIBUTE_UNUSED); 150 extern bool rs6000_return_in_msb (const_tree valtype); 156 const_tree type); 163 const_tree type); 165 extern rtx rs6000_darwin64_record_arg (CUMULATIVE_ARGS *, const_tree,
|