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

  /external/clang/test/SemaCXX/
attr-weak.cpp 28 template <class T> struct Test7 {
29 void test7() __attribute__((weak)) {} function in struct:Test7
33 int Test7<T>::var;
35 template struct Test7<Internal>;
36 template struct Test7<int>;
empty-class-layout.cpp 149 namespace Test7 {
  /external/clang/test/CodeGenCXX/
unknown-anytype.cpp 69 struct Test7 {
70 ~Test7();
73 Test7 test7() { function
75 return (Test7) test7_any(5);
class-layout.cpp 83 namespace Test7 {
86 // CHECK: %"class.Test7::B" = type <{ i32 (...)**, %"class.Test7::A" }>
microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp 9 // RUN: FileCheck --check-prefix=NO-THUNKS-Test7 %s < %t
152 struct Test7: Test2 {
153 // NO-THUNKS-Test7: VFTable for 'A' in 'no_thunks::Test2' in 'no_thunks::Test7' (1 entries).
154 // NO-THUNKS-Test7-NEXT: 0 | void A::f()
156 // NO-THUNKS-Test7: VFTable for 'B' in 'no_thunks::Test2' in 'no_thunks::Test7' (2 entries).
157 // NO-THUNKS-Test7-NEXT: 0 | void no_thunks::Test7::g()
158 // NO-THUNKS-Test7-NEXT: 1 | void B::h(
    [all...]
skip-vtable-pointer-initialization.cpp 138 namespace Test7 {
vtable-available-externally.cpp 5 // RUN: FileCheck --check-prefix=CHECK-TEST7 %s < %t
150 namespace Test7 {
163 // CHECK-TEST7: define void @_ZN5Test79check_c28Ev
164 // CHECK-TEST7: call void @_ZN5Test73c282f6Ev
165 // CHECK-TEST7: ret void
devirtualize-virtual-function-calls-final.cpp 115 namespace Test7 {
microsoft-abi-vtables-virtual-inheritance.cpp 11 // RUN: FileCheck --check-prefix=TEST7 %s < %t
180 namespace Test7 {
185 // TEST7: VFTable for 'A' in 'C' in 'Test7::X' in 'Test7::Y' (2 entries).
186 // TEST7-NEXT: 0 | void C::f()
187 // TEST7-NEXT: [this adjustment: 12 non-virtual]
188 // TEST7-NEXT: 1 | void A::z()
190 // TEST7: Thunks for 'void C::f()' (1 entry).
191 // TEST7-NEXT: 0 | this adjustment: 12 non-virtua
    [all...]
thunks.cpp 175 namespace Test7 {
microsoft-abi-vbtables.cpp 115 namespace Test7 {
124 // CHECK-DAG: @"\01??_8E@Test7@@7B@" = {{.*}} [3 x i32] [i32 0, i32 12, i32 16]
125 // CHECK-DAG: @"\01??_8D@Test7@@7B@" = {{.*}} [2 x i32] [i32 0, i32 8]
vtable-layout.cpp 381 namespace Test7 {
396 // CHECK-14: Vtable for 'Test7::D' (10 entries).
398 // CHECK-14-NEXT: 1 | Test7::D RTTI
399 // CHECK-14-NEXT: -- (Test7::C, 0) vtable address --
400 // CHECK-14-NEXT: -- (Test7::D, 0) vtable address --
401 // CHECK-14-NEXT: 2 | void Test7::C::c()
402 // CHECK-14-NEXT: 3 | void Test7::D::f()
404 // CHECK-14-NEXT: 5 | Test7::D RTTI
405 // CHECK-14-NEXT: -- (Test7::A, 8) vtable address --
406 // CHECK-14-NEXT: -- (Test7::B1, 8) vtable address -
    [all...]
visibility.cpp 227 namespace Test7 {
    [all...]
  /external/clang/test/SemaObjC/Inputs/
arc-system-header.h 40 @interface Test7
  /external/clang/test/CodeGen/
2002-02-17-ArgumentAddress.c 37 struct STest2 Test7(struct STest2 X) {
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 447 function Test7(iter) {
454 Test7(instantiate(g));
515 function Test7(iter) {
523 Test7(instantiate(g));
611 function Test7(iter) {
622 Test7(instantiate(g));

Completed in 662 milliseconds