Searched refs:const_tree (Results 1 - 25 of 219) sorted by relevance

123456789

/haiku-buildtools/gcc/gcc/
H A Dcalls.h23 extern int flags_from_decl_or_type (const_tree);
24 extern int call_expr_flags (const_tree);
25 extern int setjmp_call_p (const_tree);
27 extern bool alloca_call_p (const_tree);
28 extern bool must_pass_in_stack_var_size (machine_mode, const_tree);
29 extern bool must_pass_in_stack_var_size_or_pad (machine_mode, const_tree);
H A Dattribs.h23 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);
H A Dhooks.h44 extern bool hook_bool_const_tree_false (const_tree);
46 extern bool hook_bool_const_tree_true (const_tree);
48 extern bool hook_bool_const_tree_hwi_hwi_const_tree_false (const_tree,
51 const_tree);
52 extern bool hook_bool_const_tree_hwi_hwi_const_tree_true (const_tree,
55 const_tree);
74 const_tree);
83 extern int hook_int_const_tree_0 (const_tree);
84 extern int hook_int_const_tree_const_tree_1 (const_tree, const_tree);
[all...]
H A Dinternal-fn.h52 extern GTY(()) const_tree internal_fn_fnspec_array[IFN_LAST + 1];
54 static inline const_tree
H A Dtree-chrec.h36 automatically_generated_chrec_p (const_tree chrec)
45 tree_is_chrec (const_tree expr)
57 enum ev_direction scev_direction (const_tree);
82 extern bool eq_evolutions_p (const_tree, const_tree);
83 extern bool is_multivariate_chrec (const_tree);
84 extern bool chrec_contains_symbols (const_tree);
85 extern bool chrec_contains_symbols_defined_in_loop (const_tree, unsigned);
86 extern bool chrec_contains_undetermined (const_tree);
87 extern bool tree_contains_chrecs (const_tree, in
[all...]
H A Dexplow.h50 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 *);
99 extern rtx hard_function_value (const_tree, const_tree, const_tree, int);
H A Dvarasm.h35 extern bool decl_binds_to_current_def_p (const_tree);
36 extern enum tls_model decl_default_tls_model (const_tree);
67 extern bool constructor_static_from_elts_p (const_tree);
H A Dtarghooks.h31 extern machine_mode default_promote_function_mode (const_tree, machine_mode,
32 int *, const_tree, int);
34 (const_tree, machine_mode, int *, const_tree, int);
39 extern bool default_return_in_memory (const_tree, const_tree);
65 (cumulative_args_t, machine_mode mode, const_tree, bool);
67 (cumulative_args_t ca, machine_mode, const_tree, bool);
94 extern HOST_WIDE_INT default_vector_alignment (const_tree);
96 extern bool default_builtin_vector_alignment_reachable (const_tree, boo
[all...]
H A Dtree-dump.h61 const_tree node;
88 extern void queue_and_dump_index (dump_info_p, const char *, const_tree, int);
89 extern void queue_and_dump_type (dump_info_p, const_tree);
91 extern int dump_flag (dump_info_p, int, const_tree);
H A Dlanghooks.h54 int (*type_quals) (const_tree);
80 bool (*generic_p) (const_tree);
83 tree (*get_argument_pack_elems) (const_tree);
104 void (*incomplete_type_error) (const_tree value, const_tree type);
108 tree (*max_size) (const_tree);
121 bool (*type_hash_eq) (const_tree, const_tree);
125 bool (*get_array_descr_info) (const_tree, struct array_descr_info *);
128 void (*get_subrange_bounds) (const_tree, tre
[all...]
H A Dhooks.c145 hook_void_FILEptr_constcharptr_const_tree (FILE *, const char *, const_tree)
167 hook_bool_const_tree_hwi_hwi_const_tree_false (const_tree a ATTRIBUTE_UNUSED,
170 const_tree d ATTRIBUTE_UNUSED)
176 hook_bool_const_tree_hwi_hwi_const_tree_true (const_tree a ATTRIBUTE_UNUSED,
179 const_tree d ATTRIBUTE_UNUSED)
185 default_can_output_mi_thunk_no_vcall (const_tree a ATTRIBUTE_UNUSED,
188 const_tree d ATTRIBUTE_UNUSED)
201 hook_int_const_tree_0 (const_tree a ATTRIBUTE_UNUSED)
208 hook_int_const_tree_const_tree_1 (const_tree a ATTRIBUTE_UNUSED, const_tree
[all...]
H A Dtrans-mem.h43 extern bool is_tm_safe (const_tree);
44 extern bool is_tm_pure (const_tree);
H A Dgimple-expr.h45 extern bool is_gimple_address (const_tree);
46 extern bool is_gimple_invariant_address (const_tree);
47 extern bool is_gimple_ip_invariant_address (const_tree);
48 extern bool is_gimple_min_invariant (const_tree);
49 extern bool is_gimple_ip_invariant (const_tree);
132 is_gimple_constant (const_tree t)
165 gimple_call_addr_fndecl (const_tree fn)
H A Dfold-const.h28 extern int native_encode_expr (const_tree, unsigned char *, int, int off = -1);
76 extern bool fold_convertible_p (const_tree, const_tree);
88 extern int operand_equal_p (const_tree, const_tree, unsigned int);
89 extern int multiple_of_p (tree, const_tree, const_tree);
102 extern tree int_const_binop (enum tree_code, const_tree, const_tree);
120 extern offset_int mem_ref_offset (const_tree);
[all...]
/haiku-buildtools/gcc/gcc/config/
H A Dsol2-stubs.c40 solaris_cxx_decl_mangling_context (const_tree decl ATTRIBUTE_UNUSED)
H A Dsol2-protos.h33 extern tree solaris_cxx_decl_mangling_context (const_tree);
H A Dsol2-cxx.c53 solaris_cxx_decl_mangling_context (const_tree decl)
/haiku-buildtools/gcc/gcc/config/nvptx/
H A Dnvptx-protos.h24 extern void nvptx_declare_function_name (FILE *, const char *, const_tree decl);
26 const_tree decl);
32 extern const char *nvptx_section_for_decl (const_tree);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ada-spec.h36 extern location_t decl_sloc (const_tree, bool);
H A Dc-ubsan.h29 extern bool ubsan_array_ref_instrumented_p (const_tree);
/haiku-buildtools/gcc/gcc/config/mcore/
H A Dmcore-protos.h37 extern int mcore_num_arg_regs (machine_mode, const_tree);
41 extern rtx mcore_function_value (const_tree, const_tree);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dfoldconst-3.c3 typedef const union tree_node *const_tree; typedef in typeref:union:tree_node
34 extern void tree_class_check_failed (const_tree, const char *);
37 int_fits_type_p (const_tree c, const_tree type)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A D20141013.C15 typedef const union tree_node *const_tree; typedef in typeref:union:tree_node
74 extern void tree_contains_struct_check_failed (const_tree,
85 inline const_tree
86 contains_struct_check (const_tree __t,
94 inline const_tree
95 tree_class_check (const_tree __t, const enum tree_code_class __class,
101 is_attribute_p (const char *attr_name, const_tree ident)
105 extern int integer_zerop (const_tree);
133 bool (*string_object_ref_type_p) (const_tree stringref);
226 (*targetcm.string_object_ref_type_p) ((const_tree)
[all...]
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x-protos.h27 extern void c6x_init_cumulative_args (CUMULATIVE_ARGS *, const_tree, rtx, int);
28 extern bool c6x_block_reg_pad_upward (machine_mode, const_tree, bool);
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-lang.c51 static tree get_template_innermost_arguments_folded (const_tree);
52 static tree get_template_argument_pack_elems_folded (const_tree);
53 static tree cxx_enum_underlying_base_type (const_tree);
169 template_arg_needs_folding (const_tree t)
184 fold_cplus_constants (const_tree c)
224 get_template_innermost_arguments_folded (const_tree t)
230 get_template_argument_pack_elems_folded (const_tree t)
239 tree cxx_enum_underlying_base_type (const_tree type)

Completed in 237 milliseconds

123456789