| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/ |
| H A D | attr-3.c | 11 extern char *fa2 (const char *) __attribute__((format_arg(1))); 12 extern char *fa3 (char *) __attribute__((format_arg(1))); 21 extern void fc1 (const char *) __attribute__((format_arg)); /* { dg-error "wrong number of argument… 22 extern void fc2 (const char *) __attribute__((format_arg())); /* { dg-error "wrong number of argume… 23 extern void fc3 (const char *) __attribute__((format_arg(1, 2))); /* { dg-error "wrong number of ar… 32 struct s1 { int i; } __attribute__((format_arg(1))); /* { dg-error "does not apply|only applies" "f… 33 union u1 { int i; } __attribute__((format_arg(1))); /* { dg-error "does not apply|only applies" "fo… 34 enum e1 { E1V0 } __attribute__((format_arg(1))); /* { dg-error "does not apply|only applies" "forma… 45 extern char *ff3 (const char *) __attribute__((format_arg(3-2))); 46 extern char *ff4 (const char *) __attribute__((format_arg(foo))); /* { dg-error "invalid operand" "… [all …]
|
| H A D | null-1.c | 10 __attribute__((format_arg(2)));
|
| H A D | attr-7.c | 13 char * (__attribute__((format_arg(1))) *tformat_arg) (const char *);
|
| H A D | attr-2.c | 25 extern char *tformat_arg (const char *) __attribute__((format_arg(1)));
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/ |
| H A D | format2.C | 11 char * (__attribute__((format_arg(1))) *tformat_arg) (const char *);
|
| /openbsd-src/gnu/usr.bin/perl/dist/Carp/lib/ |
| H A D | Carp.pm | 382 @args = map { Carp::format_arg($_) } @args; 398 sub format_arg { subroutine
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | builtin-attrs.def | 88 DEF_ATTR_IDENT (ATTR_FORMAT_ARG, "format_arg") 139 /* Construct a tree for a format_arg attribute. */
|
| H A D | c-common.c | 4537 tree fn, format_arg, stripped_string; local 4553 format_arg = TREE_VALUE (arglist); 4554 stripped_string = format_arg; 4641 tree fn, format_arg, stripped_string; local 4660 format_arg = TREE_VALUE (TREE_CHAIN (arglist)); 4661 stripped_string = format_arg;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | builtin-attrs.def | 86 DEF_ATTR_IDENT (ATTR_FORMAT_ARG, "format_arg") 183 /* Construct a tree for a format_arg attribute. */
|
| /openbsd-src/gnu/usr.bin/perl/dist/Carp/ |
| H A D | Changes | 33 * Optimize format_arg when arguments contain many references
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | format | 183 #include <__format/format_arg.h>
|
| H A D | CMakeLists.txt | 309 __format/format_arg.h
|
| H A D | module.modulemap.in | 852 module format_arg { private header "__format/format_arg.h" }
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 384 "__format/format_arg.h",
|
| /openbsd-src/gnu/lib/libcxx/ |
| H A D | Makefile | 398 __format/format_arg.h \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | extend.texi | 1944 @code{format}, @code{format_arg}, @code{no_instrument_function}, 2131 @item format_arg (@var{string-index}) 2132 @cindex @code{format_arg} function attribute 2134 The @code{format_arg} attribute specifies that a function takes a format 2146 __attribute__ ((format_arg (2))); 2154 @code{format_arg} attribute had not been specified, all the compiler 2690 @code{format_arg} attributes use this form with the list being a single
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | extend.texi | 1581 @code{format}, @code{format_arg}, @code{no_instrument_function}, 1926 @item format_arg (@var{string-index}) 1927 @cindex @code{format_arg} function attribute 1929 The @code{format_arg} attribute specifies that a function takes a format 1941 __attribute__ ((format_arg (2))); 1949 @code{format_arg} attribute had not been specified, all the compiler 2653 @code{format_arg} attributes use this form with the list being a single
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Attr.td | 1519 let Spellings = [GCC<"format_arg">];
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 332 ./usr/include/c++/v1/__format/format_arg.h
|
| H A D | clang.macppc | 331 ./usr/include/c++/v1/__format/format_arg.h
|
| H A D | clang.loongson | 331 ./usr/include/c++/v1/__format/format_arg.h
|
| H A D | clang.octeon | 331 ./usr/include/c++/v1/__format/format_arg.h
|
| H A D | clang.arm64 | 332 ./usr/include/c++/v1/__format/format_arg.h
|
| H A D | clang.powerpc64 | 330 ./usr/include/c++/v1/__format/format_arg.h
|
| H A D | clang.armv7 | 330 ./usr/include/c++/v1/__format/format_arg.h
|