HomeSort by relevance Sort by last modified time
    Searched refs:Base2 (Results 1 - 25 of 26) sorted by null

1 2

  /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/SemaCXX/
offsetof.cpp 45 struct Base2 {
49 struct Derived2 : public Base1, public Base2 {
virtual-override.cpp 151 struct Base2 { };
155 (void)sizeof(Foo<Base2>); // expected-note{{instantiation}}
165 Foo2<Base2> f2;
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 {
conversion-function.cpp 315 struct Base2 {
323 struct Derived23 : Base2, Base3 {
324 using Base2::operator int;
constant-expression-cxx11.cpp 727 struct Base2 : Bottom {
728 constexpr Base2(const int &r) : r(r) {}
732 struct Derived : Base, Base2 {
733 constexpr Derived() : Base(76), Base2(a) {}
742 constexpr Base base2(76);
752 static_assert(derived == base2, "");
755 constexpr Bottom &bot2 = (Base2&)derived;
759 constexpr Bottom *pb2 = (Base2*)&derived;
764 constexpr Base2 &fail = (Base2&)bot1; // expected-error {{constant expression}} expected-note {{cannot cast object of dynamic typ (…)
    [all...]
warn-thread-safety-parsing.cpp     [all...]
warn-thread-safety-analysis.cpp     [all...]
  /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/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}}
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
mock_object.hpp 82 template<int i1, typename Base1,int i2, typename Base2> \
85 mock_object<i2,Base2> const& ) \
106 template<int i1, typename Base1,int i2, typename Base2> \
109 mock_object<i2,Base2> const& ) \
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 896 milliseconds

1 2