Home
last modified time | relevance | path

Searched refs:s3_1 (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/Sema/
Dpragma-align-packed.c30 struct s3_1 { unsigned char f0; unsigned int f1; }; argument
31 int t3_1[sizeof(struct s3_1) == 8 ? 1 : -1];
Dpragma-pack-2.c29 struct s3_1 { struct
34 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1]; argument
/external/llvm-project/clang/test/Sema/
Dpragma-align-packed.c30 struct s3_1 { unsigned char f0; unsigned int f1; }; argument
31 int t3_1[sizeof(struct s3_1) == 8 ? 1 : -1];
Dpragma-pack-2.c29 struct s3_1 { struct
34 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1]; argument
/external/clang/test/CodeGenCXX/
Dx86_32-arguments.cpp77 struct s3_1 { double x; }; argument
78 struct s3_2 : s3_0, s3_1 { };
Dx86_64-arguments.cpp24 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/
Dx86_32-arguments.cpp77 struct s3_1 { double x; }; struct
78 struct s3_2 : s3_0, s3_1 { };
Dx86_64-arguments.cpp24 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/
Dconvolve_neon.h74 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/
Dpacked-structure.c94 int s3_1 = __alignof(((struct s3*) 0)->anInt); variable
/external/llvm-project/clang/test/CodeGen/
Dpacked-structure.c94 int s3_1 = __alignof(((struct s3*) 0)->anInt); variable
/external/llvm-project/llvm/test/DebugInfo/X86/
Dtype_units_with_addresses.ll31 ; 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/
Dtype_units_with_addresses.ll32 ; 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/
Dproperty-10.m15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar… property
/external/clang/test/SemaObjC/
Dproperty-10.m15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar… property
/external/tensorflow/tensorflow/python/kernel_tests/
Dconcat_op_test.py756 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")