Home
last modified time | relevance | path

Searched defs:Base (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/llvm-project/compiler-rt/test/profile/Linux/
H A Dcoverage_ctors.cpp6 struct Base { struct
8 Base() : B(0) {} in Base() function
9 Base(const Base &b2) { in Base() argument
12 Base(Base &&b2) { in Base() function
H A Dcoverage_dtor.cpp7 struct Base { struct
9 Base(int B_) : B(B_) {} in Base() function
10 ~Base() { g -= B; } in ~Base() argument
/llvm-project/clang/test/Analysis/
H A Dissue-70464.cpp16 struct Base { struct
17 int foox;
35 struct Base { struct
36 int foox;
37 Base(int x) : foox(x) {} in Base() argument
54 struct Base { struct
55 int foox;
73 struct Base { struct
74 int foox[5];
119 struct Base { struct
[all …]
H A Dcast-to-struct.cpp14 struct Base { struct
15 Base() : A(0), B(0) {} in Base() argument
16 virtual ~Base() {} in ~Base() argument
22 struct Derived : public Base { argument
/llvm-project/clang/test/Profile/
H A Ddef-ctors.cpp5 struct Base { struct
7 Base() : B(2) {} in Base() function
8 Base(const struct Base &b2) {} in Base() function
H A Ddef-dtors.cpp5 struct Base { struct
7 Base(int B_) : B(B_) {} in Base() argument
8 ~Base() {} in ~Base() argument
/llvm-project/lldb/test/API/lang/cpp/crtp/
H A Dmain.cpp1 template <typename T> struct Base { struct
2 Base(T &t) : ref(t), pointer(&t) {} in Base() argument
10 struct Derived : Base<Derived> { argument
/llvm-project/clang/test/CodeGenCXX/
H A Dsanitize-dtor-repress-aliasing.cpp14 struct Base { struct
17 Base() { x = 5; } in Base() function
18 virtual ~Base() {} in ~Base() argument
H A Dsanitize-dtor-nontrivial-virtual-base.cpp13 struct Base { struct
16 Base() { in Base() argument
20 virtual ~Base() {} in ~Base() argument
H A Dattr-callback.cpp3 struct Base { struct
31 void Base::this_unknown_this(void (*callback)(Base *, Base *, Base *)) { in this_unknown_this()
H A Dinheriting-constructor-cleanup.cpp14 struct Base { struct
16 Base(const S1&, const S2&, const char *fmt, ...) {} in Base() argument
H A Dinstantiate-init.cpp20 struct Base { Base(Vector) {} }; in Base() argument
/llvm-project/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp57 struct Base { struct
68 Base(int *derived_a, Vector<int> *derived_v1, Vector<int> *derived_v2, in Base() argument
79 virtual ~Base() { in ~Base() argument
H A Ddtor-derived-class.cpp8 struct Base { struct
10 Base() { x = 5; } in Base() argument
11 virtual ~Base() {} in ~Base() argument
/llvm-project/libcxx/test/libcxx/memory/trivial_abi/
H A Dunique_ptr_destruction_order.pass.cpp24 struct Base { struct
29 explicit Base(char* buf, int* idx, char ch) in Base() argument
33 ~Base() { shared_buff[(*cur_idx)++] = id; } in ~Base() argument
/llvm-project/clang/test/PCH/
H A Dcxx11-inheriting-ctors.cpp25 struct Base { struct
26 Base(int) {} in Base() function
29 Base(T) {} in Base() argument
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.all/range.owning.view/
H A Dbegin_end.pass.cpp26 struct Base { global() struct
32 endBase global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dunused-parameters-virtual.cpp4 struct Base { struct
16 struct Derived : Base { argument
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-elab-type-specifier.cpp5 template <class T> struct Base { struct
10 template <class T> struct Derived : Base<T> { argument
/llvm-project/clang/test/SemaCXX/
H A Dnothrow-as-noexcept-ctor.cpp4 struct Base { struct
5 __attribute__((nothrow)) Base() {} in Base() argument
H A Dpragma-pack.cpp6 struct Base { struct
7 int i;
22 struct Base { struct
24 int x;
/llvm-project/lldb/test/API/lang/cpp/virtual-overload/
H A Dmain.cpp3 struct Base { struct
5 virtual ~Base() {} in ~Base() argument
/llvm-project/clang-tools-extra/test/clang-reorder-fields/
H A DFieldDependencyWarningDerived.cpp6 struct Base { struct
7 int x;
8 int p;
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp79 selectAddrRegImm(SDValue Addr,SDValue & Base,SDValue & Offset) const selectAddrRegImm() argument
85 selectAddrDefault(SDValue Addr,SDValue & Base,SDValue & Offset) const selectAddrDefault() argument
91 selectIntAddr(SDValue Addr,SDValue & Base,SDValue & Offset) const selectIntAddr() argument
97 selectIntAddr11MM(SDValue Addr,SDValue & Base,SDValue & Offset) const selectIntAddr11MM() argument
103 selectIntAddr12MM(SDValue Addr,SDValue & Base,SDValue & Offset) const selectIntAddr12MM() argument
109 selectIntAddr16MM(SDValue Addr,SDValue & Base,SDValue & Offset) const selectIntAddr16MM() argument
115 selectIntAddrLSL2MM(SDValue Addr,SDValue & Base,SDValue & Offset) const selectIntAddrLSL2MM() argument
121 selectIntAddrSImm10(SDValue Addr,SDValue & Base,SDValue & Offset) const selectIntAddrSImm10() argument
127 selectIntAddrSImm10Lsl1(SDValue Addr,SDValue & Base,SDValue & Offset) const selectIntAddrSImm10Lsl1() argument
133 selectIntAddrSImm10Lsl2(SDValue Addr,SDValue & Base,SDValue & Offset) const selectIntAddrSImm10Lsl2() argument
139 selectIntAddrSImm10Lsl3(SDValue Addr,SDValue & Base,SDValue & Offset) const selectIntAddrSImm10Lsl3() argument
145 selectAddr16(SDValue Addr,SDValue & Base,SDValue & Offset) selectAddr16() argument
151 selectAddr16SP(SDValue Addr,SDValue & Base,SDValue & Offset) selectAddr16SP() argument
[all...]
/llvm-project/libcxx/benchmarks/
H A Dformatter_int.bench.cpp

12345678910>>...37