HomeSort by relevance Sort by last modified time
    Searched defs:Test2 (Results 26 - 30 of 30) sorted by null

12

  /external/clang/test/CodeGenCXX/
visibility.cpp 39 namespace Test2 {
381 static void test2();
386 void A<1>::test2() {} function in class:Test20::A
vtable-layout.cpp 69 namespace Test2 {
72 // CHECK-2: Vtable for 'Test2::A' (9 entries).
74 // CHECK-2-NEXT: 1 | Test2::A RTTI
75 // CHECK-2-NEXT: -- (Test2::A, 0) vtable address --
76 // CHECK-2-NEXT: 2 | void Test2::A::f()
77 // CHECK-2-NEXT: 3 | void Test2::A::f() const
78 // CHECK-2-NEXT: 4 | Test2::A *Test2::A::g(int)
79 // CHECK-2-NEXT: 5 | Test2::A::~A() [complete]
80 // CHECK-2-NEXT: 6 | Test2::A::~A() [deleting
    [all...]
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 197 namespace Test2 {
member-pointer.cpp 223 template <typename T> struct Test2 {
308 int test2() { function in namespace:test8
  /external/clang/test/CXX/class.access/
p4.cpp 88 namespace test2 { namespace
99 class B : A { }; // expected-error {{base class 'test2::A' has private default constructor}}
107 class D : C { }; // expected-error {{inherited virtual base class 'test2::A' has private default constructor}}
169 Public test2() { return *this; } function in class:test4::Derived1
173 Public test2(Derived1 &d) { return d; } // expected-error {{cannot cast 'test4::Derived1' to its private base class}} \ function in namespace:test4
179 Public test2() { return *this; } function in class:test4::Derived2
182 Public test2(Derived2 &d) { return d; } function in namespace:test4
190 Public test2(Derived3 &d) { return d; } // expected-error {{'operator Public' is a private member of 'test4::Base'}} \ function in namespace:test4
198 Public test2(Derived4 &d) { return d; } function in namespace:test4
213 class Test2 : A {}; // expected-error {{private member}
214 void test2() { function in namespace:test5
233 void test2(const Test2 &t) { function in namespace:test6
382 int test2(A<int> &a) { function in class:test15::A
407 int test2(A<int> &a) { function in class:test15::B
    [all...]

Completed in 88 milliseconds

12