Searched refs:__sentinel__ (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/Sema/ |
D | block-sentinel-attribute.c | 3 void (^e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1))); 6 …void (^bbad) (int arg, const char * format) __attribute__ ((__sentinel__)) ; // expected-warning {… in main() 7 …bbad = ^void (int arg, const char * format) __attribute__ ((__sentinel__)) {} ; // expected-warnin… in main() 8 …void (^b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)) = // expected-note {… in main() 9 ^ __attribute__ ((__sentinel__)) (int arg, const char * format, ...) {}; in main() 10 …int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))) = ^ __attribute__ ((__sentin… in main() 13 …int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))) = ^ __attribute__ ((__sentin… in main()
|
D | attr-sentinel.c | 5 #define ATTR __attribute__ ((__sentinel__)) 8 void foo5 (int x, ...) __attribute__ ((__sentinel__(1))); // expected-note {{function has been expl… 9 void foo6 (int x, ...) __attribute__ ((__sentinel__(5))); // expected-note {{function has been expl… 10 void foo7 (int x, ...) __attribute__ ((__sentinel__(0))); // expected-note {{function has been expl… 11 void foo10 (int x, ...) __attribute__ ((__sentinel__(1,1))); 42 void (*e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1))); 45 …void (*b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)); // expected-note {{… in test2() 46 …void (*z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))); // expected-note… in test2() 49 …void (*y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))); // expected-note… in test2()
|
D | function-redecl.c | 110 extern __typeof (h0) h1 __attribute__((__sentinel__)); 111 extern __typeof (h1) h1 __attribute__((__sentinel__));
|
D | sentinel-attribute.c | 19 void f6() __attribute__((__sentinel__)); // expected-warning {{'sentinel' attribute requires named…
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 5 #define ATTR __attribute__ ((__sentinel__)) 9 - (void) foo3 : (int)x __attribute__ ((__sentinel__)) ; // expected-warning {{'sentinel' attribute … argument 10 - (void) foo5 : (int)x, ... __attribute__ ((__sentinel__(1))); // expected-note {{method has been e… argument 11 - (void) foo6 : (int)x, ... __attribute__ ((__sentinel__(5))); // expected-note {{method has been e… argument 12 - (void) foo7 : (int)x, ... __attribute__ ((__sentinel__(0))); // expected-note {{method has been e… argument 13 - (void) foo8 : (int)x, ... __attribute__ ((__sentinel__("a"))); // expected-error {{'__sentinel__… 14 - (void) foo9 : (int)x, ... __attribute__ ((__sentinel__(-1))); // expected-error {{'sentinel' par… argument 15 - (void) foo10 : (int)x, ... __attribute__ ((__sentinel__(1,1))); argument 16 - (void) foo11 : (int)x, ... __attribute__ ((__sentinel__(1,1,3))); // expected-error {{'__sentine… argument
|
/external/u-boot/lib/libavb/ |
D | avb_sysdeps.h | 30 #define AVB_ATTR_SENTINEL __attribute__((__sentinel__))
|
/external/avb/libavb/ |
D | avb_sysdeps.h | 52 #define AVB_ATTR_SENTINEL __attribute__((__sentinel__))
|
/external/strace/ |
D | gcc_compat.h | 89 # define ATTRIBUTE_SENTINEL __attribute__((__sentinel__))
|
/external/openssh/ |
D | misc.h | 59 char *percent_expand(const char *, ...) __attribute__((__sentinel__));
|
D | defines.h | 514 #if !defined(HAVE_ATTRIBUTE__SENTINEL__) && !defined(__sentinel__) 515 # define __sentinel__ macro
|
/external/libxkbcommon/xkbcommon/src/ |
D | utils.h | 243 # define ATTR_NULL_SENTINEL __attribute__((__sentinel__))
|