| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | attribs.c | 489 = tree_cons (get_identifier ("optimize"), opts, attributes); in decl_attributes() 510 attributes = tree_cons (get_identifier ("target"), opts, attributes); in decl_attributes() 523 attributes = tree_cons (get_identifier ("noinline"), NULL, attributes); in decl_attributes() 526 attributes = tree_cons (get_identifier ("noclone"), NULL, attributes); in decl_attributes() 537 attributes = tree_cons (get_identifier ("noinline"), NULL, attributes); in decl_attributes() 540 attributes = tree_cons (get_identifier ("noclone"), NULL, attributes); in decl_attributes() 543 attributes = tree_cons (get_identifier ("no_icf"), NULL, attributes); in decl_attributes() 603 tree attr = tree_cons (name, args, NULL_TREE); in decl_attributes() 649 tree attr = tree_cons (name, args, NULL_TREE); in decl_attributes() 758 r = tree_cons (build_tree_list (ns, name), args, old_attrs); in decl_attributes() [all …]
|
| H A D | tree-profile.c | 145 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler() 158 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler() 173 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler() 191 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler() 214 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler() 221 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | friend.c | 198 TREE_VALUE (list) = tree_cons (NULL_TREE, decl, in add_friend() 214 = tree_cons (DECL_NAME (decl), build_tree_list (NULL_TREE, decl), in add_friend() 218 = tree_cons (NULL_TREE, type, in add_friend() 459 = tree_cons (NULL_TREE, friend_type, CLASSTYPE_FRIEND_CLASSES (type)); in make_friend_class() 464 = tree_cons (NULL_TREE, type, in make_friend_class()
|
| H A D | vtable-class-hierarchy.c | 196 = tree_cons (get_identifier ("leaf"), NULL, in vtv_build_vtable_verify_fndecl() 259 tree_cons (get_identifier ("leaf"), NULL, in init_functions() 303 tree_cons (get_identifier ("leaf"), NULL, in init_functions()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | friend.cc | 198 TREE_VALUE (list) = tree_cons (NULL_TREE, decl, in add_friend() 214 = tree_cons (DECL_NAME (decl), build_tree_list (NULL_TREE, decl), in add_friend() 218 = tree_cons (NULL_TREE, type, in add_friend() 477 = tree_cons (NULL_TREE, friend_type, CLASSTYPE_FRIEND_CLASSES (type)); in make_friend_class() 482 = tree_cons (NULL_TREE, type, in make_friend_class()
|
| H A D | vtable-class-hierarchy.cc | 196 = tree_cons (get_identifier ("leaf"), NULL, in vtv_build_vtable_verify_fndecl() 259 tree_cons (get_identifier ("leaf"), NULL, in init_functions() 303 tree_cons (get_identifier ("leaf"), NULL, in init_functions()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh-c.cc | 46 tree_cons (id, NULL_TREE, NULL_TREE), 0); in sh_add_function_attribute() 50 = tree_cons (id, NULL_TREE, *sh_deferred_function_attributes_tail); in sh_add_function_attribute()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh-c.c | 46 tree_cons (id, NULL_TREE, NULL_TREE), 0); in sh_add_function_attribute() 50 = tree_cons (id, NULL_TREE, *sh_deferred_function_attributes_tail); in sh_add_function_attribute()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
| H A D | sol2.c | 60 *attributes = tree_cons (get_identifier ("aligned"), value, in solaris_insert_attributes() 75 *attributes = tree_cons (get_identifier ("init"), NULL, in solaris_insert_attributes() 92 *attributes = tree_cons (get_identifier ("fini"), NULL, in solaris_insert_attributes()
|
| H A D | sol2-c.c | 118 solaris_pending_aligns = tree_cons (t, build_tree_list (NULL, x), in solaris_pragma_align() 178 solaris_pending_inits = tree_cons (t, NULL, solaris_pending_inits); in solaris_pragma_init() 237 solaris_pending_finis = tree_cons (t, NULL, solaris_pending_finis); in solaris_pragma_fini()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
| H A D | sol2.cc | 61 *attributes = tree_cons (get_identifier ("aligned"), value, in solaris_insert_attributes() 76 *attributes = tree_cons (get_identifier ("init"), NULL, in solaris_insert_attributes() 93 *attributes = tree_cons (get_identifier ("fini"), NULL, in solaris_insert_attributes()
|
| H A D | sol2-c.cc | 118 solaris_pending_aligns = tree_cons (t, build_tree_list (NULL, x), in solaris_pragma_align() 178 solaris_pending_inits = tree_cons (t, NULL, solaris_pending_inits); in solaris_pragma_init() 237 solaris_pending_finis = tree_cons (t, NULL, solaris_pending_finis); in solaris_pragma_fini()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | attribs.cc | 623 = tree_cons (get_identifier ("optimize"), opts, attributes); in decl_attributes() 661 attributes = tree_cons (get_identifier ("target"), opts, attributes); in decl_attributes() 673 attributes = tree_cons (get_identifier ("noipa"), NULL, attributes); in decl_attributes() 683 attributes = tree_cons (get_identifier ("noinline"), NULL, attributes); in decl_attributes() 686 attributes = tree_cons (get_identifier ("noclone"), NULL, attributes); in decl_attributes() 689 attributes = tree_cons (get_identifier ("no_icf"), NULL, attributes); in decl_attributes() 750 tree attr = tree_cons (name, args, NULL_TREE); in decl_attributes() 796 tree attr = tree_cons (name, args, NULL_TREE); in decl_attributes() 914 r = tree_cons (build_tree_list (ns, name), args, old_attrs); in decl_attributes() 916 r = tree_cons (name, args, old_attrs); in decl_attributes() [all …]
|
| H A D | tree-profile.cc | 148 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler() 161 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler() 176 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler() 194 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler() 217 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler() 224 = tree_cons (get_identifier ("leaf"), NULL, in gimple_init_gcov_profiler()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-act.cc | 3046 noreturn_list = tree_cons (get_identifier ("noreturn"), NULL, NULL); in build_common_objc_exception_stuff() 3047 nothrow_list = tree_cons (get_identifier ("nothrow"), NULL, NULL); in build_common_objc_exception_stuff() 3461 TREE_CHAIN (tail) = tree_cons (NULL_TREE, ident, NULL_TREE); in add_class_reference() 3464 cls_ref_chain = tree_cons (NULL_TREE, ident, NULL_TREE); in add_class_reference() 3736 func_params = tree_cons (NULL_TREE, in objc_build_ivar_assignment() 3738 tree_cons (NULL_TREE, convert (objc_object_type, outervar), in objc_build_ivar_assignment() 3739 tree_cons (NULL_TREE, offs, in objc_build_ivar_assignment() 3748 tree func_params = tree_cons (NULL_TREE, in objc_build_global_assignment() 3750 tree_cons (NULL_TREE, convert (build_pointer_type (objc_object_type), in objc_build_global_assignment() 3761 tree func_params = tree_cons (NULL_TREE, in objc_build_strong_cast_assignment() [all …]
|
| H A D | objc-next-runtime-abi-01.cc | 332 = tree_cons (get_identifier ("hard_coded_address"), in next_runtime_01_initialize() 710 *chain = tree_cons (decl, ident, NULL_TREE); in next_runtime_abi_01_get_class_reference() 807 *chain = tree_cons (expr, ident, NULL_TREE); in next_runtime_abi_01_build_selector_reference() 2496 = tree_cons (get_identifier ("hard_coded_address"), in build_next_objc_exception_stuff() 2527 t = tree_cons (NULL, t, NULL); in next_sjlj_build_try_exit() 2548 t = tree_cons (NULL, t, NULL); in next_sjlj_build_enter_and_setjmp() 2564 t = tree_cons (NULL, t, NULL); in next_sjlj_build_enter_and_setjmp() 2584 t = tree_cons (NULL, t, NULL); in next_sjlj_build_exc_extract() 2634 args = tree_cons (NULL, (*ctcp)->caught_decl, NULL); in next_sjlj_build_catch_list() 2636 args = tree_cons (NULL, t, args); in next_sjlj_build_catch_list() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-act.c | 2970 noreturn_list = tree_cons (get_identifier ("noreturn"), NULL, NULL); in build_common_objc_exception_stuff() 2971 nothrow_list = tree_cons (get_identifier ("nothrow"), NULL, NULL); in build_common_objc_exception_stuff() 3385 TREE_CHAIN (tail) = tree_cons (NULL_TREE, ident, NULL_TREE); in add_class_reference() 3388 cls_ref_chain = tree_cons (NULL_TREE, ident, NULL_TREE); in add_class_reference() 3660 func_params = tree_cons (NULL_TREE, in objc_build_ivar_assignment() 3662 tree_cons (NULL_TREE, convert (objc_object_type, outervar), in objc_build_ivar_assignment() 3663 tree_cons (NULL_TREE, offs, in objc_build_ivar_assignment() 3672 tree func_params = tree_cons (NULL_TREE, in objc_build_global_assignment() 3674 tree_cons (NULL_TREE, convert (build_pointer_type (objc_object_type), in objc_build_global_assignment() 3685 tree func_params = tree_cons (NULL_TREE, in objc_build_strong_cast_assignment() [all …]
|
| H A D | objc-next-runtime-abi-01.c | 331 = tree_cons (get_identifier ("hard_coded_address"), in next_runtime_01_initialize() 709 *chain = tree_cons (decl, ident, NULL_TREE); in next_runtime_abi_01_get_class_reference() 806 *chain = tree_cons (expr, ident, NULL_TREE); in next_runtime_abi_01_build_selector_reference() 2495 = tree_cons (get_identifier ("hard_coded_address"), in build_next_objc_exception_stuff() 2526 t = tree_cons (NULL, t, NULL); in next_sjlj_build_try_exit() 2547 t = tree_cons (NULL, t, NULL); in next_sjlj_build_enter_and_setjmp() 2563 t = tree_cons (NULL, t, NULL); in next_sjlj_build_enter_and_setjmp() 2583 t = tree_cons (NULL, t, NULL); in next_sjlj_build_exc_extract() 2633 args = tree_cons (NULL, (*ctcp)->caught_decl, NULL); in next_sjlj_build_catch_list() 2635 args = tree_cons (NULL, t, args); in next_sjlj_build_catch_list() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-attribs.cc | 179 value = tree_cons (NULL_TREE, value, NULL_TREE); in insert_type_attribute() 182 tree_cons (ident, value, NULL_TREE)); in insert_type_attribute() 195 value = tree_cons (NULL_TREE, value, NULL_TREE); in insert_decl_attribute() 198 tree_cons (ident, value, NULL_TREE)); in insert_decl_attribute() 650 DECL_ATTRIBUTES (*node) = tree_cons (get_identifier ("always_inline"), in d_handle_forceinline_attribute() 720 DECL_ATTRIBUTES (*node) = tree_cons (get_identifier ("noclone"), in d_handle_noclone_attribute()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | winnt-cxx.c | 90 DECL_ATTRIBUTES (decl) = tree_cons (get_identifier ("dllexport"), in maybe_add_dllexport() 114 na = tree_cons (get_identifier ("dllexport"), NULL_TREE, in i386_pe_adjust_class_at_definition()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | winnt-cxx.cc | 90 DECL_ATTRIBUTES (decl) = tree_cons (get_identifier ("dllexport"), in maybe_add_dllexport() 114 na = tree_cons (get_identifier ("dllexport"), NULL_TREE, in i386_pe_adjust_class_at_definition()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-attribs.cc | 1136 = tree_cons (get_identifier ("no_sanitize"), in add_no_sanitize_value() 2762 = tree_cons (get_identifier ("alias"), args, in handle_alias_ifunc_attribute() 2764 DECL_ATTRIBUTES (decl) = tree_cons (get_identifier ("ifunc"), in handle_alias_ifunc_attribute() 2949 tree attr = tree_cons (atname, copy_list (atargs), NULL_TREE); in handle_copy_attribute() 3026 attr = tree_cons (get_identifier ("alias"), args, attr); in handle_weakref_attribute() 3027 attr = tree_cons (get_identifier ("weakref"), NULL_TREE, attr); in handle_weakref_attribute() 3289 tree attr = tree_cons (get_identifier ("noinline"), NULL_TREE, NULL_TREE); in maybe_add_noinline() 3353 tree attr = tree_cons (NULL_TREE, dealloc, TREE_CHAIN (args)); in handle_malloc_attribute() 3424 attrs = tree_cons (get_identifier ("*dealloc"), attrs, at_noinline); in handle_malloc_attribute() 3448 tree attrs = tree_cons (NULL_TREE, argpos, NULL_TREE); in handle_malloc_attribute() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-attribs.c | 895 = tree_cons (get_identifier ("no_sanitize"), in add_no_sanitize_value() 2403 = tree_cons (get_identifier ("alias"), args, in handle_alias_ifunc_attribute() 2405 DECL_ATTRIBUTES (decl) = tree_cons (get_identifier ("ifunc"), in handle_alias_ifunc_attribute() 2592 tree attr = tree_cons (atname, copy_list (atargs), NULL_TREE); in handle_copy_attribute() 2669 attr = tree_cons (get_identifier ("alias"), args, attr); in handle_weakref_attribute() 2670 attr = tree_cons (get_identifier ("weakref"), NULL_TREE, attr); in handle_weakref_attribute() 3134 = tree_cons (t, build_tree_list (NULL_TREE, attr), in handle_simd_attribute() 3390 decl_attributes (&fn_tmp, tree_cons (name, args, NULL), 0); in handle_tm_attribute() 3400 return tree_cons (name, args, NULL); in handle_tm_attribute() 4193 new_attrs = tree_cons (NULL_TREE, new_attrs, NULL_TREE); in handle_access_attribute() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-attribs.cc | 239 value = tree_cons (NULL_TREE, value, NULL_TREE); in insert_type_attribute() 242 tree_cons (ident, value, NULL_TREE)); in insert_type_attribute() 255 value = tree_cons (NULL_TREE, value, NULL_TREE); in insert_decl_attribute() 258 tree_cons (ident, value, NULL_TREE)); in insert_decl_attribute()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
| H A D | brig-lang.c | 342 registered_builtin_types = tree_cons (0, type, registered_builtin_types); in brig_langhook_register_builtin_type() 441 brig_gc_root = tree_cons (NULL_TREE, t, brig_gc_root); in brig_preserve_from_gc() 678 = tree_cons (built_in_attributes[(int) PURPOSE], \ in brig_init_attributes()
|