Home
last modified time | relevance | path

Searched refs:ATTR_FLAG_BUILT_IN (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dattribs.c155 && !(flags & (int) ATTR_FLAG_BUILT_IN))
H A Dc-format.c109 if (!(flags & (int) ATTR_FLAG_BUILT_IN))
124 if (!(flags & (int) ATTR_FLAG_BUILT_IN))
191 if (!(flags & (int) ATTR_FLAG_BUILT_IN))
202 if (!(flags & (int) ATTR_FLAG_BUILT_IN))
H A Dtree.h2378 ATTR_FLAG_BUILT_IN = 16 enumerator
H A Dc-decl.c2609 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN);
H A Dc-common.c5249 ATTR_FLAG_BUILT_IN);
H A DChangeLog.69544 * tree.h (enum attribute_flags): Add ATTR_FLAG_BUILT_IN.
/openbsd/gnu/gcc/gcc/treelang/
H A Dtreetree.c1255 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN); in builtin_function()
/openbsd/gnu/gcc/gcc/
H A Dc-format.c114 if (!(flags & (int) ATTR_FLAG_BUILT_IN)) in handle_format_arg_attribute()
143 if (!(flags & (int) ATTR_FLAG_BUILT_IN)) in check_format_string()
2836 if (!(flags & (int) ATTR_FLAG_BUILT_IN)) in handle_format_attribute()
H A Dtree.h3714 ATTR_FLAG_BUILT_IN = 16 enumerator
H A Dc-decl.c2871 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN); in builtin_function()
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c3426 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN); in builtin_function_1()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c7241 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN);