HomeSort by relevance Sort by last modified time
    Searched refs:Test7 (Results 1 - 21 of 21) 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>;
microsoft-dtor-lookup.cpp 123 namespace Test7 {
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" }>
skip-vtable-pointer-initialization.cpp 138 namespace Test7 {
devirtualize-virtual-function-calls-final.cpp 130 namespace Test7 {
thunks.cpp 179 namespace Test7 {
vtable-available-externally.cpp 152 namespace Test7 {
microsoft-abi-vtables-virtual-inheritance.cpp 200 namespace Test7 {
203 // MANGLING-DAG: @"\01??_7X@Test7@@6B@"
208 // CHECK-LABEL: VFTable for 'A' in 'C' in 'Test7::X' in 'Test7::Y' (2 entries).
216 // CHECK-NOT: VFTable indices for 'Test7::Y'
218 // MANGLING-DAG: @"\01??_7Y@Test7@@6B@"
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 235 namespace Test7 {
    [all...]
  /external/clang/test/SemaObjC/Inputs/
arc-system-header.h 40 @interface Test7
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5755.dir/
main.go 17 a.Test7(nil)
a.go 37 func Test7(s []uint8) I { return foo7(s) }
  /prebuilts/go/linux-x86/test/fixedbugs/issue5755.dir/
main.go 17 a.Test7(nil)
a.go 37 func Test7(s []uint8) I { return foo7(s) }
  /external/clang/test/CodeGen/
2002-02-17-ArgumentAddress.c 37 struct STest2 Test7(struct STest2 X) {
temporary-lifetime.cpp 153 void Test7() {
154 // CHECK-DTOR-LABEL: Test7
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 248 void Test7() {
250 fprintf(stderr, "Starting Test7\n");
251 // CHECK: Starting Test7
610 LockTest().Test7();

Completed in 1909 milliseconds