Searched refs:ATTR_FLAG_BUILT_IN (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | attribs.c | 155 && !(flags & (int) ATTR_FLAG_BUILT_IN))
|
H A D | c-format.c | 109 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 D | tree.h | 2378 ATTR_FLAG_BUILT_IN = 16 enumerator
|
H A D | c-decl.c | 2609 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN);
|
H A D | c-common.c | 5249 ATTR_FLAG_BUILT_IN);
|
H A D | ChangeLog.6 | 9544 * tree.h (enum attribute_flags): Add ATTR_FLAG_BUILT_IN.
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | treetree.c | 1255 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN); in builtin_function()
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-format.c | 114 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 D | tree.h | 3714 ATTR_FLAG_BUILT_IN = 16 enumerator
|
H A D | c-decl.c | 2871 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN); in builtin_function()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | decl.c | 3426 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN); in builtin_function_1()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 7241 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN);
|