Searched
full:incomplete (Results
251 -
275 of
2139) sorted by null
<<11121314151617181920>>
/external/clang/test/SemaTemplate/ |
instantiate-expr-4.cpp | 162 throw t; // expected-error{{incomplete type}} 166 struct Incomplete; // expected-note 2{{forward}} 170 template struct Throw1<Incomplete*>; // expected-note{{instantiation}} 186 return typeid(T); // expected-error{{'typeid' of incomplete type 'Incomplete'}} 195 template struct TypeId0<Incomplete>; // expected-note{{instantiation of member function}}
|
/external/clang/test/CodeGen/ |
big-atomic-ops.c | 198 int lock_free(struct Incomplete *incomplete) { 211 __atomic_is_lock_free(4, incomplete);
|
builtin-memfns.c | 55 struct snd_pcm_hw_params_t* hwparams; // incomplete type.
|
/external/mesa3d/docs/ |
viewperf.html | 111 incomplete because the last/smallest mipmap level (1 x 1 pixel) is 145 Later, these incomplete textures are bound before drawing calls. 148 from an incomplete texture.
|
/external/v8/test/promises-aplus/lib/ |
mocha.js | 223 var incomplete = { 228 context.beingDescribed = incomplete; 232 context.suites.push(new TestSuite(incomplete));
|
/system/core/adb/ |
sysdeps_win32_test.cpp | 179 // When parsing an incomplete UTF-8 sequence, the amount of the buffer preceding 180 // the start of the incomplete UTF-8 sequence is valid. The remaining bytes are the 181 // bytes of the incomplete UTF-8 sequence.
|
/device/google/contexthub/util/nanotool/ |
nanopacket.h | 51 Incomplete,
|
/external/avahi/docs/ |
API-CHANGES-0.6 | 3 A terse (and incomplete) list of API changes between 0.5.2 and 0.6:
|
/external/bison/lib/ |
mbswidth.h | 39 /* If this bit is set, return -1 upon finding an invalid or incomplete
|
/external/clang/include/clang/Frontend/ |
ASTConsumers.h | 33 // implementation is still incomplete.
|
/external/clang/test/Analysis/ |
derived-to-base.cpp | 454 struct Incomplete; 460 void* f(Incomplete *i) { 472 Incomplete *i = reinterpret_cast<Incomplete *>(b);
|
pr4209.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -Wno-incomplete-implementation -verify %s
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p2.cpp | 126 // incomplete.
|
/external/clang/test/CXX/class/class.mem/ |
p1.cpp | 21 S::X x; //expected-error{{variable has incomplete type 'S::X'}}
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p14.cpp | 108 auto& y = param; // expected-error{{by-copy capture of variable 'param' with incomplete type 'const rdar15560464::X'}}
|
/external/clang/test/Parser/ |
recovery.c | 70 void x(struct forward* x) {switch(x->a) {}} // expected-error {{incomplete definition of type}}
|
/external/clang/test/Sema/ |
atomic-ops.c | 52 struct Incomplete *incomplete; // expected-note {{forward declaration of 'struct Incomplete'}} variable in typeref:struct:Incomplete 73 _Static_assert(__atomic_always_lock_free(1, incomplete), ""); 74 _Static_assert(!__atomic_always_lock_free(2, incomplete), ""); 75 _Static_assert(!__atomic_always_lock_free(4, incomplete), ""); 297 (struct Incomplete * _Atomic *)0, // expected-error {{incomplete type 'struct Incomplete'}}
|
complex-init-list.c | 41 // Check incomplete array sizing
|
generic-selection.c | 7 struct A: 0, // expected-error {{type 'struct A' in generic association incomplete}}
|
varargs-x86-64.c | 65 (void)__builtin_va_arg(ap, void); // expected-error {{second argument to 'va_arg' is of incomplete type 'void'}}
|
varargs.c | 67 (void)__builtin_va_arg(ap, void); // expected-error {{second argument to 'va_arg' is of incomplete type 'void'}}
|
/external/clang/test/SemaCXX/ |
member-pointer-ms.cpp | 10 // - complete and incomplete 11 // - single, multiple, and virtual inheritance (and unspecified for incomplete) 79 // incomplete types 103 // An incomplete type with an unspecified inheritance model seems to take one
|
switch.cpp | 40 switch (c) { // expected-error{{incomplete class type}}
|
/external/libogg/doc/libogg/ |
ogg_sync_pageseek.html | 39 <dd>Pointer to a page (or an incomplete page) of data. This is the page we are attempting to sync.
|
/external/llvm/include/llvm/TableGen/ |
StringToOffsetTable.h | 63 assert(i+1 < AggregateString.size() && "Incomplete escape sequence!");
|
Completed in 1072 milliseconds
<<11121314151617181920>>