/llvm-project/compiler-rt/test/profile/Linux/ |
H A D | coverage_ctors.cpp | 6 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 D | coverage_dtor.cpp | 7 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 D | issue-70464.cpp | 16 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 D | cast-to-struct.cpp | 14 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 D | def-ctors.cpp | 5 struct Base { struct 7 Base() : B(2) {} in Base() function 8 Base(const struct Base &b2) {} in Base() function
|
H A D | def-dtors.cpp | 5 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 D | main.cpp | 1 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 D | sanitize-dtor-repress-aliasing.cpp | 14 struct Base { struct 17 Base() { x = 5; } in Base() function 18 virtual ~Base() {} in ~Base() argument
|
H A D | sanitize-dtor-nontrivial-virtual-base.cpp | 13 struct Base { struct 16 Base() { in Base() argument 20 virtual ~Base() {} in ~Base() argument
|
H A D | attr-callback.cpp | 3 struct Base { struct 31 void Base::this_unknown_this(void (*callback)(Base *, Base *, Base *)) { in this_unknown_this()
|
H A D | inheriting-constructor-cleanup.cpp | 14 struct Base { struct 16 Base(const S1&, const S2&, const char *fmt, ...) {} in Base() argument
|
H A D | instantiate-init.cpp | 20 struct Base { Base(Vector) {} }; in Base() argument
|
/llvm-project/compiler-rt/test/msan/ |
H A D | dtor-multiple-inheritance-nontrivial-class-members.cpp | 57 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 D | dtor-derived-class.cpp | 8 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 D | unique_ptr_destruction_order.pass.cpp | 24 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 D | cxx11-inheriting-ctors.cpp | 25 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 D | begin_end.pass.cpp | 26 struct Base { global() struct 32 endBase global() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | unused-parameters-virtual.cpp | 4 struct Base { struct 16 struct Derived : Base { argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-elab-type-specifier.cpp | 5 template <class T> struct Base { struct 10 template <class T> struct Derived : Base<T> { argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | nothrow-as-noexcept-ctor.cpp | 4 struct Base { struct 5 __attribute__((nothrow)) Base() {} in Base() argument
|
H A D | pragma-pack.cpp | 6 struct Base { struct 7 int i; 22 struct Base { struct 24 int x;
|
/llvm-project/lldb/test/API/lang/cpp/virtual-overload/ |
H A D | main.cpp | 3 struct Base { struct 5 virtual ~Base() {} in ~Base() argument
|
/llvm-project/clang-tools-extra/test/clang-reorder-fields/ |
H A D | FieldDependencyWarningDerived.cpp | 6 struct Base { struct 7 int x; 8 int p;
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 79 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 D | formatter_int.bench.cpp |
|