Searched defs:sentinel (Results 1 – 14 of 14) sorted by relevance
/external/clang/test/Analysis/ |
D | variadic-method-types.m | 45 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 46 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1))); 52 - (id)initWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1))); 57 + (id)setWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 58 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 63 + (id)orderedSetWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 64 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
|
D | objc-arc.m | 33 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 34 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
|
D | retain-release.m | 165 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 166 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 20 - (id) foo13 : (id)firstObj, ... __attribute__((sentinel(0,1))); 21 - (id) foo14 : (id)firstObj : (Class)secondObj, ... __attribute__((sentinel(0,1))); 22 - (id) foo15 : (id*)firstObj, ... __attribute__((sentinel(0,1))); 23 - (id) foo16 : (id**)firstObj, ... __attribute__((sentinel(0,1)));
|
/external/clang/test/FixIt/ |
D | fixit-objc.m | 60 void sentinel(int x, ...) __attribute__((sentinel)); // expected-note{{function has been explicitly… function 63 … ... __attribute__((sentinel)); // expected-note{{method has been explicitly marked sentinel here}}
|
/external/tcpdump/missing/ |
D | getaddrinfo.c | 294 struct addrinfo sentinel; local 519 struct addrinfo sentinel, *cur; local 691 struct addrinfo sentinel; local 753 struct addrinfo sentinel; local
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
D | mock.py | 80 sentinel = Sentinel() variable
|
/external/clang/test/Index/ |
D | complete-objc-message.m | 100 - (int)SentinelMethod:(int)i, ... __attribute__((sentinel(0,1)));
|
/external/libxml2/ |
D | list.c | 40 xmlLinkPtr sentinel; member
|
/external/tinyxml/ |
D | tinyxml.h | 836 TiXmlAttribute sentinel; variable
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1932 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; in InvokePrologue() local
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 988 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; in InvokePrologue() local
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 3641 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; in InvokePrologue() local
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2548 unsigned sentinel = 0; in handleSentinelAttr() local
|