/external/llvm-project/clang/test/Layout/ |
D | ms-x86-size-alignment-fail.cpp | 8 struct B0 { char a; B0() : a(0xB0) {} }; in B0() argument
|
D | ms-x86-vfvb-sharing.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } }; in B0() struct
|
D | ms-x86-primary-bases.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } virtual void f() { printf("B… in f() function
|
D | ms-x86-bitfields-vbases.cpp | 6 struct B0 { int a; }; argument
|
D | ms-x86-vtordisp.cpp | 8 struct B0 { struct 10 B0() : a(0xf00000B0) {} in B0() argument 11 virtual void f() { printf("B0"); } in f() argument
|
D | ms-x86-vfvb-alignment.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() argument
|
D | ms-x86-empty-nonvirtual-bases.cpp | 8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} }; in B0() struct
|
/external/clang/test/Layout/ |
D | ms-x86-size-alignment-fail.cpp | 8 struct B0 { char a; B0() : a(0xB0) {} }; in B0() function
|
D | ms-x86-vfvb-sharing.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } }; in B0() function
|
D | ms-x86-primary-bases.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } virtual void f() { printf("B… in f() function
|
D | ms-x86-bitfields-vbases.cpp | 6 struct B0 { int a; }; struct
|
D | ms-x86-vtordisp.cpp | 8 struct B0 { struct 10 B0() : a(0xf00000B0) {} in B0() argument 11 virtual void f() { printf("B0"); } in f() argument
|
D | ms-x86-vfvb-alignment.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() argument
|
D | ms-x86-empty-nonvirtual-bases.cpp | 8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} }; in B0() argument
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test13-v0.cc | 1 struct B0 struct 5 B0(); argument 8 B0::B0() in B0() function in B0
|
D | test13-v1.cc | 1 class B0 class 9 B0::B0() in B0() function in B0
|
/external/libabigail/tests/data/test-diff-dwarf/ |
D | test8-v0.cc | 1 struct B0 struct 5 B0(); argument 8 B0::B0() in B0() function in B0
|
D | test8-v1.cc | 1 class B0 class 9 B0::B0() in B0() function in B0
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cppcoreguidelines-pro-type-static-cast-downcast.cpp | 31 const Base* B0; in pointers() local 46 const PolymorphicBase* B0; in pointers_polymorphic() local 71 Base B0; in references() local 88 PolymorphicBase B0; in references_polymorphic() local 109 auto B0 = static_cast<B*>(new D()); in templ() local
|
D | cppcoreguidelines-pro-type-cstyle-cast.cpp | 54 const Base* B0; in pointers() local 69 const PolymorphicBase* B0; in pointers_polymorphic() local 94 Base B0; in references() local 111 PolymorphicBase B0; in references_polymorphic() local 132 auto B0 = (B*)new D(); in templ() local
|
/external/llvm-project/clang/test/SemaObjC/ |
D | protocol-implementation-inherited.m | 13 @interface B0 : A <P0> interface 16 @implementation B0 implementation
|
/external/clang/test/SemaObjC/ |
D | protocol-implementation-inherited.m | 13 @interface B0 : A <P0> interface 16 @implementation B0 implementation
|
/external/webp/src/dsp/ |
D | rescaler_neon.c | 80 const uint32x4_t B0 = MULT_FIX(A0, fy_scale_half); in RescalerExportRowExpand_NEON() local 138 const uint32x4_t B0 = vqsubq_u32(in2, A0); in RescalerExportRowShrink_NEON() local 159 const uint16x4_t B0 = vmovn_u32(A0); in RescalerExportRowShrink_NEON() local
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | property-objects.mm | 98 struct B0 { long long x; }; argument
|
/external/clang/test/CodeGenObjCXX/ |
D | property-objects.mm | 98 struct B0 { long long x; }; argument
|