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

  /external/clang/test/Index/
index-suppress-refs.cpp 6 typedef B2 Base2;
annotate-context-sensitive.cpp 13 struct Base2 {
17 struct Derived2 : Base2 {
  /external/clang/test/Parser/
cxx0x-override-control-keywords.cpp 20 struct Base2 {
24 struct A : Base2 {
  /external/clang/test/CXX/class/class.mem/
p8-0x.cpp 12 struct Base2 {
17 struct B : Base2 {
40 struct Base2 {
44 struct B : Base2 {
  /external/clang/test/CodeCompletion/
member-access.cpp 6 struct Base2 {
12 struct Base3 : Base1, Base2 {
33 // CHECK-CC1: member1 : [#int#][#Base2::#]member1
39 // CHECK-CC1: memfun1 (Hidden) : [#void#]Base2::memfun1(<#int#>)
  /external/libcxxabi/test/
inherited_exception.cpp 34 struct Base2 {
38 struct Child : public Base, public Base2 {
55 throw static_cast<Base2&>(child);
63 throw static_cast<Base2*>(child);
109 catch (const Base2& c)
135 catch (const Base2& b)
157 catch (const Base2* c)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
inherited_exception.cpp 16 struct Base2 {
20 struct Child : public Base, public Base2 {
37 throw static_cast<Base2&>(child);
45 throw static_cast<Base2*>(child);
91 catch (const Base2& c)
117 catch (const Base2& b)
139 catch (const Base2* c)
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.C 43 struct Base2 { };
45 struct Derived2 : virtual Base2 {
thunks.cpp 156 struct Base2 {
162 struct Thunks : Base1, Base2 {
visibility.cpp 363 struct Base2 : virtual Base1 { virtual void foo(); };
364 template <class T> struct A : virtual Base1, Base2 {
    [all...]
  /external/clang/test/Analysis/
reinterpret-cast.cpp 28 class Base2 {};
29 class Derived2 : public Base2 {};
31 void f2(Base2 *foo);
  /external/clang/test/SemaTemplate/
instantiate-using-decl.cpp 35 typedef Visitor2<Derived> Base2;
38 using Base2::Visit;
dependent-base-classes.cpp 71 struct Base2 {
76 struct Derived : Base1<T>, Base2 {
member-access-expr.cpp 21 typedef TheBase Base2;
22 x.Base2::f0();
  /external/clang/test/SemaCXX/
offsetof.cpp 45 struct Base2 {
49 struct Derived2 : public Base1, public Base2 {
MicrosoftCompatibility.cpp 166 typedef B<U> Base2;
173 Base2::TYPE a4; // expected-warning {{missing 'typename' prior to dependent type name}}
empty-class-layout.cpp 153 struct Base2 : Empty { };
154 struct Test : Base1, Base2 {
virtual-override.cpp 151 struct Base2 { };
155 (void)sizeof(Foo<Base2>); // expected-note{{instantiation}}
165 Foo2<Base2> f2;
conversion-function.cpp 315 struct Base2 {
323 struct Derived23 : Base2, Base3 {
324 using Base2::operator int;
warn-thread-safety-parsing.cpp     [all...]
warn-thread-safety-analysis.cpp     [all...]
  /external/clang/test/CXX/class.access/
p4.cpp 127 class Base2 : virtual Base<2> { ~Base2(); }; // expected-note 3 {{declared private here}} \
139 Base2, // expected-error {{base class 'test3::Base2' has private destructor}}
150 Base2, // expected-error 2 {{base class 'test3::Base2' has private destructor}}

Completed in 2542 milliseconds