| /trueos/contrib/gcc/cp/ |
| HD | except.c | 75 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in init_exception_processing() 173 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in do_get_exception_ptr() 177 return build_function_call (fn, tree_cons (NULL_TREE, build_exc_ptr (), in do_get_exception_ptr() 193 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in do_begin_catch() 197 return build_function_call (fn, tree_cons (NULL_TREE, build_exc_ptr (), in do_begin_catch() 522 raises = tree_cons (NULL_TREE, type, raises); in finish_eh_spec_block() 539 tree tmp = tree_cons (NULL_TREE, size_type_node, void_list_node); in do_allocate_exception() 543 return build_function_call (fn, tree_cons (NULL_TREE, size_in_bytes (type), in do_allocate_exception() 559 fn = push_void_library_fn (fn, tree_cons (NULL_TREE, ptr_type_node, in do_free_exception() 563 return build_function_call (fn, tree_cons (NULL_TREE, ptr, NULL_TREE)); in do_free_exception() [all …]
|
| HD | rtti.c | 648 elems = tree_cons in build_dynamic_cast_1() 649 (NULL_TREE, expr1, tree_cons in build_dynamic_cast_1() 650 (NULL_TREE, td3, tree_cons in build_dynamic_cast_1() 651 (NULL_TREE, td2, tree_cons in build_dynamic_cast_1() 671 tmp = tree_cons in build_dynamic_cast_1() 672 (NULL_TREE, const_ptr_type_node, tree_cons in build_dynamic_cast_1() 673 (NULL_TREE, tinfo_ptr, tree_cons in build_dynamic_cast_1() 674 (NULL_TREE, tinfo_ptr, tree_cons in build_dynamic_cast_1() 866 init = tree_cons (NULL_TREE, vtable_ptr, init); in tinfo_base_init() 868 init = tree_cons (NULL_TREE, decay_conversion (name_decl), init); in tinfo_base_init() [all …]
|
| HD | friend.c | 165 TREE_VALUE (list) = tree_cons (NULL_TREE, decl, in add_friend() 179 = tree_cons (DECL_NAME (decl), build_tree_list (NULL_TREE, decl), in add_friend() 183 = tree_cons (NULL_TREE, type, in add_friend() 389 = tree_cons (NULL_TREE, friend_type, CLASSTYPE_FRIEND_CLASSES (type)); in make_friend_class() 394 = tree_cons (NULL_TREE, type, in make_friend_class()
|
| HD | cp-gimplify.c | 150 tree_cons (NULL_TREE, build_exc_ptr (), in genericize_eh_spec_block() 859 t = tree_cons (NULL, p1, NULL); in cxx_omp_clause_apply_fn() 861 t = tree_cons (NULL, p2, t); in cxx_omp_clause_apply_fn() 865 t = tree_cons (NULL, convert_default_arg (TREE_VALUE (parm), in cxx_omp_clause_apply_fn() 892 tree t = tree_cons (NULL, build_fold_addr_expr (arg1), NULL); in cxx_omp_clause_apply_fn() 894 t = tree_cons (NULL, build_fold_addr_expr (arg2), t); in cxx_omp_clause_apply_fn() 898 t = tree_cons (NULL, convert_default_arg (TREE_VALUE (parm), in cxx_omp_clause_apply_fn()
|
| HD | call.c | 1031 cand->args = tree_cons (NULL_TREE, in convert_class_to_reference() 2140 types[i] = tree_cons in add_builtin_candidates() 2143 types[i] = tree_cons in add_builtin_candidates() 2160 types[i] = tree_cons (NULL_TREE, type, types[i]); in add_builtin_candidates() 2167 types[i] = tree_cons (NULL_TREE, type, types[i]); in add_builtin_candidates() 2173 types[i] = tree_cons (NULL_TREE, type, types[i]); in add_builtin_candidates() 2179 types[i] = tree_cons in add_builtin_candidates() 2186 types[i] = tree_cons (NULL_TREE, type, types[i]); in add_builtin_candidates() 2190 types[i] = tree_cons (NULL_TREE, type, types[i]); in add_builtin_candidates() 2312 cand->template_decl = tree_cons (tmpl, targs, NULL_TREE); in add_template_candidate_real() [all …]
|
| HD | method.c | 478 t = tree_cons (NULL_TREE, t, NULL_TREE); in use_thunk() 480 t = tree_cons (NULL_TREE, a, t); in use_thunk() 570 = tree_cons (binfo, in do_build_copy_constructor() 584 = tree_cons (base_binfo, in do_build_copy_constructor() 629 member_init_list = tree_cons (field, init, member_init_list); in do_build_copy_constructor() 1058 parameter_types = tree_cons (NULL_TREE, rhs_parm_type, parameter_types); in implicitly_declare_fn()
|
| HD | decl.c | 482 ent->bad_decls = tree_cons (NULL, decl, ent->bad_decls); in poplevel_named_label_1() 678 = tree_cons (NULL_TREE, link, in poplevel() 2306 shadow = tree_cons (IDENTIFIER_LABEL_VALUE (id), NULL_TREE, in declare_local_label() 3218 tree_cons (NULL_TREE, in cxx_init_decl_processing() 3287 tree_cons (NULL_TREE, in cxx_init_decl_processing() 5464 …initlist = tree_cons (fields, fold_convert (ptr_type_node, ((flag & BLOCK_FIELD_IS_WEAK) != 0) ? i… in init_byref_decl() 5469 initlist = tree_cons (fields, in init_byref_decl() 5474 initlist = tree_cons (fields, build_int_cst (TREE_TYPE (fields), flags), in init_byref_decl() 5477 initlist = tree_cons (fields, build_int_cst (TREE_TYPE (fields), size), in init_byref_decl() 5500 tree_cons (NULL_TREE, ptr_type_node, in init_byref_decl() [all …]
|
| HD | name-lookup.c | 1664 = tree_cons (id, old_type_value, b->type_shadowed); in set_identifier_type_value_with_scope() 1995 *d = tree_cons (NULL_TREE, new_binding, in push_overloaded_decl() 3183 decl_namespace_list = tree_cons (ORIGINAL_NAMESPACE (decl), in push_decl_namespace() 3306 = tree_cons (used, namespace_ancestor (user, used), in add_using_namespace() 3313 = tree_cons (user, 0, DECL_NAMESPACE_USERS (used)); in add_using_namespace() 3414 = tree_cons (current_namespace, 0, in parse_using_directive() 3574 old->value = tree_cons (NULL_TREE, old->value, in ambiguous_decl() 3585 old->type = tree_cons (NULL_TREE, old->type, in ambiguous_decl() 3816 seen = tree_cons (scope, NULL_TREE, seen); in qualified_lookup_using_namespace() 3838 todo = tree_cons (TREE_PURPOSE (usings), NULL_TREE, todo); in qualified_lookup_using_namespace() [all …]
|
| HD | decl2.c | 1168 args = tree_cons (NULL_TREE, size_type_node, args); in coerce_new_type() 1206 args = tree_cons (NULL_TREE, ptr_type_node, args); in coerce_delete_type() 2482 parm_types = tree_cons (NULL_TREE, integer_type_node, parm_types); in start_static_storage_duration_function() 2483 parm_types = tree_cons (NULL_TREE, integer_type_node, parm_types); in start_static_storage_duration_function() 2919 arguments = tree_cons (NULL_TREE, in generate_ctor_or_dtor_function() 2922 arguments = tree_cons (NULL_TREE, in generate_ctor_or_dtor_function() 3508 args = tree_cons (NULL_TREE, object, args); in build_offset_ref_call_from_tree() 3524 args = tree_cons (NULL_TREE, object_addr, args); in build_offset_ref_call_from_tree()
|
| HD | search.c | 1126 lfi->ambiguous = tree_cons (NULL_TREE, lfi->rval, NULL_TREE); in lookup_field_r() 1131 lfi->ambiguous = tree_cons (NULL_TREE, nval, lfi->ambiguous); in lookup_field_r() 2336 my_tpl_convs = tree_cons (binfo, tpl, my_tpl_convs); in lookup_conversions_r() 2357 my_convs = tree_cons (binfo, conv, my_convs); in lookup_conversions_r() 2372 parent_convs = tree_cons (binfo, my_convs, parent_convs); in lookup_conversions_r() 2379 parent_tpl_convs = tree_cons (binfo, my_tpl_convs, parent_tpl_convs); in lookup_conversions_r()
|
| /trueos/contrib/gcc/ |
| HD | tree-profile.c | 149 args = tree_cons (NULL_TREE, ref_ptr, in tree_gen_interval_profiler() 150 tree_cons (NULL_TREE, val, in tree_gen_interval_profiler() 151 tree_cons (NULL_TREE, start, in tree_gen_interval_profiler() 152 tree_cons (NULL_TREE, steps, in tree_gen_interval_profiler() 174 args = tree_cons (NULL_TREE, ref_ptr, in tree_gen_pow2_profiler() 175 tree_cons (NULL_TREE, val, in tree_gen_pow2_profiler() 197 args = tree_cons (NULL_TREE, ref_ptr, in tree_gen_one_value_profiler() 198 tree_cons (NULL_TREE, val, in tree_gen_one_value_profiler()
|
| HD | tree-mudflap.c | 333 build_function_type (rtype, tree_cons (0, arg1, void_list_node)) 335 build_function_type (rtype, tree_cons (0, arg1, tree_cons (0, arg2, \ 336 tree_cons (0, arg3, void_list_node)))) 338 build_function_type (rtype, tree_cons (0, arg1, tree_cons (0, arg2, \ 339 … tree_cons (0, arg3, tree_cons (0, arg4, \ 660 u = tree_cons (NULL_TREE, in mf_build_check_statement_for() 664 u = tree_cons (NULL_TREE, dirflag, u); in mf_build_check_statement_for() 666 u = tree_cons (NULL_TREE, in mf_build_check_statement_for() 671 u = tree_cons (NULL_TREE, mf_base, u); in mf_build_check_statement_for() 1005 tree_cons (NULL_TREE, in mx_register_decls() [all …]
|
| HD | coverage.c | 648 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (), in build_fn_info_value() 653 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (), in build_fn_info_value() 664 array_value = tree_cons (NULL_TREE, counters, array_value); in build_fn_info_value() 670 value = tree_cons (fields, array_value, value); in build_fn_info_value() 725 value = tree_cons (fields, in build_ctr_info_value() 746 value = tree_cons (fields, in build_ctr_info_value() 752 value = tree_cons (fields, null_pointer_node, value); in build_ctr_info_value() 762 value = tree_cons (fields, in build_ctr_info_value() 804 value = tree_cons (field, build_int_cstu (TREE_TYPE (field), GCOV_VERSION), in build_gcov_info() 811 value = tree_cons (field, null_pointer_node, value); in build_gcov_info() [all …]
|
| HD | attribs.c | 195 returned_attrs = tree_cons (name, args, returned_attrs); in decl_attributes() 240 returned_attrs = tree_cons (name, args, returned_attrs); in decl_attributes() 296 DECL_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs); in decl_attributes() 299 TYPE_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs); in decl_attributes() 313 TYPE_ATTRIBUTES (variant) = tree_cons in decl_attributes() 320 tree_cons (name, args, in decl_attributes()
|
| HD | gimple-low.c | 138 arg = tree_cons (NULL, t, NULL); in lower_function_body() 582 data->return_statements = tree_cons (label, stmt, data->return_statements); in lower_return_expr() 667 arg = tree_cons (NULL, t, NULL); in lower_builtin_setjmp() 669 arg = tree_cons (NULL, t, arg); in lower_builtin_setjmp() 693 arg = tree_cons (NULL, t, NULL); in lower_builtin_setjmp() 740 cfun->unexpanded_var_list = tree_cons (NULL_TREE, var, in record_vars_into()
|
| HD | builtins.c | 2011 arglist = tree_cons (NULL_TREE, narg, temp); in expand_builtin_mathfn_2() 2015 arglist = tree_cons (NULL_TREE, arg0, temp); in expand_builtin_mathfn_2() 3096 newarglist = tree_cons (NULL_TREE, src, newarglist); in expand_builtin_bcopy() 3097 newarglist = tree_cons (NULL_TREE, dest, newarglist); in expand_builtin_bcopy() 3239 narglist = tree_cons (NULL_TREE, src, narglist); in expand_builtin_stpcpy() 3240 narglist = tree_cons (NULL_TREE, dst, narglist); in expand_builtin_stpcpy() 3518 arglist = tree_cons (NULL_TREE, val, arglist); in expand_builtin_memset() 3519 arglist = tree_cons (NULL_TREE, dest, arglist); in expand_builtin_memset() 3548 newarglist = tree_cons (NULL_TREE, integer_zero_node, newarglist); in expand_builtin_bzero() 3549 newarglist = tree_cons (NULL_TREE, dest, newarglist); in expand_builtin_bzero() [all …]
|
| HD | tree.c | 1005 list = tree_cons (NULL_TREE, value, list); in build_vector_from_ctor() 1201 cst = tree_cons (NULL_TREE, scalar, cst); in build_one_cst() 2356 return tree_cons (TREE_PURPOSE (exp), op1, op0); in substitute_in_expr() 2512 return tree_cons (TREE_PURPOSE (exp), op1, op0); in substitute_placeholder_in_expr() 3727 return tree_cons (name, args, NULL_TREE); in handle_dll_attribute() 5315 args = tree_cons (NULL_TREE, t, args); in build_function_type_list() 5354 argtypes = tree_cons (NULL_TREE, ptype, argtypes); in build_method_type_directly() 6702 tmp = tree_cons (NULL_TREE, size_type_node, void_list_node); in build_common_builtin_nodes() 6703 tmp = tree_cons (NULL_TREE, const_ptr_type_node, tmp); in build_common_builtin_nodes() 6704 tmp = tree_cons (NULL_TREE, ptr_type_node, tmp); in build_common_builtin_nodes() [all …]
|
| HD | omp-low.c | 334 ws_args = tree_cons (NULL, t, ws_args); in get_ws_args_for() 338 ws_args = tree_cons (NULL, t, ws_args); in get_ws_args_for() 341 ws_args = tree_cons (NULL, t, ws_args); in get_ws_args_for() 344 ws_args = tree_cons (NULL, t, ws_args); in get_ws_args_for() 352 t = tree_cons (NULL, t, NULL); in get_ws_args_for() 1682 args = tree_cons (NULL, x, NULL); in lower_rec_input_clauses() 1716 args = tree_cons (NULL, x, NULL); in lower_rec_input_clauses() 2267 args = tree_cons (NULL, val, NULL); in expand_parallel_call() 2273 args = tree_cons (NULL, t, args); in expand_parallel_call() 2275 args = tree_cons (NULL, t, args); in expand_parallel_call() [all …]
|
| HD | c-decl.c | 2353 = tree_cons (NULL_TREE, x, C_TYPE_INCOMPLETE_VARS (element)); in pushdecl() 3513 arg_info->types = tree_cons (NULL_TREE, ptr_type_node, in synth_block_byref_id_object_copy_func() 3514 tree_cons (NULL_TREE, in synth_block_byref_id_object_copy_func() 3571 arg_info->types = tree_cons (NULL_TREE, ptr_type_node, in synth_block_byref_id_object_dispose_func() 3718 …initlist = tree_cons (fields, fold_convert (ptr_type_node, ((flag & BLOCK_FIELD_IS_WEAK) != 0) ? i… in init_byref_decl() 3723 initlist = tree_cons (fields, in init_byref_decl() 3728 initlist = tree_cons (fields, build_int_cst (TREE_TYPE (fields), flags), in init_byref_decl() 3731 initlist = tree_cons (fields, build_int_cst (TREE_TYPE (fields), size), in init_byref_decl() 3752 tree_cons (NULL_TREE, ptr_type_node, in init_byref_decl() 3753 tree_cons (NULL_TREE, ptr_type_node, in init_byref_decl() [all …]
|
| HD | c-common.c | 688 saved = tree_cons (decl, build_int_cst (NULL_TREE, ix), saved); in start_fname_decls() 695 saved_function_name_decls = tree_cons (saved, NULL_TREE, in start_fname_decls() 846 = tree_cons (decl, stmts, saved_function_name_decls); in fname_decl() 2002 registered_builtin_types = tree_cons (0, type, registered_builtin_types); in c_register_builtin_type() 3176 args = tree_cons (NULL_TREE, t, args); in def_fn_type() 4173 = tree_cons (built_in_attributes[(int) PURPOSE], \ in c_init_attributes() 4921 return tree_cons (name, args, NULL_TREE); in handle_weak_attribute() 5022 attr = tree_cons (get_identifier ("alias"), args, attr); in handle_weakref_attribute() 5023 attr = tree_cons (get_identifier ("weakref"), NULL_TREE, attr); in handle_weakref_attribute() 5963 tree_cons (NULL_TREE, decl, cur_block->block_byref_global_decl_list); in add_block_global_byref_list() [all …]
|
| HD | tree-ssa-loop-prefetch.c | 847 params = tree_cons (NULL_TREE, addr, in issue_prefetch_ref() 848 tree_cons (NULL_TREE, write_p, NULL_TREE)); in issue_prefetch_ref() 1034 tree_cons (NULL_TREE, in tree_ssa_prefetch_arrays()
|
| HD | tree-nested.c | 1537 arg = tree_cons (NULL, x, NULL); in convert_nl_goto_reference() 1539 arg = tree_cons (NULL, x, arg); in convert_nl_goto_reference() 1639 arg = tree_cons (NULL, x, NULL); in convert_tramp_reference() 1853 arg = tree_cons (NULL, x, NULL); in finalize_nesting_tree_1() 1856 arg = tree_cons (NULL, x, arg); in finalize_nesting_tree_1() 1861 arg = tree_cons (NULL, x, arg); in finalize_nesting_tree_1()
|
| /trueos/contrib/gcc/config/ |
| HD | sol2.c | 57 *attributes = tree_cons (get_identifier ("aligned"), value, in solaris_insert_attributes() 72 *attributes = tree_cons (get_identifier ("init"), NULL, in solaris_insert_attributes() 74 *attributes = tree_cons (get_identifier ("used"), NULL, in solaris_insert_attributes() 89 *attributes = tree_cons (get_identifier ("fini"), NULL, in solaris_insert_attributes() 91 *attributes = tree_cons (get_identifier ("used"), NULL, in solaris_insert_attributes()
|
| HD | sol2-c.c | 121 solaris_pending_aligns = tree_cons (t, build_tree_list (NULL, x), in solaris_pragma_align() 176 tree attrs = tree_cons (get_identifier ("used"), NULL, init_list); in solaris_pragma_init() 180 solaris_pending_inits = tree_cons (t, NULL, solaris_pending_inits); in solaris_pragma_init() 234 tree attrs = tree_cons (get_identifier ("used"), NULL, fini_list); in solaris_pragma_fini() 238 solaris_pending_finis = tree_cons (t, NULL, solaris_pending_finis); in solaris_pragma_fini()
|
| /trueos/contrib/gcc/config/arm/ |
| HD | arm.c | 2929 tree_cons (name, args, TYPE_ATTRIBUTES (TREE_TYPE (*node)))); in arm_handle_isr_attribute() 2940 return tree_cons (name, args, NULL_TREE); in arm_handle_isr_attribute() 3063 type_attr_list = tree_cons (attr_name, NULL_TREE, type_attr_list); in arm_set_default_type_attributes() 12283 tree_cons (NULL_TREE, integer_type_node, endlink)); in arm_init_iwmmxt_builtins() 12286 tree_cons (NULL_TREE, V8QI_type_node, in arm_init_iwmmxt_builtins() 12287 tree_cons (NULL_TREE, V8QI_type_node, in arm_init_iwmmxt_builtins() 12288 tree_cons (NULL_TREE, in arm_init_iwmmxt_builtins() 12293 tree_cons (NULL_TREE, V4HI_type_node, in arm_init_iwmmxt_builtins() 12294 tree_cons (NULL_TREE, integer_type_node, in arm_init_iwmmxt_builtins() 12298 tree_cons (NULL_TREE, V2SI_type_node, in arm_init_iwmmxt_builtins() [all …]
|