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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 54 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);
118 bool (*type_hash_eq) (const_tree, const_tree);
122 bool (*get_array_descr_info) (const_tree, struct array_descr_info *);
125 void (*get_subrange_bounds) (const_tree, tree *, tree *)
    [all...]
tree-dump.h 61 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);
alias.h 36 extern bool component_uses_parent_alias_set (const_tree);
tree.h 843 extern void tree_contains_struct_check_failed (const_tree,
848 extern void tree_check_failed (const_tree, const char *, int, const char *,
850 extern void tree_not_check_failed (const_tree, const char *, int, const char *,
852 extern void tree_class_check_failed (const_tree, const enum tree_code_class,
855 extern void tree_range_check_failed (const_tree, const char *, int,
859 extern void tree_not_class_check_failed (const_tree,
869 extern void tree_operand_check_failed (int, const_tree,
872 extern void omp_clause_check_failed (const_tree, const char *, int,
875 extern void omp_clause_operand_check_failed (int, const_tree, const char *,
878 extern void omp_clause_range_check_failed (const_tree, const char *, int
    [all...]
target.def 168 void, (FILE *file, const char *name, const_tree expr, HOST_WIDE_INT size),
346 bool, (const_tree thunk_fndecl, HOST_WIDE_INT delta,
347 HOST_WIDE_INT vcall_offset, const_tree function),
985 bool, (const_tree type, bool is_packed),
1003 (enum machine_mode mode, const_tree type, int misalignment, bool is_packed),
    [all...]
emit-rtl.h 71 extern int mem_expr_equal_p (const_tree, const_tree);
coretypes.h 60 typedef const union tree_node *const_tree; typedef in typeref:union:tree_node
180 #define const_tree union _dont_use_tree_here_ * macro
debug.h 63 bool (* ignore_block) (const_tree);
162 extern bool debug_true_const_tree (const_tree);
output.h 346 extern bool decl_readonly_section (const_tree, int);
557 extern bool bss_initializer_p (const_tree);
561 extern enum section_category categorize_decl_for_section (const_tree, int);
584 extern bool default_binds_local_p (const_tree);
585 extern bool default_binds_local_p_1 (const_tree, int);
594 const_tree, HOST_WIDE_INT);
dumpfile.h 128 extern void dump_node (const_tree, int, FILE *);
c-tree.h 561 extern bool c_warn_unused_global_decl (const_tree);
576 extern int same_translation_unit_p (const_tree, const_tree);
579 extern bool c_vla_type_p (const_tree);
581 extern void c_incomplete_type_error (const_tree, const_tree);
tree-ssa-alias.h 133 extern bool pt_solution_includes (struct pt_solution *, const_tree);
tree-flow-inline.h 273 has_zero_uses (const_tree var)
291 has_single_use (const_tree var)
314 single_imm_use (const_tree var, use_operand_p *use_p, gimple *stmt)
349 num_imm_uses (const_tree var)
508 is_global_var (const_tree t)
519 may_be_aliased (const_tree var)
536 phi_ssa_name_p (const_tree t)
1092 unmodifiable_var_p (const_tree var)
1104 ref_contains_array_ref (const_tree ref)
1120 contains_view_convert_expr_p (const_tree ref
    [all...]
tree-flow.h 437 extern int op_prio (const_tree);
640 enum ev_direction scev_direction (const_tree);
705 static inline bool unmodifiable_var_p (const_tree);
706 static inline bool ref_contains_array_ref (const_tree);
real.h 443 REAL_VALUE_TYPE real_value_from_int_cst (const_tree, const_tree);
cgraph.h 542 symtab_node symtab_get_node (const_tree);
543 symtab_node symtab_node_for_asm (const_tree asmname);
785 cgraph_get_node (const_tree decl)
793 varpool_get_node (const_tree decl)
    [all...]
double-int.h 454 double_int mpz_get_double_int (const_tree, mpz_t, bool);
gimple.h 856 bool is_gimple_address (const_tree);
858 bool is_gimple_invariant_address (const_tree);
861 bool is_gimple_ip_invariant_address (const_tree);
863 bool is_gimple_constant (const_tree);
865 extern bool is_gimple_min_invariant (const_tree);
867 extern bool is_gimple_ip_invariant (const_tree);
    [all...]
gtype-desc.h     [all...]
rtl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 41 extern enum calling_abi ix86_function_type_abi (const_tree);
157 extern void ix86_call_abi_override (const_tree);
158 extern int ix86_reg_parm_stack_space (const_tree);
220 extern unsigned int ix86_get_callcvt (const_tree);
248 extern bool i386_pe_binds_local_p (const_tree);
250 extern bool i386_pe_valid_dllimport_attribute_p (const_tree);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h 546 extern bool has_c_linkage (const_tree decl);
715 extern int check_user_alignment (const_tree, bool);
716 extern void check_function_arguments (const_tree, int, tree *);
726 extern bool attribute_takes_identifier_p (const_tree);
740 extern bool decl_with_nonnull_addr_p (const_tree);
762 extern bool warn_if_unused_value (const_tree, location_t);
818 extern bool c_promoting_integer_type_p (const_tree);
819 extern int self_promoting_args_p (const_tree);
    [all...]

Completed in 207 milliseconds