Searched refs:format_arg (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-target.def | 88 against the format specifiers in @var{format_arg} where the type of\ 89 @var{format_arg} is one recognized as a valid string reference type.", 90 void, (tree format_arg, tree args_list),
|
| HD | stub-objc.c | 450 objc_check_format_arg (tree ARG_UNUSED (format_arg), in objc_check_format_arg() argument
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-target.def | 86 against the format specifiers in @var{format_arg} where the type of\ 87 @var{format_arg} is one recognized as a valid string reference type.", 88 void, (tree format_arg, tree args_list),
|
| HD | stub-objc.c | 448 objc_check_format_arg (tree ARG_UNUSED (format_arg), in objc_check_format_arg() argument
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | builtin-attrs.def | 81 DEF_ATTR_IDENT (ATTR_FORMAT_ARG, "format_arg") 255 /* Construct a tree for a format_arg attribute. */
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | builtin-attrs.def | 98 DEF_ATTR_IDENT (ATTR_FORMAT_ARG, "format_arg") 403 /* Construct a tree for a format_arg attribute. */
|
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-act.c | 10070 objc_check_format_arg (tree ARG_UNUSED (format_arg), in objc_check_format_arg() argument
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | extend.texi | 2120 @code{nothrow}, @code{sentinel}, @code{format}, @code{format_arg}, 2625 @item format_arg (@var{string-index}) 2626 @cindex @code{format_arg} function attribute 2628 The @code{format_arg} attribute specifies that a function takes a format 2640 __attribute__ ((format_arg (2))); 2648 @code{format_arg} attribute had not been specified, all the compiler 4200 @code{format_arg} attributes use this form with the list being a single
|
| HD | tm.texi | 715 @deftypefn {C Target Hook} void TARGET_CHECK_STRING_OBJECT_FORMAT_ARG (tree @var{format_arg}, tree … 716 …ar{args_list} against the format specifiers in @var{format_arg} where the type of @var{format_ar…
|