Home
last modified time | relevance | path

Searched defs:D1 (Results 1 – 25 of 168) sorted by relevance

1234567

/external/compiler-rt/test/asan/TestCases/Linux/
Dsized_delete_test.cc25 struct D1 { struct
27 ~D1() { fprintf(stderr, "D1::~D1\n"); } in ~D1() argument
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dsized_delete_test.cpp25 struct D1 { struct
27 ~D1() { fprintf(stderr, "D1::~D1\n"); } in ~D1() argument
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp1222 RecordDecl *D1 = Field1->getType()->castAs<RecordType>()->getDecl(); in IsStructurallyEquivalent() local
1321 CXXRecordDecl *D1, CXXRecordDecl *D2) { in IsStructurallyEquivalentLambdas()
1333 RecordDecl *D1, RecordDecl *D2) { in IsStructurallyEquivalent()
1577 EnumDecl *D1, EnumDecl *D2) { in IsStructurallyEquivalent()
1683 TemplateTypeParmDecl *D1, in IsStructurallyEquivalent()
1701 NonTypeTemplateParmDecl *D1, in IsStructurallyEquivalent()
1732 TemplateTemplateParmDecl *D1, in IsStructurallyEquivalent()
1752 StructuralEquivalenceContext &Ctx, TemplateDecl *D1, TemplateDecl *D2) { in IsTemplateDeclCommonStructurallyEquivalent()
1763 ClassTemplateDecl *D1, in IsStructurallyEquivalent()
1775 FunctionTemplateDecl *D1, in IsStructurallyEquivalent()
[all …]
/external/clang/test/SemaTemplate/
Delaborated-type-specifier.cpp10 struct D1 { struct
11 enum X { value };
Dclass-template-id-2.cpp16 struct D1 { struct
/external/llvm-project/clang/test/SemaTemplate/
Delaborated-type-specifier.cpp10 struct D1 { struct
11 enum X { value };
Dclass-template-id-2.cpp16 struct D1 { struct
/external/libabigail/doc/vizualization/layout/sources/
Dsa-D.cc39 struct D1 : public A struct
41 int_type _M_index;
42 int_type* _M_array;
43 bool _M_ok;
Dsa-DD.cc45 struct D1 : public A struct
47 int_type _M_index;
48 int_type* _M_array;
49 bool _M_ok;
/external/libabigail/doc/vizualization/graph/sources/
Dsa-D.cc39 struct D1 : public A struct
41 int_type _M_index;
42 int_type* _M_array;
43 bool _M_ok;
Dsa-DD.cc45 struct D1 : public A struct
47 int_type _M_index;
48 int_type* _M_array;
49 bool _M_ok;
/external/llvm-project/clang/test/Layout/
Daix-no-unique-address-with-double.cpp100 struct D1 { struct
115 // CHECK-NEXT: 0 | struct D1 argument
/external/llvm-project/clang/test/CodeGenCXX/
Dhomogeneous-aggregates.cpp23 struct D1 : Base1 { // non-homogeneous aggregate struct
41 // PPC: define void @_Z7func_D12D1(%struct.D1* noalias sret(%struct.D1) align 8 %agg.result, [3 x i… argument
/external/clang/test/CXX/special/class.init/class.inhctor.init/
Dp1.cpp14 struct D1 : B1 { // expected-note {{no default constructor}} struct
16 int x;
17 int y = get();
/external/clang/test/CodeGenCXX/
Dhomogeneous-aggregates.cpp23 struct D1 : Base1 { // non-homogeneous aggregate struct
41 // PPC: define void @_Z7func_D12D1(%struct.D1* noalias sret %agg.result, [3 x i64] %x.coerce) argument
/external/llvm-project/clang/test/CXX/special/class.init/class.inhctor.init/
Dp1.cpp14 struct D1 : B1 { // expected-note {{no default constructor}} struct
16 int x;
17 int y = get();
/external/llvm-project/clang/test/CodeGen/
Ddebug-info-macro.c16 /*Line 15*/ #define D1 1 macro
/external/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/
Dp2.cpp88 struct D1 { struct
93 …bool operator==(const D1&) const = default; // expected-warning {{implicitly deleted}} expected-no… argument
/external/eigen/bench/tensors/
Dcontraction_benchmarks_cpu.cc14 #define BM_ContractionCPU(D1, D2, D3) \ argument
/external/llvm-project/clang/test/Misc/
Ddiag-line-wrapping.cpp5 struct D1 : B {}; struct
/external/clang/test/Misc/
Ddiag-line-wrapping.cpp5 struct D1 : B {}; struct
/external/webp/src/dsp/
Drescaler_neon.c56 const uint64x2_t D1 = vmlal_n_u32(C1, vget_high_u32(B0), B); in Interpolate_NEON() local
101 const uint32x4_t D1 = MULT_FIX(C1, fy_scale_half); in RescalerExportRowExpand_NEON() local
143 const uint16x4_t D1 = vmovn_u32(C1); in RescalerExportRowShrink_NEON() local
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
Dop_+.pass.cpp39 typedef std::chrono::duration<int, std::ratio< 1, 1> > D1; in main() typedef
Dop_-.pass.cpp39 typedef std::chrono::duration<int, std::ratio< 1, 1> > D1; in main() typedef
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D067-nested-ifdef-ifndef.c1 #define D1 macro

1234567