HomeSort by relevance Sort by last modified time
    Searched refs:Test17 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Sema/
c89.c 121 struct Test17 { int a; };
122 struct Test17 test17_aux(void);
124 void test17(int v, int w) { function
126 struct Test17 t0 = { v }; /* expected-warning {{initializer for aggregate is not a compile-time constant}} */
127 struct Test17 t1 = test17_aux(); /* this is allowed */
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 457 void Test17() {
459 fprintf(stderr, "Starting Test17: detailed output test with three locks\n");
460 // CHECK: Starting Test17
620 LockTest().Test17();
  /external/clang/test/CodeGenCXX/
microsoft-abi-vbtables.cpp 305 namespace Test17 {
321 // CHECK-DAG: @"\01??_8K@Test17@@7B01@@" =
322 // CHECK-DAG: @"\01??_8J@Test17@@7B@" =
323 // CHECK-DAG: @"\01??_8I@Test17@@7B01@@" =
324 // CHECK-DAG: @"\01??_8H@Test17@@7B@" =
325 // CHECK-DAG: @"\01??_8G@Test17@@7B01@@" =
326 // CHECK-DAG: @"\01??_8F@Test17@@7B@" =
327 // CHECK-DAG: @"\01??_8E@Test17@@7B01@@" =
328 // CHECK-DAG: @"\01??_8D@Test17@@7B@" =
329 // CHECK-DAG: @"\01??_8C@Test17@@7B01@@"
    [all...]
vtable-layout.cpp 743 namespace Test17 {
751 // CHECK-24: Vtable for 'Test17::E' (13 entries).
758 // CHECK-24-NEXT: 6 | Test17::E RTTI
759 // CHECK-24-NEXT: -- (Test17::A, 0) vtable address --
760 // CHECK-24-NEXT: -- (Test17::B, 0) vtable address --
761 // CHECK-24-NEXT: -- (Test17::D, 0) vtable address --
762 // CHECK-24-NEXT: -- (Test17::E, 0) vtable address --
763 // CHECK-24-NEXT: 7 | void Test17::E::f()
767 // CHECK-24-NEXT: 11 | Test17::E RTTI
768 // CHECK-24-NEXT: -- (Test17::C, 8) vtable address -
    [all...]
visibility.cpp 383 namespace Test17 {
    [all...]

Completed in 782 milliseconds