HomeSort by relevance Sort by last modified time
    Searched refs:incomplete (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Sema/
memset-invalid-1.c 7 typedef struct __incomplete *incomplete; typedef in typeref:struct:__incomplete
11 incomplete query = 0;
12 memset(query, 0, sizeof(query)); // expected-warning {{'memset' call operates on objects of type 'struct __incomplete' while the size is based on a different type 'incomplete'}} \
typecheck-binop.c 3 struct incomplete; // expected-note{{forward declaration of 'struct incomplete'}}
9 void *sub2(struct incomplete *P) {
10 return P-4; /* expected-error{{arithmetic on a pointer to an incomplete type 'struct incomplete'}} */
offsetof.c 53 struct incomplete; // expected-note 2 {{forward declaration of 'struct incomplete'}}
54 int test1[__builtin_offsetof(struct incomplete, foo)]; // expected-error {{offsetof of incomplete type 'struct incomplete'}}
56 int test2[__builtin_offsetof(struct incomplete[10], [4].foo)]; // expected-error {{array has incomplete element type 'struct incomplete'}}
conditional-expr.c 5 *(0 ? (double *)0 : (void *)(int *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}}
6 *(0 ? (double *)0 : (void *)(double *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}}
7 *(0 ? (double *)0 : (int *)(void *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}} expected-warning {{pointer type mismatch ('double *' and 'int *')}}
9 *((void *) 0) = 0; // expected-error {{incomplete type 'void' is not assignable}}
69 int (*incomplete)[];
71 sizeof(*(test0 ? incomplete : complete)); // expected-warning {{expression result unused}}
72 sizeof(*(test0 ? complete : incomplete)); // expected-warning {{expression result unused}}
  /external/v8/tools/clang/plugins/tests/
class_with_incomplete_type.h 6 // of a class that has fields of incomplete type.
15 B incomplete; member in struct:A
  /external/clang/test/SemaCXX/
vla.cpp 12 struct incomplete; // expected-note {{forward declaration}}
17 incomplete c[n]; // expected-error {{incomplete}}
qualified-names-diag.cpp 19 struct incomplete; // expected-note{{forward declaration of 'bar::incomplete'}}
29 (void)sizeof(bar::incomplete); // expected-error{{invalid application of 'sizeof' to an incomplete type 'bar::incomplete'}}
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 26 extern struct Incomplete incomplete; // expected-note 4{{forward decl}}
48 auto new2 = new int[1][incomplete]; // expected-error {{incomplete}}
56 enum2 = incomplete, // expected-error {{incomplete}}
65 alignas(incomplete) int alignas2; // expected-error {{incomplete}}
74 int array2[incomplete]; // expected-error {{non-integer type}}
82 int bitfield2 : incomplete; // expected-error {{incomplete}
    [all...]
  /external/bison/lib/
mbrtowc.c 113 /* mbtowc does not distinguish between invalid and incomplete multibyte
141 goto incomplete;
146 goto incomplete;
154 goto incomplete;
160 goto incomplete;
170 goto incomplete;
176 goto incomplete;
196 goto incomplete;
207 goto incomplete;
224 goto incomplete;
    [all...]
  /external/v8/src/compiler/
graph.cc 47 bool incomplete) {
48 Node* node = NewNodeUnchecked(op, input_count, inputs, incomplete);
54 Node* const* inputs, bool incomplete) {
56 Node::New(zone(), NextNodeId(), op, input_count, inputs, incomplete);
  /external/autotest/frontend/client/src/autotest/common/
StatusSummary.java 12 public int incomplete = 0; field in class:StatusSummary
23 summary.incomplete = getField(group, incompleteCountField);
64 return incomplete;
  /external/clang/test/Analysis/
out-of-bounds.c 158 extern struct incomplete incomplete;
159 int *p = (int *)&incomplete;
  /external/clang/test/CodeGenCXX/
debug-info.cpp 20 // CHECK: ![[INCTYPE]] = !DICompositeType(tag: DW_TAG_structure_type, name: "incomplete"
134 struct incomplete;
135 incomplete (*x)[3];
catch-undef-behavior.cpp 323 extern int incomplete[];
327 return incomplete[n];
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug443.go 8 // incomplete type definition evaluation. Issue 3709.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug443.go 8 // incomplete type definition evaluation. Issue 3709.
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarDiagnosticManagerTest.java 405 assertFalse(commonIgnitionMonitors.components.incomplete);
407 assertTrue(commonIgnitionMonitors.fuelSystem.incomplete);
409 assertFalse(commonIgnitionMonitors.misfire.incomplete);
417 assertFalse(sparkIgnitionMonitors.EGR.incomplete);
419 assertFalse(sparkIgnitionMonitors.oxygenSensorHeater.incomplete);
421 assertTrue(sparkIgnitionMonitors.oxygenSensor.incomplete);
423 assertFalse(sparkIgnitionMonitors.ACRefrigerant.incomplete);
425 assertFalse(sparkIgnitionMonitors.secondaryAirSystem.incomplete);
427 assertFalse(sparkIgnitionMonitors.evaporativeSystem.incomplete);
429 assertFalse(sparkIgnitionMonitors.heatedCatalyst.incomplete);
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_emit.c 48 int32_t viddec_emit_contr_tag(viddec_emitter *emit, viddec_input_buffer_t *ibuf, uint8_t incomplete, uint32_t using_next)
55 if(!incomplete)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fcache.c 96 if (q->incomplete) fprintf(stdout," *** incomplete ***");
mrhoist.c 401 fprintf(output," Incomplete Set at k=%d !",k);
405 fprintf(output," Incomplete Tree at k=%d !",k);
848 set MR_First(int ck,Junction *j,set *incomplete)
850 set MR_First(ck,j,incomplete)
853 set *incomplete;
865 REACH(p,ck,incomplete,tokensUsed);
919 void MR_complete_set(int predDepth,set *tokensUsed,set *incomplete)
921 void MR_complete_set(predDepth,tokensUsed,incomplete)
924 set *incomplete;
934 if (set_int(*incomplete) > (unsigned) predDepth) {
1428 set incomplete; local
2690 set incomplete; local
    [all...]
  /external/clang/tools/clang-format/
clang-format.py 103 print 'clang-format: incomplete (syntax errors)'
  /external/mesa3d/src/mesa/main/
dlist.h 60 bool incomplete; /**< Did we fail to construct this atlas? */ member in struct:gl_bitmap_atlas
  /external/clang/test/CodeGen/
big-atomic-ops.c 198 int lock_free(struct Incomplete *incomplete) {
211 __atomic_is_lock_free(4, incomplete);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
unwind-bad.l 5 .*:16: Warning: Previous .save incomplete
10 .*:28: Warning: Previous .save incomplete
15 .*:40: Warning: Previous .save incomplete
35 .*:90: Warning: Previous .save incomplete
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp 86 alignas(4) struct Incomplete incomplete; // expected-error {{incomplete type}} expected-note {{forward declaration}} variable in typeref:struct:Incomplete

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 91011