Home
last modified time | relevance | path

Searched defs:Base1 (Results 1 – 25 of 75) sorted by relevance

123

/external/clang/test/CodeCompletion/
Dctor-initializer.cpp1 struct Base1 { struct
2 Base1() : {} in Base1() function
7 Base1(int) : member1(123), {} in Base1() argument
16 struct Derived : public Base1 { argument
Dmember-access.cpp1 struct Base1 { struct
12 struct Base3 : Base1, Base2 { argument
/external/llvm-project/clang/test/CodeCompletion/
Dctor-initializer.cpp1 struct Base1 { struct
2 Base1() : {} in Base1() argument
8 Base1(int) : member1(123), {} in Base1() function
18 struct Derived : public Base1 { argument
Dmember-access.cpp1 struct Base1 { struct
12 struct Base3 : Base1, Base2 { argument
/external/llvm-project/lldb/test/API/lang/cpp/multiple-inheritance/
Dmain.cpp11 struct Base1 : CommonBase { struct
13 Base1() { in Base1() argument
35 struct FinalClass : Base1, Base2 { argument
/external/clang/test/Parser/
Dcxx-invalid-function-decl.cpp18 struct Base1 { struct
20 Base1(T a1) : x1(a1) {} in Base1() function
/external/llvm-project/clang/test/Parser/
Dcxx-invalid-function-decl.cpp18 struct Base1 { struct
20 Base1(T a1) : x1(a1) {} in Base1() function
/external/clang/test/CXX/class/class.mem/
Dp8-0x.cpp3 struct Base1 { struct
31 struct Base1 { struct
32 virtual void g() {} in g()
/external/llvm-project/clang/test/CXX/class/class.mem/
Dp8-0x.cpp3 struct Base1 { struct
31 struct Base1 { struct
32 virtual void g() {} in g()
/external/llvm-project/clang/test/Frontend/
Dplugin-call-super.cpp6 struct Base1 { struct
12 struct Derive : public Base1, public Base2 { argument
/external/llvm-project/clang/test/CodeGenCXX/
Dubsan-devirtualized-calls.cpp3 struct Base1 { struct
11 struct Derived1 final : Base1 { argument
Ddebug-info-thunk.cpp117 struct Base1 { struct
118 int i;
120 virtual X f() { return X(); } in f()
Dguard_nocf.cpp70 struct Base1 { struct
Dhomogeneous-aggregates.cpp14 struct Base1 { struct
23 struct D1 : Base1 { // non-homogeneous aggregate argument
/external/python/pybind11/tests/
Dtest_multiple_inheritance.cpp50 struct Base1 { in TEST_SUBMODULE() struct
51 Base1(int i) : i(i) { } in TEST_SUBMODULE() argument
52 int foo() { return i; } in TEST_SUBMODULE()
53 int i; in TEST_SUBMODULE()
/external/llvm-project/clang/test/Index/
Dindex-suppress-refs.cpp5 typedef B1 Base1; typedef in Sub
/external/clang/test/Index/
Dindex-suppress-refs.cpp5 typedef B1 Base1; typedef in Sub
/external/testng/src/test/java/test/failures/
DBase1.java5 public class Base1 extends Base0 { class
/external/llvm-project/clang/test/SemaCXX/
DMicrosoftSuper.cpp16 struct Base1 { struct
24 struct Derived : Base1 { argument
Doffsetof.cpp41 struct Base1 { struct
49 struct Derived2 : public Base1, public Base2 { argument
/external/clang/test/SemaCXX/
DMicrosoftSuper.cpp16 struct Base1 { struct
24 struct Derived : Base1 { argument
Doffsetof.cpp41 struct Base1 { struct
49 struct Derived2 : public Base1, public Base2 { argument
/external/testng/src/test/java/test/superclass/
DBase1.java6 public class Base1 { class
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Devery-function.cpp45 struct Base1 { struct
46 virtual ~Base1() {} in ~Base1() argument
/external/clang/test/CodeGenCXX/
Dhomogeneous-aggregates.cpp14 struct Base1 { struct
23 struct D1 : Base1 { // non-homogeneous aggregate argument

123