/external/clang/test/Sema/ |
D | pragma-align-packed.c | 30 struct s3_1 { unsigned char f0; unsigned int f1; }; argument 31 int t3_1[sizeof(struct s3_1) == 8 ? 1 : -1];
|
D | pragma-pack-2.c | 29 struct s3_1 { struct 34 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1]; argument
|
/external/llvm-project/clang/test/Sema/ |
D | pragma-align-packed.c | 30 struct s3_1 { unsigned char f0; unsigned int f1; }; argument 31 int t3_1[sizeof(struct s3_1) == 8 ? 1 : -1];
|
D | pragma-pack-2.c | 29 struct s3_1 { struct 34 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1]; argument
|
/external/clang/test/CodeGenCXX/ |
D | x86_32-arguments.cpp | 77 struct s3_1 { double x; }; argument 78 struct s3_2 : s3_0, s3_1 { };
|
D | x86_64-arguments.cpp | 24 struct s3_1 { struct s3_0 a; long b; }; struct 25 void f3(struct s3_1 x) {} in f3()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | x86_32-arguments.cpp | 77 struct s3_1 { double x; }; struct 78 struct s3_2 : s3_0, s3_1 { };
|
D | x86_64-arguments.cpp | 24 struct s3_1 { struct s3_0 a; long b; }; argument 25 void f3(struct s3_1 x) {} in f3()
|
/external/libaom/libaom/av1/common/arm/ |
D | convolve_neon.h | 74 int32x4_t s3_0, s3_1; in wiener_convolve8_horiz_8x8() local 97 s3_1 = vmull_n_s16(vget_high_s16(s3), filter_x[3]); in wiener_convolve8_horiz_8x8() 99 sum_1 = vaddq_s32(sum_1, s3_1); in wiener_convolve8_horiz_8x8()
|
/external/clang/test/CodeGen/ |
D | packed-structure.c | 94 int s3_1 = __alignof(((struct s3*) 0)->anInt); variable
|
/external/llvm-project/clang/test/CodeGen/ |
D | packed-structure.c | 94 int s3_1 = __alignof(((struct s3*) 0)->anInt); variable
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | type_units_with_addresses.ll | 31 ; S3_1<&i> s3_1; 136 !21 = !DIDerivedType(tag: DW_TAG_member, name: "s3_1", scope: !19, file: !2, line: 23, baseType: !2…
|
/external/llvm/test/DebugInfo/X86/ |
D | type_units_with_addresses.ll | 32 ; S3_1<&i> s3_1; 130 !15 = !DIDerivedType(tag: DW_TAG_member, name: "s3_1", line: 23, size: 8, align: 8, file: !1, scope…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | property-10.m | 15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar… property
|
/external/clang/test/SemaObjC/ |
D | property-10.m | 15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar… property
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | concat_op_test.py | 756 s3_1 = array_ops.slice(s2, [0, 4, 4, 0], [-1, 8178, 4082, 1]) 760 s3_1, filter4_1, strides=[1, 1, 1, 1], padding="VALID")
|