Home
last modified time | relevance | path

Searched refs:format_arg (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
Dattr-3.c11 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 …]
Dnull-1.c10 __attribute__((format_arg(2)));
Dattr-7.c13 char * (__attribute__((format_arg(1))) *tformat_arg) (const char *);
Dattr-2.c25 extern char *tformat_arg (const char *) __attribute__((format_arg(1)));
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
Dformat2.C11 char * (__attribute__((format_arg(1))) *tformat_arg) (const char *);
/openbsd/src/gnu/usr.bin/perl/dist/Carp/lib/
DCarp.pm382 @args = map { Carp::format_arg($_) } @args;
398 sub format_arg { subroutine
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dbuiltin-attrs.def88 DEF_ATTR_IDENT (ATTR_FORMAT_ARG, "format_arg")
139 /* Construct a tree for a format_arg attribute. */
Dc-common.c4537 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/
Dbuiltin-attrs.def86 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/
DChanges33 * Optimize format_arg when arguments contain many references
/openbsd/src/gnu/llvm/libcxx/include/
Dformat183 #include <__format/format_arg.h>
DCMakeLists.txt309 __format/format_arg.h
Dmodule.modulemap.in852 module format_arg { private header "__format/format_arg.h" }
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
DBUILD.gn384 "__format/format_arg.h",
/openbsd/src/gnu/lib/libcxx/
DMakefile398 __format/format_arg.h \
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dextend.texi1944 @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/
Dextend.texi1581 @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/
DAttr.td1519 let Spellings = [GCC<"format_arg">];
/openbsd/src/distrib/sets/lists/comp/
Dclang.macppc331 ./usr/include/c++/v1/__format/format_arg.h
Dclang.powerpc64330 ./usr/include/c++/v1/__format/format_arg.h
Dclang.i386330 ./usr/include/c++/v1/__format/format_arg.h
Dclang.amd64332 ./usr/include/c++/v1/__format/format_arg.h
Dclang.riscv64330 ./usr/include/c++/v1/__format/format_arg.h
Dclang.octeon331 ./usr/include/c++/v1/__format/format_arg.h
Dclang.armv7330 ./usr/include/c++/v1/__format/format_arg.h

12