HomeSort by relevance Sort by last modified time
    Searched defs:Test4 (Results 1 - 21 of 21) sorted by null

  /external/clang/test/SemaCXX/
bitfield-layout.cpp 25 struct Test4 {
28 CHECK_SIZE(Test4, 8);
29 CHECK_ALIGN(Test4, 8);
microsoft-dtor-lookup.cpp 83 namespace Test4 {
empty-class-layout.cpp 112 namespace Test4 {
  /external/clang/test/CXX/class/
p2-0x.cpp 29 namespace Test4 {
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp 35 namespace test4 { namespace
37 class Test4 {}; // expected-note {{previous definition}}
40 class Test4 {}; // expected-error {{redefinition of 'Test4'}}
  /external/clang/test/CodeGen/
2002-02-17-ArgumentAddress.c 26 struct Test Test4(struct Test A) {
  /external/clang/test/CodeGenCXX/
class-layout.cpp 21 namespace Test4 {
23 // CHECK: %"struct.Test4::B" = type { %"struct.Test4::A", i16, double }
24 // CHECK: %"struct.Test4::A" = type { i32, i8, float }
devirtualize-virtual-function-calls-final.cpp 53 namespace Test4 {
skip-vtable-pointer-initialization.cpp 60 namespace Test4 {
vtt-layout.cpp 44 namespace Test4 {
microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp 6 // RUN: FileCheck --check-prefix=NO-THUNKS-Test4 %s < %t
19 // RUN: FileCheck --check-prefix=RET-THUNKS-Test4 %s < %t
98 struct Test4 : Empty, A {
99 // NO-THUNKS-Test4: VFTable for 'A' in 'no_thunks::Test4' (1 entries)
100 // NO-THUNKS-Test4-NEXT: 0 | void no_thunks::Test4::f()
102 // NO-THUNKS-Test4: VFTable indices for 'no_thunks::Test4' (1 entries).
103 // NO-THUNKS-Test4-NEXT: 0 | void no_thunks::Test4::f(
    [all...]
microsoft-abi-vtables-virtual-inheritance.cpp 8 // RUN: FileCheck --check-prefix=TEST4 %s < %t
123 namespace Test4 {
131 // TEST4: VFTable for 'A' in 'C' in 'Test4::X' (2 entries).
132 // TEST4-NEXT: 0 | void C::f()
133 // TEST4-NEXT: [this adjustment: 12 non-virtual]
134 // TEST4-NEXT: 1 | void A::z()
136 // TEST4-NOT: VFTable indices for 'Test4::X'
vtable-available-externally.cpp 82 namespace Test4 {
microsoft-abi-vbtables.cpp 60 namespace Test4 {
67 // CHECK-DAG: @"\01??_8C@Test4@@7B@" = {{.*}} [2 x i32] [i32 0, i32 12]
68 // CHECK-DAG: @"\01??_8B@Test4@@7B@" = {{.*}} [2 x i32] [i32 0, i32 8]
thunks.cpp 67 namespace Test4 {
vtable-layout.cpp 211 namespace Test4 {
223 // CHECK-8: Vtable for 'Test4::B' (4 entries).
225 // CHECK-8-NEXT: 1 | Test4::B RTTI
226 // CHECK-8-NEXT: -- (Test4::A, 0) vtable address --
227 // CHECK-8-NEXT: -- (Test4::B, 0) vtable address --
228 // CHECK-8-NEXT: 2 | Test4::R3 *Test4::B::f()
230 // CHECK-8-NEXT: 3 | Test4::R3 *Test4::B::f()
232 // CHECK-8: VTable indices for 'Test4::B' (1 entries)
    [all...]
  /external/clang/test/Sema/
bitfield.c 43 struct Test4 {
48 void test4(struct Test4 *t) { function
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 414 function Test4(iter) {
423 Test4(instantiate(g));
487 function Test4(iter) {
495 Test4(instantiate(g));
578 function Test4(iter) {
584 Test4(instantiate(g));
  /external/clang/test/CXX/class.derived/class.virtual/
p3-0x.cpp 50 namespace Test4 {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py     [all...]

Completed in 1079 milliseconds