HomeSort by relevance Sort by last modified time
    Searched full:incomplete (Results 176 - 200 of 1160) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/SemaCXX/
abstract.cpp 211 A x; // expected-error {{field has incomplete type}}
217 B x; // expected-error {{field has incomplete type}}
member-pointer.cpp 91 struct Incomplete;
125 Incomplete *inc;
126 int Incomplete::*pii = 0;
  /external/harfbuzz/contrib/
harfbuzz-unicode.c 19 // the surrogate is incomplete.
45 // the surrogate is incomplete.
  /external/zlib/src/examples/
zpipe.c 89 invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and
165 fputs("invalid or incomplete deflate data\n", stderr);
  /ndk/sources/host-tools/sed-4.2.1/m4/
mbrlen.m4 33 dnl incomplete multibyte character.
41 AC_CACHE_CHECK([whether mbrlen handles incomplete characters],
  /packages/apps/Email/src/com/android/email/provider/
AccountReconciler.java 65 * incomplete integration with AccountManager.
112 "Account reconciler noticed incomplete account; ignoring");
  /external/zlib/src/
inftrees.c 130 /* check for an over-subscribed or incomplete set of lengths */
138 return -1; /* incomplete set */
176 routine permits incomplete codes, so another loop after this one fills
292 /* fill in remaining table entry if code is incomplete (guaranteed to have
293 at most one remaining entry, since if the code is incomplete, the
  /external/clang/test/Sema/
format-strings.c 129 fprintf(fp,"%%%l"); // expected-warning {{incomplete format specifier}}
220 printf("%"); // expected-warning{{incomplete format specifier}}
222 printf("%.", x); // expected-warning{{incomplete format specifier}}
334 fprintf(fp, "\%"); // expected-warning{{incomplete format specifier}}
392 rdar8332221_vprintf_scanf("%", ap, "%d", x); // expected-warning{{incomplete format specifier}}
471 printf(kFormat5, 5); // expected-warning{{incomplete format specifier}}
472 printf("%.", 5); // expected-warning{{incomplete format specifier}}
575 test14_foo("%", "%d", p); // expected-warning{{incomplete format specifier}}
576 test14_bar("%", "%d", p); // expected-warning{{incomplete format specifier}}
array-init.c 117 short q2[4][][2] = { // expected-error{{array has incomplete element type 'short [][2]'}}
122 short q3[4][3][] = { // expected-error{{array has incomplete element type 'short []'}}
134 int a[][] = { 1, 2 }; // expected-error{{array has incomplete element type 'int []'}}
enum.c 75 NYC1 = sizeof(enum NotYetComplete) // expected-error{{invalid application of 'sizeof' to an incomplete type 'enum NotYetComplete'}}
i-c-e.c 6 int a() {int p; *(1 ? &p : (void*)(0 && (a(),1))) = 10;} // expected-error {{incomplete type 'void' is not assignable}}
init.c 87 struct s1 s2 = { // expected-error {{variable has incomplete type 'struct s1'}} \
  /external/clang/lib/AST/
Type.cpp 659 // Check for a complete enum type; incomplete enum types are not properly an
728 // Incomplete enum types are not treated as integer types.
768 // Incomplete enum types are not treated as integer types.
896 /// incomplete types or dependent types.
898 assert(!isIncompleteType() && "This doesn't make sense for incomplete types");
904 /// isIncompleteType - Return true if this is an incomplete type (C99 6.2.5p1)
914 // Void is the only incomplete builtin type. Per C99 6.2.5p19, it can never
929 // A tagged type (struct/union/enum/class) is incomplete if the decl is a
937 // An array is incomplete if its element type is incomplete
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.h 136 /// be converted to an LLVM type (i.e. doesn't depend on an incomplete tag
142 /// given a CXXMethodDecl. If the method to has an incomplete return type,
143 /// and/or incomplete argument types, this will return the opaque type.
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 176 * Note that the name may be incomplete if the parser is currently still
188 * may be incomplete. Returns an empty {@code String} if the parser is not
199 * value may be incomplete. The caller will typically first determine
  /development/host/windows/usb/api/
adb_io_completion.h 95 incomplete. Regardless of the returned value, caller should
  /external/bison/lib/
close-stream.c 46 left with an incomplete output file and the offending program would
  /external/chromium/chrome/browser/net/
url_fixer_upper.h 45 // append in the case of an incomplete domain. We check that this is not a
  /external/chromium/net/websockets/
websocket_handshake.h 41 // Returns negative if the server handshake message is incomplete.
  /external/clang/test/Analysis/
array-struct.c 72 // Incomplete struct pointer used as function argument.
method-arg-decay.m 75 @implementation XCPerspectiveModule // expected-warning {{incomplete implementation}} expected-warning {{method 'performAction:withSelection:' in protocol not implemented}}}
pr4209.m 57 @end @implementation GBCategoryChooserPanelController + (int) chooseCategoryIDFromCategories:(NSArray*) inCategories searchRequest:(GBSearchRequest*)inRequest parentWindow:(NSWindow*) inParent { // expected-warning {{incomplete implementation}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp 15 template void X0::f0<int>(int); // expected-error {{incomplete type}}
  /external/clang/test/CodeGen/
exprs.c 149 // Check operations on incomplete types.
  /external/clang/test/Parser/
cxx-class.cpp 76 Ctor(x[5]); // expected-error{{incomplete type}}

Completed in 5099 milliseconds

1 2 3 4 5 6 78 91011>>