Searched refs:t15 (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Sema/
H A Dreturn-silent.c8 void t15() { function
H A Dthread-specifier.c61 __thread int t15; // expected-note {{previous definition is here}} variable
62 extern int t15; // expected-error {{non-thread-local declaration of 't15' follows thread-local declaration}}
H A Dreturn.c10 void t15() { function
11 return 1; // expected-warning {{void function 't15' should not return a value}}
/external/clang/test/CodeGen/
H A Dattributes.c33 // CHECK: declare extern_weak i32 @t15()
34 int __attribute__((weak_import)) t15(void);
36 return t15() + t16;
H A Darm-aapcs-zerolength-bitfield.c149 struct t15 struct
158 static int arr15_offset[(offsetof(struct t15, bar) == 4) ? 0 : -1];
159 static int arr15_sizeof[(sizeof(struct t15) == 8) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c153 struct t15 struct
162 static int arr15_offset[(offsetof(struct t15, bar) == 4) ? 0 : -1];
163 static int arr15_sizeof[(sizeof(struct t15) == 8) ? 0 : -1];
H A Dasm.c96 unsigned long t15(int x, struct large *P) { function
H A Dlibcalls-fno-builtin.c94 size_t t15(void) { return strlen("foo"); } function
95 // CHECK: t15
H A Dms-inline-asm.c151 void t15() {
152 // CHECK: t15
/external/clang/test/Analysis/
H A Dfree.c72 void t15 () { function
/external/clang/test/Coverage/
H A Dc-language-features.inc112 int t15 = +t13;
113 unsigned t16 = t14 ^ t15;
114 int t17 = t14 % t15;
/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp150 struct t15 struct
159 static_assert(offsetof(struct t15, bar) == 4);
160 static_assert(sizeof(struct t15) == 8);
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp436 //int t15[F(__is_floating_point(char16_t))];
464 //int t15[T(__is_arithmetic(char16_t))];
496 //int t15[T(__is_complete_type(char16_t))];
520 int t15[F(__is_void(signed char))]; local
550 int t15[F(__is_array(bool))]; local
589 int t15[F(__is_function(bool))]; local
647 int t15[F(__is_rvalue_reference(const int))]; local
662 //int t15[T(__is_fundamental(char16_t))];
713 int t15[T(__is_scalar(Enum))]; local
811 int t15[ local
847 int t15[F(__is_member_function_pointer(int*))]; local
884 int t15[F(__is_member_pointer(int**))]; local
924 int t15[T(__is_const(const unsigned long))]; local
973 int t15[T(__is_volatile(volatile unsigned long))]; local
1091 int t15[T(__is_trivial(unsigned short))]; local
1125 int t15[T(__is_trivially_copyable(unsigned short))]; local
1204 int t15[F(__is_standard_layout(CppStructNonStandardByBaseAr))]; local
1223 int t15[F(__is_signed(unsigned char))]; local
[all...]
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c2721 t15, t16, t17; local
2869 t15 = newTemp(Ity_I8);
2962 /* t15 holds abs(t12). */
2963 assign(t15, IRExpr_ITE(mkexpr(t13),
2991 /* t17 = t15|t11|t7|t3 */
2994 binop(Iop_8HLto16, mkexpr(t15), mkexpr(t11)),
3510 t15 = newTemp(Ity_I8);
3512 assign(t15, unop(Iop_32to8,
3517 assign(t1, binop(Iop_Sar64, mkexpr(t0), mkexpr(t15)));
3520 mkexpr(t15)),
[all...]
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp795 namespace t15 namespace
848 } // t15
2433 t15::test();

Completed in 1644 milliseconds