/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 134 struct t14 struct 146 static_assert(offsetof(struct t14, bar1) == 10); argument 147 static_assert(offsetof(struct t14, bar2) == 12); 148 static_assert(sizeof(struct t14) == 16);
|
/external/clang/test/CodeGen/ |
D | arm-aapcs-zerolength-bitfield.c | 133 struct t14 struct 145 static int arr14_bar1_offset[(offsetof(struct t14, bar1) == 10) ? 0 : -1]; argument 146 static int arr14_bar2_offset[(offsetof(struct t14, bar2) == 12) ? 0 : -1]; 147 static int arr14_sizeof[(sizeof(struct t14) == 16) ? 0 : -1];
|
D | arm-apcs-zerolength-bitfield.c | 137 struct t14 struct 149 static int arr14_bar1_offset[(offsetof(struct t14, bar1) == 10) ? 0 : -1]; argument 150 static int arr14_bar2_offset[(offsetof(struct t14, bar2) == 12) ? 0 : -1]; 151 static int arr14_sizeof[(sizeof(struct t14) == 16) ? 0 : -1];
|
D | attributes.c | 12 void t14(void) { in t14() function
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 19 %t14 = mul i32 %t13, %t13 20 %t15 = mul i32 %t14, %t14
|
D | fast-mightymul.ll | 19 %t14 = fmul fast float %t13, %t13 20 %t15 = fmul fast float %t14, %t14
|
D | 2012-05-08-UndefLeak.ll | 26 %t14 = add i64 %x0, 15 44 %t32 = add i64 %t31, %t14 61 %t49 = add i64 %t48, %t14
|
/external/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 75 %t14 = add i32 %t13, 1 76 %t15 = add i32 %t14, 1 116 %t14 = add i32 %t13, 1 117 %t15 = add i32 %t14, 1
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | unreachable.ll | 36 %t14 = getelementptr inbounds i32, i32* %x, i64 3 37 store i32 %t4.0, i32* %t14, align 4
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 111 int t14 = __extension__(t13); 113 unsigned t16 = t14 ^ t15; 114 int t17 = t14 % t15;
|
/external/clang/test/Sema/ |
D | return-silent.c | 4 int t14() { in t14() function
|
D | function.c | 39 int t14() { in t14() function
|
D | thread-specifier.c | 60 __thread typedef int t14; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_l… typedef
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 435 int t14[F(__is_floating_point(unsigned char))]; in is_floating_point() local 463 int t14[T(__is_arithmetic(unsigned char))]; in is_arithmetic() local 495 int t14[T(__is_complete_type(unsigned char))]; in is_complete_type() local 519 int t14[F(__is_void(char))]; in is_void() local 549 int t14[F(__is_array(long double))]; in is_array() local 588 int t14[F(__is_function(long double))]; in is_function() local 646 int t14[F(__is_rvalue_reference(int))]; in is_rvalue_reference() local 661 int t14[T(__is_fundamental(unsigned char))]; in is_fundamental() local 712 int t14[T(__is_scalar(unsigned long))]; in is_scalar() local 781 int t14[T(__is_pointer(void (*)()))]; in is_pointer() local [all …]
|
/external/musl/src/math/ |
D | lgamma_r.c | 115 t14 = 3.35529192635519073543e-04, /* 0x3F35FD3E, 0xE8C2D3F4 */ variable 245 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __lgamma_r()
|
D | lgammaf_r.c | 50 t14 = 3.3552918467e-04, /* 0x39afe9f7 */ variable 180 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __lgammaf_r()
|
/external/clang/test/Analysis/ |
D | free.c | 67 void t14 (char a) { in t14() function
|
/external/fdlibm/ |
D | e_lgamma_r.c | 123 t14 = 3.35529192635519073543e-04, /* 0x3F35FD3E, 0xE8C2D3F4 */ variable 267 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 91 %t14 = icmp ugt i32 %n14, -4 92 %m14 = select i1 %t14, i32 %n14, i32 -4
|
/external/libaom/libaom/av1/common/arm/ |
D | wiener_convolve_neon.c | 84 uint8x8_t t8, t9, t10, t11, t12, t13, t14; in av1_wiener_convolve_add_src_neon() local 115 load_u8_8x8(s, src_stride, &t7, &t8, &t9, &t10, &t11, &t12, &t13, &t14); in av1_wiener_convolve_add_src_neon() 116 transpose_u8_8x8(&t7, &t8, &t9, &t10, &t11, &t12, &t13, &t14); in av1_wiener_convolve_add_src_neon() 185 t6 = t14; in av1_wiener_convolve_add_src_neon()
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-ldr-str-thumb-neg-index.ll | 120 define void @t14(i16* nocapture %ptr) nounwind { 122 ; THUMB: t14
|
D | apcs-vfp.ll | 139 define arm_aapcs_vfpcc double @t14(double %x) { 140 ; CHECK-LABEL: t14:
|
D | fast-isel-ldrh-strh-arm.ll | 132 define signext i8 @t14(i8* nocapture %a) nounwind uwtable readonly ssp { 134 ; ARM: t14
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-mul.ll | 144 define i64 @t14(i32 %a, i64 %b) nounwind { 146 ; CHECK-LABEL: t14:
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-rem.ll | 58 %t14 = icmp sgt i64 %arg1, 0 ; <i1> [#uses=1] 59 br i1 %t14, label %bb15, label %bb49
|