HomeSort by relevance Sort by last modified time
    Searched refs:const_tree (Results 1 - 16 of 16) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-dump.h 62 const_tree node;
89 extern void dump_stmt (dump_info_p, const_tree);
90 extern void queue_and_dump_index (dump_info_p, const char *, const_tree, int);
91 extern void queue_and_dump_type (dump_info_p, const_tree);
95 extern int dump_flag (dump_info_p, int, const_tree);
langhooks.h 66 int (*type_quals) (const_tree);
92 bool (*generic_p) (const_tree);
113 void (*incomplete_type_error) (const_tree value, const_tree type);
117 tree (*max_size) (const_tree);
127 bool (*type_hash_eq) (const_tree, const_tree);
131 bool (*get_array_descr_info) (const_tree, struct array_descr_info *);
164 bool (*warn_unused_global) (const_tree);
171 bool (*ok_for_sibcall) (const_tree);
    [all...]
target.h 214 bool (* can_output_mi_thunk) (const_tree thunk_decl, HOST_WIDE_INT delta,
216 const_tree function_decl);
472 bool (* vector_alignment_reachable) (const_tree, bool);
517 int (* comp_type_attributes) (const_tree type1, const_tree type2);
527 bool (* function_attribute_inlinable_p) (const_tree fndecl);
531 bool (* ms_bitfield_layout_p) (const_tree record_type);
569 const char * (* mangle_type) (const_tree type);
629 bool (* in_small_data_p) (const_tree);
633 bool (* binds_local_p) (const_tree);
    [all...]
coretypes.h 57 typedef const union tree_node *const_tree; typedef in typeref:union:tree_node
108 #define const_tree union _dont_use_tree_here_ * macro
alias.h 37 extern bool component_uses_parent_alias_set (const_tree);
tree.h 864 extern void tree_contains_struct_check_failed (const_tree,
869 extern void tree_check_failed (const_tree, const char *, int, const char *,
871 extern void tree_not_check_failed (const_tree, const char *, int, const char *,
873 extern void tree_class_check_failed (const_tree, const enum tree_code_class,
876 extern void tree_range_check_failed (const_tree, const char *, int,
879 extern void tree_not_class_check_failed (const_tree,
889 extern void tree_operand_check_failed (int, const_tree,
892 extern void omp_clause_check_failed (const_tree, const char *, int,
895 extern void omp_clause_operand_check_failed (int, const_tree, const char *,
898 extern void omp_clause_range_check_failed (const_tree, const char *, int
    [all...]
output.h 289 extern bool constructor_static_from_elts_p (const_tree);
384 extern bool decl_readonly_section (const_tree, int);
588 extern enum section_category categorize_decl_for_section (const_tree, int);
612 extern bool default_binds_local_p (const_tree);
613 extern bool default_binds_local_p_1 (const_tree, int);
tree-flow-inline.h 193 var_ann (const_tree t)
218 function_ann (const_tree t)
269 may_aliases (const_tree var)
434 has_zero_uses (const_tree var)
443 has_single_use (const_tree var)
454 single_imm_use (const_tree var, use_operand_p *use_p, gimple *stmt)
470 num_imm_uses (const_tree var)
631 is_global_var (const_tree t)
644 phi_ssa_name_p (const_tree t)
700 factoring_name_p (const_tree name
    [all...]
c-common.h 368 extern bool has_c_linkage (const_tree decl);
718 extern bool decl_with_nonnull_addr_p (const_tree);
774 extern bool c_promoting_integer_type_p (const_tree);
775 extern int self_promoting_args_p (const_tree);
855 extern bool vector_targets_convertible_p (const_tree t1, const_tree t2);
856 extern bool vector_types_convertible_p (const_tree t1, const_tree t2, bool emit_lax_note);
    [all...]
tree-flow.h 530 static inline tree_ann_common_t tree_common_ann (const_tree);
532 static inline var_ann_t var_ann (const_tree);
534 static inline function_ann_t function_ann (const_tree);
538 static inline bitmap may_aliases (const_tree);
756 extern int op_prio (const_tree);
803 extern bool block_may_fallthru (const_tree);
825 static inline bool ref_contains_array_ref (const_tree);
826 static inline bool array_ref_contains_indirect_ref (const_tree);
    [all...]
double-int.h 185 double_int mpz_get_double_int (const_tree, mpz_t, bool);
real.h 428 REAL_VALUE_TYPE real_value_from_int_cst (const_tree, const_tree);
tree-pass.h 84 extern void dump_node (const_tree, int, FILE *);
gimple.h 842 bool is_gimple_operand (const_tree);
878 bool is_gimple_address (const_tree);
880 bool is_gimple_invariant_address (const_tree);
883 bool is_gimple_ip_invariant_address (const_tree);
885 bool is_gimple_constant (const_tree);
887 extern bool is_gimple_min_invariant (const_tree);
889 extern bool is_gimple_ip_invariant (const_tree);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm-protos.h 158 extern bool arm_pad_arg_upward (enum machine_mode, const_tree);
161 extern rtx arm_function_value(const_tree, const_tree);
211 extern const char *arm_mangle_type (const_tree);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h     [all...]

Completed in 314 milliseconds