Searched refs:no_add_attrs (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-protos.h80 bool * no_add_attrs);
H A Ddarwin.c1327 bool *no_add_attrs)
1335 *no_add_attrs = true;
1342 *no_add_attrs = true;
1355 bool * no_add_attrs)
1361 *no_add_attrs = true;
1324 darwin_handle_kext_attribute(tree *node, tree name, tree args ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
1352 darwin_handle_weak_import_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool * no_add_attrs) argument
/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c4202 int flags, bool *no_add_attrs)
4226 *no_add_attrs = true;
4238 int ARG_UNUSED (flags), bool *no_add_attrs) argument
4245 *no_add_attrs = true;
4256 int ARG_UNUSED (flags), bool *no_add_attrs) argument
4263 *no_add_attrs = true;
4274 int ARG_UNUSED (flags), bool *no_add_attrs)
4290 *no_add_attrs = true;
4302 int ARG_UNUSED (flags), bool *no_add_attrs) argument
4309 *no_add_attrs
4184 handle_packed_attribute(tree *node, tree name, tree ARG_UNUSED (args), int flags, bool *no_add_attrs) argument
4219 handle_nocommon_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
4283 handle_noinline_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
4325 handle_gnu_inline_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
4348 handle_flatten_attribute(tree *node, tree name, tree args ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
4370 handle_used_attribute(tree *pnode, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
4394 handle_unused_attribute(tree *node, tree name, tree ARG_UNUSED (args), int flags, bool *no_add_attrs) argument
4430 handle_externally_visible_attribute(tree *pnode, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
4460 handle_const_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
4487 handle_transparent_union_attribute(tree *node, tree name, tree ARG_UNUSED (args), int flags, bool *no_add_attrs) argument
4535 handle_constructor_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
4563 handle_destructor_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
4591 handle_mode_attribute(tree *node, tree name, tree args, int ARG_UNUSED (flags), bool *no_add_attrs) argument
4746 handle_section_attribute(tree *node, tree ARG_UNUSED (name), tree args, int ARG_UNUSED (flags), bool *no_add_attrs) argument
4800 handle_aligned_attribute(tree *node, tree ARG_UNUSED (name), tree args, int flags, bool *no_add_attrs) argument
4888 handle_weak_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool * ARG_UNUSED (no_add_attrs)) argument
4907 handle_alias_attribute(tree *node, tree name, tree args, int ARG_UNUSED (flags), bool *no_add_attrs) argument
4968 handle_weakref_attribute(tree *node, tree ARG_UNUSED (name), tree args, int flags, bool *no_add_attrs) argument
5015 handle_visibility_attribute(tree *node, tree name, tree args, int ARG_UNUSED (flags), bool *ARG_UNUSED (no_add_attrs)) argument
5144 handle_tls_model_attribute(tree *node, tree name, tree args, int ARG_UNUSED (flags), bool *no_add_attrs) argument
5186 handle_no_instrument_function_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
5213 handle_malloc_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
5232 handle_returns_twice_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
5250 handle_no_limit_stack_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
5277 handle_pure_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
5296 handle_novops_attribute(tree *node, tree ARG_UNUSED (name), tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *ARG_UNUSED (no_add_attrs)) argument
5309 handle_deprecated_attribute(tree *node, tree name, tree ARG_UNUSED (args), int flags, bool *no_add_attrs) argument
5366 handle_unavailable_attribute(tree *node, tree name, tree args ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
5428 handle_vector_size_attribute(tree *node, tree name, tree args, int ARG_UNUSED (flags), bool *no_add_attrs) argument
5507 handle_nonnull_attribute(tree *node, tree ARG_UNUSED (name), tree args, int ARG_UNUSED (flags), bool *no_add_attrs) argument
5735 handle_nothrow_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
5754 handle_cleanup_attribute(tree *node, tree name, tree args, int ARG_UNUSED (flags), bool *no_add_attrs) argument
5798 handle_warn_unused_result_attribute(tree *node, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
5815 handle_sentinel_attribute(tree *node, tree name, tree args, int ARG_UNUSED (flags), bool *no_add_attrs) argument
[all...]
H A Dattribs.c154 bool no_add_attrs = 0;
264 flags, &no_add_attrs),
274 if (!no_add_attrs)
153 bool no_add_attrs = 0; local
H A Dc-format.c83 int flags, bool *no_add_attrs);
92 tree args, int flags, bool *no_add_attrs)
102 *no_add_attrs = true;
109 if (!check_format_string (argument, format_num, flags, no_add_attrs))
119 *no_add_attrs = true;
130 int flags, bool *no_add_attrs)
148 *no_add_attrs = true;
2738 int flags, bool *no_add_attrs)
2763 *no_add_attrs = true;
2771 no_add_attrs))
89 handle_format_arg_attribute(tree *node, tree ARG_UNUSED (name), tree args, int flags, bool *no_add_attrs) argument
127 check_format_string(tree argument, unsigned HOST_WIDE_INT format_num, int flags, bool *no_add_attrs) argument
2733 handle_format_attribute(tree *node, tree ARG_UNUSED (name), tree args, int flags, bool *no_add_attrs) argument
[all...]
H A Dtree.c3732 bool *no_add_attrs)
3743 *no_add_attrs = true;
3750 *no_add_attrs = true;
3759 *no_add_attrs = true;
3771 *no_add_attrs = true;
3778 *no_add_attrs = true;
3785 *no_add_attrs = true;
3794 *no_add_attrs = true;
3806 if (*no_add_attrs == false)
3817 *no_add_attrs
3710 handle_dll_attribute(tree * pnode, tree name, tree args, int flags, bool *no_add_attrs) argument
[all...]
H A Dtree.h3726 int flags, bool *no_add_attrs);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dwinnt.c70 int flags ATTRIBUTE_UNUSED, bool *no_add_attrs)
76 *no_add_attrs = true;
88 bool *no_add_attrs)
98 *no_add_attrs = true;
68 ix86_handle_shared_attribute(tree *node, tree name, tree args ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
85 ix86_handle_selectany_attribute(tree *node, tree name, tree args ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
H A Di386.c2663 bool *no_add_attrs)
2672 *no_add_attrs = true;
2692 *no_add_attrs = true;
2698 *no_add_attrs = true;
2717 *no_add_attrs = true;
18242 int flags ATTRIBUTE_UNUSED, bool *no_add_attrs)
18258 *no_add_attrs = true;
18268 *no_add_attrs = true;
2654 ix86_handle_cconv_attribute(tree *node, tree name, tree args, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
18209 ix86_handle_struct_attribute(tree *node, tree name, tree args ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtree.c1820 bool* no_add_attrs)
1828 *no_add_attrs = true;
1845 bool* no_add_attrs)
1849 *no_add_attrs = true;
1874 bool* no_add_attrs)
1886 *no_add_attrs = true;
1908 *no_add_attrs = true;
1915 *no_add_attrs = true;
1936 *no_add_attrs = true;
1809 handle_java_interface_attribute(tree* node, tree name, tree args ATTRIBUTE_UNUSED , int flags, bool* no_add_attrs) argument
1834 handle_com_interface_attribute(tree* node, tree name, tree args ATTRIBUTE_UNUSED , int flags ATTRIBUTE_UNUSED , bool* no_add_attrs) argument
1863 handle_init_priority_attribute(tree* node, tree name, tree args, int flags ATTRIBUTE_UNUSED , bool* no_add_attrs) argument
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c2885 int flags ATTRIBUTE_UNUSED, bool *no_add_attrs)
2891 *no_add_attrs = true;
2901 bool *no_add_attrs)
2909 *no_add_attrs = true;
2923 *no_add_attrs = true;
2935 *no_add_attrs = true;
2944 *no_add_attrs = true;
2969 bool *no_add_attrs)
2977 *no_add_attrs = false;
2877 arm_handle_fndecl_attribute(tree *node, tree name, tree args ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
2893 arm_handle_isr_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs) argument
2958 arm_handle_notshared_attribute(tree *node, tree name ATTRIBUTE_UNUSED, tree args ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c518 int flags ATTRIBUTE_UNUSED, bool *no_add_attrs)
534 *no_add_attrs = true;
546 *no_add_attrs = true;
553 *no_add_attrs = true;
560 *no_add_attrs = true;
566 *no_add_attrs = true;
514 ia64_handle_model_attribute(tree *node, tree name, tree args, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c17602 bool *no_add_attrs)
17688 *no_add_attrs = true; /* No need to hang on to the attribute. */
17726 bool *no_add_attrs)
17734 *no_add_attrs = true;
17793 int flags ATTRIBUTE_UNUSED, bool *no_add_attrs)
17808 *no_add_attrs = true;
17818 *no_add_attrs = true;
17557 rs6000_handle_altivec_attribute(tree *node, tree name ATTRIBUTE_UNUSED, tree args, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
17682 rs6000_handle_longcall_attribute(tree *node, tree name, tree args ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument
17749 rs6000_handle_struct_attribute(tree *node, tree name, tree args ATTRIBUTE_UNUSED, int flags ATTRIBUTE_UNUSED, bool *no_add_attrs) argument

Completed in 503 milliseconds