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

  /external/clang/test/SemaCXX/
attr-weak.cpp 24 template <class T> struct Test7 {
25 void test7() __attribute__((weak)) {} function in struct:Test7
28 template struct Test7<Internal>;
29 template struct Test7<int>;
empty-class-layout.cpp 148 namespace Test7 {
  /external/clang/test/CodeGen/
2002-02-17-ArgumentAddress.c 37 struct STest2 Test7(struct STest2 X) {
  /external/clang/test/CodeGenCXX/
unknown-anytype.cpp 57 struct Test7 {
58 ~Test7();
61 Test7 test7() { function
63 return (Test7) test7_any(5);
class-layout.cpp 83 namespace Test7 {
86 // CHECK: %"class.Test7::B" = type <{ i32 (...)**, %"class.Test7::A" }>
devirtualize-virtual-function-calls-final.cpp 115 namespace Test7 {
skip-vtable-pointer-initialization.cpp 138 namespace Test7 {
vtable-available-externally.cpp 5 // RUN: FileCheck --check-prefix=CHECK-TEST7 %s < %t
149 namespace Test7 {
162 // CHECK-TEST7: define void @_ZN5Test79check_c28Ev
163 // CHECK-TEST7: call void @_ZN5Test73c282f6Ev
164 // CHECK-TEST7: ret void
thunks.cpp 175 namespace Test7 {
vtable-layout.cpp 328 namespace Test7 {
343 // CHECK-14: Vtable for 'Test7::D' (10 entries).
345 // CHECK-14-NEXT: 1 | Test7::D RTTI
346 // CHECK-14-NEXT: -- (Test7::C, 0) vtable address --
347 // CHECK-14-NEXT: -- (Test7::D, 0) vtable address --
348 // CHECK-14-NEXT: 2 | void Test7::C::c()
349 // CHECK-14-NEXT: 3 | void Test7::D::f()
351 // CHECK-14-NEXT: 5 | Test7::D RTTI
352 // CHECK-14-NEXT: -- (Test7::A, 8) vtable address --
353 // CHECK-14-NEXT: -- (Test7::B1, 8) vtable address -
    [all...]
visibility.cpp 223 namespace Test7 {

Completed in 556 milliseconds