| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | tree.c | 521 int_cst_node = make_node (INTEGER_CST); in init_ttree() 526 cl_optimization_node = make_node (OPTIMIZATION_NODE); in init_ttree() 527 cl_target_option_node = make_node (TARGET_OPTION_NODE); in init_ttree() 1121 tree t = make_node (INTEGER_CST); in force_fit_type_double() 1245 t = make_node (INTEGER_CST); in build_int_cst_wide() 1271 int_cst_node = make_node (INTEGER_CST); in build_int_cst_wide() 1320 tree v = make_node (VECTOR_CST); in build_vector() 1399 tree c = make_node (CONSTRUCTOR); in build_constructor() 1462 v = make_node (FIXED_CST); in build_fixed() 1483 v = make_node (REAL_CST); in build_real() [all …]
|
| H A D | stor-layout.c | 294 DECL_INITIAL (fndecl) = make_node (BLOCK); in self_referential_size() 1730 tree repr = make_node (FIELD_DECL); in start_bitfield_representative() 2346 tree type = make_node (INTEGER_TYPE); in make_signed_type() 2359 tree type = make_node (INTEGER_TYPE); in make_unsigned_type() 2373 tree type = make_node (FIXED_POINT_TYPE); in make_fract_type() 2399 tree type = make_node (FIXED_POINT_TYPE); in make_accum_type() 2446 sizetype = make_node (INTEGER_TYPE); in initialize_sizetypes() 2451 bitsizetype = make_node (INTEGER_TYPE); in initialize_sizetypes()
|
| H A D | stringpool.c | 75 return GCC_IDENT_TO_HT_IDENT (make_node (IDENTIFIER_NODE)); in alloc_node()
|
| H A D | tree-ssanames.c | 141 t = make_node (SSA_NAME); in make_ssa_name_fn()
|
| H A D | tree-iterator.c | 47 list = make_node (STATEMENT_LIST); in alloc_stmt_list()
|
| H A D | tree-nested.c | 228 type = make_node (RECORD_TYPE); in get_frame_type() 288 tree field = make_node (FIELD_DECL); in lookup_field_for_decl() 377 field = make_node (FIELD_DECL); in get_chain_field() 496 trampoline_type = make_node (RECORD_TYPE); in get_trampoline_type() 523 tree field = make_node (FIELD_DECL); in lookup_tramp_for_decl() 566 field = make_node (FIELD_DECL); in get_nl_goto_field()
|
| H A D | langhooks.c | 484 return make_node (code); in lhd_make_node()
|
| H A D | cgraphunit.c | 1472 DECL_INITIAL (decl) = make_node (BLOCK); in init_lowered_empty_function() 1520 tree vfunc_type = make_node (FUNCTION_TYPE); in thunk_adjust() 1634 fn_block = make_node (BLOCK); in assemble_thunk()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree.c | 671 cl_optimization_node = make_node (OPTIMIZATION_NODE); in init_ttree() 672 cl_target_option_node = make_node (TARGET_OPTION_NODE); in init_ttree() 1021 make_node (enum tree_code code MEM_STAT_DECL) in make_node() function 1998 tree c = make_node (CONSTRUCTOR); in build_constructor() 2070 v = make_node (FIXED_CST); in build_fixed() 2091 v = make_node (REAL_CST); in build_real() 2177 tree t = make_node (COMPLEX_CST); in build_complex() 2378 tree t = make_node (CASE_LABEL_EXPR); in build_case_label() 3063 tree t = make_node (TREE_LIST PASS_MEM_STAT); in build_tree_list() 4569 t = make_node (code PASS_MEM_STAT); in build0() [all …]
|
| H A D | stringpool.c | 63 return GCC_IDENT_TO_HT_IDENT (make_node (IDENTIFIER_NODE)); in alloc_node()
|
| H A D | stor-layout.c | 253 DECL_INITIAL (fndecl) = make_node (BLOCK); in self_referential_size() 1969 tree repr = make_node (FIELD_DECL); in start_bitfield_representative() 2619 tree type = make_node (INTEGER_TYPE); in make_signed_type() 2632 tree type = make_node (INTEGER_TYPE); in make_unsigned_type() 2646 tree type = make_node (FIXED_POINT_TYPE); in make_fract_type() 2668 tree type = make_node (FIXED_POINT_TYPE); in make_accum_type() 2727 sizetype = make_node (INTEGER_TYPE); in initialize_sizetypes() 2731 bitsizetype = make_node (INTEGER_TYPE); in initialize_sizetypes()
|
| H A D | tree-ssanames.c | 274 t = make_node (SSA_NAME); in make_ssa_name_fn() 295 t = make_node (SSA_NAME); in make_ssa_name_fn()
|
| H A D | tree-nested.c | 216 type = make_node (RECORD_TYPE); in get_frame_type() 275 tree field = make_node (FIELD_DECL); in lookup_field_for_decl() 364 field = make_node (FIELD_DECL); in get_chain_field() 483 trampoline_type = make_node (RECORD_TYPE); in get_trampoline_type() 513 descriptor_type = make_node (RECORD_TYPE); in get_descriptor_type() 548 tree field = make_node (FIELD_DECL); in create_field_for_decl() 637 field = make_node (FIELD_DECL); in get_nl_goto_field() 3015 tree fb_decl = make_node (FIELD_DECL); in finalize_nesting_tree_1()
|
| H A D | tree-iterator.c | 45 list = make_node (STATEMENT_LIST); in alloc_stmt_list()
|
| H A D | function-tests.c | 235 tree block = make_node (BLOCK); in build_trivial_generic_function()
|
| H A D | langhooks.c | 482 return make_node (code); in lhd_make_node()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
| H A D | c-semantics.c | 110 ret = make_node (code); in build_stmt()
|
| H A D | c-gimplify.c | 145 block = make_node (BLOCK); in c_build_bind_expr()
|
| H A D | c-omp.c | 52 tree stmt = make_node (OMP_CRITICAL); in c_finish_omp_critical() 569 tree t = make_node (OMP_FOR); in c_finish_omp_for()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
| H A D | c-semantics.c | 148 ret = make_node (code); in build_stmt()
|
| H A D | c-gimplify.c | 196 block = make_node (BLOCK); in c_build_bind_expr()
|
| H A D | c-omp.c | 101 tree stmt = make_node (OMP_CRITICAL); in c_finish_omp_critical() 116 tree t = make_node (OMP_ORDERED); in c_finish_omp_ordered() 791 tree t = make_node (code); in c_finish_omp_for()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | tree.c | 1774 tree result = make_node (OVERLOAD); in ovl_cons() 2292 t = make_node (code); in build_min_nt() 2320 t = make_node (code); in build_min() 2355 t = make_node (code); in build_min_non_dep() 3193 tree ptrmem_cst = make_node (PTRMEM_CST); in make_ptrmem_cst()
|
| H A D | lex.c | 663 tree t = make_node (code); in cxx_make_type()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
| H A D | objc-act.c | 1183 property_decl = make_node (PROPERTY_DECL); in objc_add_property_declaration() 1298 property_decl = make_node (PROPERTY_DECL); in maybe_make_artificial_property_decl() 4443 make_node (TREE_LIST), in objc_generate_cxx_ctor_or_dtor() 4652 type = make_node (TREE_LIST); in adjust_type_for_id_default() 4707 keyword_decl = make_node (KEYWORD_DECL); in objc_build_keyword_decl() 4793 method_decl = make_node (code); in build_method_decl() 6787 klass = make_node (code); in start_class() 8116 tree protocol = make_node (PROTOCOL_INTERFACE_TYPE); in objc_declare_protocol() 8169 protocol = make_node (code); in start_protocol()
|