Home
last modified time | relevance | path

Searched defs:Base2 (Results 1 – 25 of 92) sorted by relevance

1234

/external/llvm-project/lldb/test/API/lang/cpp/multiple-inheritance/
Dmain.cpp23 struct Base2 : CommonBase { struct
25 Base2() { in Base2() argument
35 struct FinalClass : Base1, Base2 { argument
/external/clang/test/Parser/
Dcxx-invalid-function-decl.cpp24 struct Base2 { struct
26 Base2(T a2) : x2(a2) {} in Base2() argument
Dcxx0x-override-control-keywords.cpp18 struct Base2 { struct
/external/llvm-project/clang/test/Parser/
Dcxx-invalid-function-decl.cpp24 struct Base2 { struct
26 Base2(T a2) : x2(a2) {} in Base2() argument
Dcxx0x-override-control-keywords.cpp18 struct Base2 { struct
/external/llvm-project/clang/test/SemaCXX/
Dnothrow-as-noexcept-ctor.cpp12 struct Base2 { struct
13 Base2() noexcept {} in Base2() function
Doffsetof.cpp45 struct Base2 { struct
49 struct Derived2 : public Base1, public Base2 { argument
/external/clang/test/CodeCompletion/
Dmember-access.cpp6 struct Base2 { struct
12 struct Base3 : Base1, Base2 { argument
/external/llvm-project/clang/test/Frontend/
Dplugin-call-super.cpp9 struct Base2 { struct
12 struct Derive : public Base1, public Base2 { argument
/external/libcxxabi/test/
Dinherited_exception.pass.cpp43 struct Base2 { struct
47 struct Child : public Base, public Base2 { argument
/external/clang/test/CXX/class/class.mem/
Dp8-0x.cpp12 struct Base2 { struct
40 struct Base2 { struct
/external/llvm-project/clang/test/CXX/class/class.mem/
Dp8-0x.cpp12 struct Base2 { struct
40 struct Base2 { struct
/external/python/pybind11/tests/
Dtest_multiple_inheritance.cpp59 struct Base2 { in TEST_SUBMODULE() struct
60 Base2(int i) : i(i) { } in TEST_SUBMODULE() argument
61 int bar() { return i; } in TEST_SUBMODULE()
62 int i; in TEST_SUBMODULE()
/external/llvm-project/libcxxabi/test/
Dinherited_exception.pass.cpp48 struct Base2 { struct
52 struct Child : public Base, public Base2 { argument
/external/llvm-project/clang/test/CodeGenCXX/
Dubsan-devirtualized-calls.cpp7 struct Base2 { struct
15 struct Derived2 final : Base1, Base2 { argument
Ddebug-info-thunk.cpp123 struct Base2 { struct
124 float real;
126 virtual X f() { return X(); } in f()
/external/llvm-project/clang/test/CodeCompletion/
Dmember-access.cpp6 struct Base2 { struct
12 struct Base3 : Base1, Base2 { argument
/external/llvm-project/clang/test/Index/
Dindex-suppress-refs.cpp6 typedef B2 Base2; typedef in Sub
Dannotate-context-sensitive.cpp13 struct Base2 { struct
/external/clang/test/Index/
Dindex-suppress-refs.cpp6 typedef B2 Base2; typedef in Sub
Dannotate-context-sensitive.cpp13 struct Base2 { struct
/external/testng/src/test/java/test/superclass/
DBase2.java8 public class Base2 { class
/external/python/cpython2/Lib/test/crashers/
Dloosing_mro_ref.py27 class Base2(object): class
/external/clang/test/SemaCXX/
Doffsetof.cpp45 struct Base2 { struct
49 struct Derived2 : public Base1, public Base2 { argument
/external/llvm-project/clang/test/SemaTemplate/
Ddependent-base-classes.cpp70 struct Base2 { struct
71 typedef float type; // expected-note{{member type 'float' found by ambiguous name lookup}}

1234