HomeSort by relevance Sort by last modified time
    Searched full:incomplete (Results 201 - 225 of 2139) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CodeGenCXX/
class-layout.cpp 59 // This causes IR-gen to have an incomplete translation of A<B>
66 // to IR-gen. Because of the previous, incomplete translation,
  /external/clang/test/Sema/
empty1.c 74 return x - y; // expected-error {{arithmetic on a pointer to an incomplete type 'struct A'}}
82 return x - y; // expected-error {{arithmetic on a pointer to an incomplete type 'struct emp_1 []'}}
merge-decls.c 76 return sizeof(*x); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}}
  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 105 static int size = sizeof(Undef); // expected-error{{invalid application of 'sizeof' to an incomplete type 'Undef'}}
152 extern "C" void i; // expected-error{{variable has incomplete type 'void'}}
arrow-operator.cpp 24 e->f(); // expected-error{{incomplete definition of type}}
static-cast.cpp 12 struct I; // Incomplete. expected-note {{'I' is incomplete}}
13 struct J; // Incomplete. expected-note {{'J' is incomplete}}
  /external/clang/test/SemaObjC/
sizeof-interface.m 6 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}}
10 P = P+5; // expected-error {{arithmetic on a pointer to an incomplete type 'I0'}}
boxing-illegal.m 57 box = @(*(enum ForwE*)p); // expected-error {{incomplete type 'enum ForwE' used in a boxed expression}}
method-bad-param.m 41 - (void)crashMe:(enum bogus)p { // expected-error {{variable has incomplete type 'enum bogus'}}
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
default.pass.cpp 19 // 2 The stored type 'T' is allowed to be incomplete.
23 // 2 Default construct a unique_ptr with a incomplete element_type and
  /external/libxml2/include/libxml/
xmlschemas.h 2 * Summary: incomplete XML Schemas structure implementation
4 * checking, it is incomplete right now.
  /external/protobuf/java/src/main/java/com/google/protobuf/
Utf8.java 82 // Other state values include the partial bytes of the incomplete
127 * malformed, or incomplete UTF-8 byte sequence. The range of bytes
138 * "incomplete", i.e. apparently terminated in the middle of a character,
146 // The previous decoding operation was incomplete (or malformed).
233 * malformed, or incomplete UTF-8 byte sequence. The range of bytes
243 * "incomplete", i.e. apparently terminated in the middle of a character,
288 if (index >= limit - 1) { // incomplete sequence
303 if (index >= limit - 2) { // incomplete sequence
  /external/v8/src/compiler/
graph.h 38 bool incomplete = false);
42 bool incomplete = false);
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_test_defines.h 157 #define INCOMPLETE() \
159 TEST_LOG("\n>>> Incomplete test at line: %i <<<\n\n",__LINE__); \
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_nepali_romanized2.xml 45 render dotted circle for incomplete combining letter of some scripts, different
52 render dotted circle for incomplete combining letter of some scripts, different
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/
Android.mk 8 # mm_camera_interface.c has incomplete field initializer.
  /external/bison/lib/
quote.h 23 /* The quoting options used by quote_n and quote. Its type is incomplete,
  /external/clang/test/SemaObjCXX/
boxing-illegal-types.mm 57 box = @(*(enum ForwE*)p); // expected-error {{incomplete type 'enum ForwE' used in a boxed expression}}
  /external/curl/lib/
rtsp.h 41 * Currently, only used for tracking incomplete RTP data reads
  /external/eigen/Eigen/
SuperLUSupport 37 * - class SuperILU: a supernodal sequential incomplete LU factorization (to be used as a preconditioner for iterative methods).
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_assignable.pass.cpp 74 // pointer to incomplete template type
  /external/llvm/include/llvm/Support/
Compression.h 38 StatusInvalidData // data was corrupted or incomplete
  /external/skia/experimental/FileReaderApp/
ReaderView.cpp 32 //bitmap so that the incremental changes or incomplete reads are not shown
  /external/v8/test/unittests/compiler/
live-range-builder.h 16 // and pairs (start, end) specifying intervals. Circumvents current incomplete
  /ndk/sources/android/support/
README 13 Many things are still incomplete.

Completed in 1244 milliseconds

1 2 3 4 5 6 7 891011>>