Searched refs:sentinel (Results 1 - 24 of 24) sorted by relevance

/external/clang/test/Sema/
H A Dsentinel-attribute.c2 int x __attribute__((sentinel)); //expected-warning{{'sentinel' attribute only applies to functions, methods and blocks}}
4 void f1(int a, ...) __attribute__ ((sentinel));
5 void f2(int a, ...) __attribute__ ((sentinel(1)));
7 void f3(int a, ...) __attribute__ ((sentinel("hello"))); //expected-error{{'sentinel' attribute requires parameter 1 to be an integer constant}}
8 void f4(int a, ...) __attribute__ ((sentinel(1, 2, 3))); //expected-error{{attribute takes no more than 2 arguments}}
9 void f4(int a, ...) __attribute__ ((sentinel(-1))); //expected-error{{parameter 1 less than zero}}
10 void f4(int a, ...) __attribute__ ((sentinel(0, 2))); // expected-error{{parameter 2 not 0 or 1}}
12 void f5(int a) __attribute__ ((sentinel)); //expecte
[all...]
/external/clang/test/SemaCXX/
H A Dattr-sentinel.cpp3 void f(int, ...) __attribute__((sentinel));
12 S(int,...) __attribute__((sentinel)); // expected-note {{marked sentinel}}
13 void a(int,...) __attribute__((sentinel)); // expected-note {{marked sentinel}}
14 void* operator new(size_t,...) __attribute__((sentinel)); // expected-note {{marked sentinel}}
15 void operator()(int,...) __attribute__((sentinel)); // expected-note {{marked sentinel}}
19 S s(1,2,3); // expected-warning {{missing sentinel i
[all...]
H A Dvalue-dependent-exprs.cpp31 __attribute__((sentinel(1 + I, 2 + I))),
H A Dnullptr.cpp97 void f(int, ...) __attribute__((sentinel));
100 // nullptr can be used as the sentinel value.
/external/libxml2/
H A Dlist.c40 xmlLinkPtr sentinel; member in struct:_xmlList
104 for(lk = l->sentinel->next;lk != l->sentinel && l->linkCompare(lk->data, data) <0 ;lk = lk->next);
124 for(lk = l->sentinel->prev;lk != l->sentinel && l->linkCompare(lk->data, data) >0 ;lk = lk->prev);
144 if (lk == l->sentinel)
169 if (lk == l->sentinel)
199 /* Add the sentinel */
200 if (NULL ==(l->sentinel = (xmlLinkPtr )xmlMalloc(sizeof(xmlLink)))) {
202 "Cannot initialize memory for sentinel");
[all...]
/external/clang/test/Index/
H A Dcomplete-exprs.c15 void f3(const char*, ...) __attribute__((sentinel(0)));
/external/skia/third_party/glu/libtess/
H A Dsweep.h72 GLboolean sentinel; /* marks fake edges at t = +/-infinity */ member in struct:ActiveRegion
H A Dsweep.c232 regNew->sentinel = FALSE;
1122 /* Make the sentinel coordinates big enough that they will never be
1131 * We add two sentinel edges above and below all other edges,
1152 reg->sentinel = TRUE;
1185 * only the two sentinel edges, plus at most one "fixable" edge
1188 if( ! reg->sentinel ) {
/external/tinyxml/
H A Dtinyxml.cpp1164 // We are using knowledge of the sentinel. The sentinel
1173 // We are using knowledge of the sentinel. The sentinel
1182 // We are using knowledge of the sentinel. The sentinel
1191 // We are using knowledge of the sentinel. The sentinel
1520 sentinel.next = &sentinel;
[all...]
H A Dtinyxml.h822 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
823 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
824 const TiXmlAttribute* Last() const { return ( sentinel.prev == &sentinel ) ? 0 : sentinel.prev; }
825 TiXmlAttribute* Last() { return ( sentinel
836 TiXmlAttribute sentinel; member in class:TiXmlAttributeSet
[all...]
/external/tcpdump/missing/
H A Dgetaddrinfo.c294 struct addrinfo sentinel; local
315 sentinel.ai_next = NULL;
316 cur = &sentinel;
431 if (sentinel.ai_next)
483 if (sentinel.ai_next)
489 if (sentinel.ai_next) {
491 *res = sentinel.ai_next;
498 if (sentinel.ai_next)
499 freeaddrinfo(sentinel.ai_next);
519 struct addrinfo sentinel, *cu local
691 struct addrinfo sentinel; local
753 struct addrinfo sentinel; local
[all...]
/external/v8/test/mjsunit/
H A Darguments-apply.js112 var sentinel = 42;
115 assertEquals(42, sentinel);
/external/compiler-rt/make/
H A Dsubdir.mk39 # Reset subdirectory specific variables to sentinel value.
53 # Check for undefined required variables, and unset sentinel value from optional
H A Dlib_platforms.mk26 # Reset platform specific variables to sentinel value.
/external/llvm/include/llvm/Support/
H A DDataTypes.h204 #define END_WITH_NULL __attribute__((sentinel))
H A DDataTypes.h.cmake194 #define END_WITH_NULL __attribute__((sentinel))
H A DDataTypes.h.in191 #define END_WITH_NULL __attribute__((sentinel))
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A Dmock.py58 'sentinel',
80 sentinel = Sentinel() variable
82 DEFAULT = sentinel.DEFAULT
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2346 unsigned sentinel = 0; local
2353 << "sentinel" << 1 << E->getSourceRange();
2363 sentinel = Idx.getZExtValue();
2373 << "sentinel" << 2 << E->getSourceRange();
2428 D->addAttr(::new (S.Context) SentinelAttr(Attr.getRange(), S.Context, sentinel,
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc988 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel;
989 if (expected.immediate() == sentinel) {
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1932 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; local
1933 if (expected.immediate() == sentinel) {
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc3641 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel;
3642 if (expected.immediate() == sentinel) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 420 milliseconds