Home
last modified time | relevance | path

Searched refs:tree_cons (Results 1 – 25 of 157) sorted by relevance

1234567

/openbsd-src/gnu/gcc/gcc/cp/
H A Dexcept.c75 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 …]
H A Drtti.c647 elems = tree_cons in build_dynamic_cast_1()
648 (NULL_TREE, expr1, tree_cons in build_dynamic_cast_1()
649 (NULL_TREE, td3, tree_cons in build_dynamic_cast_1()
650 (NULL_TREE, td2, tree_cons in build_dynamic_cast_1()
670 tmp = tree_cons in build_dynamic_cast_1()
671 (NULL_TREE, const_ptr_type_node, tree_cons in build_dynamic_cast_1()
672 (NULL_TREE, tinfo_ptr, tree_cons in build_dynamic_cast_1()
673 (NULL_TREE, tinfo_ptr, tree_cons in build_dynamic_cast_1()
865 init = tree_cons (NULL_TREE, vtable_ptr, init); in tinfo_base_init()
867 init = tree_cons (NULL_TREE, decay_conversion (name_decl), init); in tinfo_base_init()
[all …]
H A Dfriend.c165 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()
H A Dcp-gimplify.c150 tree_cons (NULL_TREE, build_exc_ptr (), in genericize_eh_spec_block()
820 t = tree_cons (NULL, p1, NULL); in cxx_omp_clause_apply_fn()
822 t = tree_cons (NULL, p2, t); in cxx_omp_clause_apply_fn()
826 t = tree_cons (NULL, convert_default_arg (TREE_VALUE (parm), in cxx_omp_clause_apply_fn()
853 tree t = tree_cons (NULL, build_fold_addr_expr (arg1), NULL); in cxx_omp_clause_apply_fn()
855 t = tree_cons (NULL, build_fold_addr_expr (arg2), t); in cxx_omp_clause_apply_fn()
859 t = tree_cons (NULL, convert_default_arg (TREE_VALUE (parm), in cxx_omp_clause_apply_fn()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c75 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in init_exception_processing()
163 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in do_begin_catch()
167 return build_function_call (fn, tree_cons (NULL_TREE, build_exc_ptr (), in do_begin_catch()
487 raises = tree_cons (NULL_TREE, prepare_eh_type (TREE_VALUE (raw_raises)),
507 tree tmp = tree_cons (NULL_TREE, size_type_node, void_list_node);
511 return build_function_call (fn, tree_cons (NULL_TREE, size_in_bytes (type),
529 fn = push_void_library_fn (fn, tree_cons (NULL_TREE, ptr_type_node,
533 return build_function_call (fn, tree_cons (NULL_TREE, ptr, NULL_TREE));
608 *p = tree_cons (NULL_TREE, arg, NULL_TREE);
656 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
[all …]
H A Drtti.c621 elems = tree_cons
622 (NULL_TREE, expr1, tree_cons
623 (NULL_TREE, td3, tree_cons
624 (NULL_TREE, td2, tree_cons
645 tmp = tree_cons
646 (NULL_TREE, const_ptr_type_node, tree_cons
647 (NULL_TREE, tinfo_ptr, tree_cons
648 (NULL_TREE, tinfo_ptr, tree_cons
806 init = tree_cons (NULL_TREE, vtable_ptr, init);
808 init = tree_cons (NULL_TREE, decay_conversion (name_decl), init);
[all …]
H A Dfriend.c169 TREE_VALUE (list) = tree_cons (error_mark_node, decl,
179 = tree_cons (DECL_NAME (decl), build_tree_list (error_mark_node, decl),
183 = tree_cons (NULL_TREE, type,
283 = tree_cons (NULL_TREE, friend_type, CLASSTYPE_FRIEND_CLASSES (type));
288 = tree_cons (NULL_TREE, type,
H A Drepo.c154 pending_repo = tree_cons (NULL_TREE, id, pending_repo);
168 pending_repo = tree_cons (NULL_TREE, t, pending_repo);
189 pending_repo = tree_cons (NULL_TREE, fn, pending_repo);
357 original_repo = tree_cons (orig, id, original_repo);
H A Dparse.y171 current_declspecs = tree_cons (error_mark_node,
1252 { $$ = tree_cons (NULL_TREE, $$,
1255 { $$ = tree_cons (NULL_TREE, $$,
1575 $$ = tree_cons ($1, $2, NULL_TREE);
1910 { $$.t = tree_cons (NULL_TREE, $2.t, $1.t);
1913 { $$.t = tree_cons (NULL_TREE, $1.t, $2);
1916 { $$.t = tree_cons (NULL_TREE, $1.t, chainon ($2, $3));
1919 { $$.t = tree_cons (NULL_TREE, $2.t, chainon ($3, $1.t));
1922 { $$.t = tree_cons (NULL_TREE, $2.t, chainon ($3, $1.t));
1925 { $$.t = tree_cons (NULL_TREE, $2.t,
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dtree-profile.c149 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()
H A Dtree-mudflap.c333 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, \
339tree_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 …]
H A Dcoverage.c630 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (), in build_fn_info_value()
635 value = tree_cons (fields, build_int_cstu (get_gcov_unsigned_t (), in build_fn_info_value()
646 array_value = tree_cons (NULL_TREE, counters, array_value); in build_fn_info_value()
652 value = tree_cons (fields, array_value, value); in build_fn_info_value()
707 value = tree_cons (fields, in build_ctr_info_value()
728 value = tree_cons (fields, in build_ctr_info_value()
734 value = tree_cons (fields, null_pointer_node, value); in build_ctr_info_value()
744 value = tree_cons (fields, in build_ctr_info_value()
786 value = tree_cons (field, build_int_cstu (TREE_TYPE (field), GCOV_VERSION), in build_gcov_info()
793 value = tree_cons (field, null_pointer_node, value); in build_gcov_info()
[all …]
H A Dattribs.c195 returned_attrs = tree_cons (name, args, returned_attrs); in decl_attributes()
239 returned_attrs = tree_cons (name, args, returned_attrs); in decl_attributes()
295 DECL_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs); in decl_attributes()
298 TYPE_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs); in decl_attributes()
312 TYPE_ATTRIBUTES (variant) = tree_cons in decl_attributes()
319 tree_cons (name, args, in decl_attributes()
H A Dgimple-low.c138 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()
/openbsd-src/gnu/gcc/gcc/config/
H A Dsol2.c57 *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()
H A Dsol2-c.c121 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()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c1563 objc_declare_class (tree_cons (NULL_TREE, type, NULL_TREE)); in synth_module_prologue()
1616 tree_cons (NULL_TREE, objc_object_type, in synth_module_prologue()
1617 tree_cons (NULL_TREE, objc_selector_type, in synth_module_prologue()
1648 = tree_cons (get_identifier ("hard_coded_address"), in synth_module_prologue()
1660 tree_cons (NULL_TREE, objc_super_type, in synth_module_prologue()
1661 tree_cons (NULL_TREE, objc_selector_type, in synth_module_prologue()
1680 tree_cons (NULL_TREE, objc_object_type, in synth_module_prologue()
1681 tree_cons (NULL_TREE, objc_selector_type, in synth_module_prologue()
1687 tree_cons (NULL_TREE, objc_object_type, in synth_module_prologue()
1688 tree_cons (NULL_TREE, objc_selector_type, in synth_module_prologue()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1144 tree_cons (NULL_TREE, id_type, in synth_module_prologue()
1145 tree_cons (NULL_TREE, selector_type, in synth_module_prologue()
1168 tree_cons (NULL_TREE, super_p, in synth_module_prologue()
1169 tree_cons (NULL_TREE, selector_type, in synth_module_prologue()
1179 tree_cons (NULL_TREE, in synth_module_prologue()
1181 tree_cons (NULL_TREE, void_type_node, in synth_module_prologue()
1342 = tree_cons (NULL_TREE, copy_node (build_unary_op (ADDR_EXPR, string, 1)),
1344 initlist = tree_cons (NULL_TREE, build_int_2 (length, 0), initlist);
1373 *chain = tree_cons (NULL_TREE, class_decl, NULL_TREE);
1391 TREE_PURPOSE (*chain) = tree_cons (NULL_TREE, decl, TREE_PURPOSE (*chain));
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c777 endlink = end_params_node = tree_cons (NULL_TREE, void_type_node, NULL_TREE); in java_init_decl_processing()
779 t = tree_cons (NULL_TREE, class_ptr_type, in java_init_decl_processing()
780 tree_cons (NULL_TREE, int_type_node, endlink)); in java_init_decl_processing()
791 t = tree_cons (NULL_TREE, ptr_type_node, endlink); in java_init_decl_processing()
812 t = tree_cons (NULL_TREE, int_type_node, in java_init_decl_processing()
813 tree_cons (NULL_TREE, int_type_node, endlink)); in java_init_decl_processing()
820 t = tree_cons (NULL_TREE, int_type_node, in java_init_decl_processing()
821 tree_cons (NULL_TREE, class_ptr_type, in java_init_decl_processing()
822 tree_cons (NULL_TREE, object_ptr_type_node, endlink))); in java_init_decl_processing()
831 t = tree_cons (NULL_TREE, ptr_type_node, in java_init_decl_processing()
[all …]
H A Dbuiltins.c239 args = tree_cons (NULL_TREE, builtin_types[arg4], args);
245 args = tree_cons (NULL_TREE, builtin_types[arg3], args);
251 args = tree_cons (NULL_TREE, builtin_types[arg2], args);
257 args = tree_cons (NULL_TREE, builtin_types[arg1], args);
H A Dclass.c1282 table = tree_cons (NULL_TREE, table, NULL_TREE);
1291 table = tree_cons (NULL_TREE, utf8, table);
1369 list = tree_cons (NULL_TREE, null_pointer_node, list);
1371 list = tree_cons (NULL_TREE, null_pointer_node, list);
1384 list = tree_cons (NULL_TREE, fdesc, list);
1387 list = tree_cons (NULL_TREE,
1403 list = tree_cons (NULL_TREE, gc_descr, list);
1405 list = tree_cons (NULL_TREE, gc_descr, list);
1406 list = tree_cons (NULL_TREE, this_class_addr, list);
1409 list = tree_cons (NULL_TREE, null_pointer_node, list);
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-parse.in282 declspec_stack = tree_cons (build_tree_list (prefix_attributes, \
928 { $$ = tree_cons (NULL_TREE, $1, NULL_TREE);
931 { $$ = tree_cons (NULL_TREE, $2, $1);
934 { $$ = tree_cons (NULL_TREE, $2, $1);
940 { $$ = tree_cons ($2, NULL_TREE, $1);
946 { $$ = tree_cons (NULL_TREE, $2, $1);
949 { $$ = tree_cons (NULL_TREE, $2, $1);
955 { $$ = tree_cons ($1, NULL_TREE, NULL_TREE);
958 { $$ = tree_cons ($2, NULL_TREE, $1);
964 { $$ = tree_cons (NULL_TREE, $1, NULL_TREE);
[all …]
H A Dattribs.c205 returned_attrs = tree_cons (name, args, returned_attrs);
240 returned_attrs = tree_cons (name, args, returned_attrs);
293 DECL_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs);
295 TYPE_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs);
298 tree_cons (name, args,
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh-c.c43 tree_cons (id, NULL_TREE, NULL_TREE), 0); in sh_add_function_attribute()
47 = tree_cons (id, NULL_TREE, *sh_deferred_function_attributes_tail); in sh_add_function_attribute()
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c2454 tree_cons (NULL_TREE, void_type_node, endlink)); in iq2000_init_builtins()
2459 tree_cons (NULL_TREE, integer_type_node, endlink)); in iq2000_init_builtins()
2464 tree_cons (NULL_TREE, integer_type_node, in iq2000_init_builtins()
2465 tree_cons (NULL_TREE, integer_type_node, in iq2000_init_builtins()
2471 tree_cons (NULL_TREE, integer_type_node, endlink)); in iq2000_init_builtins()
2476 tree_cons (NULL_TREE, integer_type_node, in iq2000_init_builtins()
2477 tree_cons (NULL_TREE, integer_type_node, in iq2000_init_builtins()
2484 tree_cons (NULL_TREE, integer_type_node, in iq2000_init_builtins()
2485 tree_cons (NULL_TREE, integer_type_node, in iq2000_init_builtins()
2486 tree_cons (NULL_TREE, in iq2000_init_builtins()
[all …]

1234567