Home
last modified time | relevance | path

Searched defs:sentinel (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/Analysis/
Dvariadic-method-types.m45 + (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)));
Dobjc-arc.m33 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
34 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
Dretain-release.m165 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
166 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m20 - (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/
Dfixit-objc.m60 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/
Dgetaddrinfo.c294 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/
Dmock.py80 sentinel = Sentinel() variable
/external/clang/test/Index/
Dcomplete-objc-message.m100 - (int)SentinelMethod:(int)i, ... __attribute__((sentinel(0,1)));
/external/libxml2/
Dlist.c40 xmlLinkPtr sentinel; member
/external/tinyxml/
Dtinyxml.h836 TiXmlAttribute sentinel; variable
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1932 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; in InvokePrologue() local
/external/v8/src/arm/
Dmacro-assembler-arm.cc988 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; in InvokePrologue() local
/external/v8/src/mips/
Dmacro-assembler-mips.cc3641 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; in InvokePrologue() local
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2548 unsigned sentinel = 0; in handleSentinelAttr() local