/external/clang/test/Sema/ |
H A D | thread-specifier.c | 67 extern thread_local int t17; // expected-note {{previous declaration is here}} 68 _Thread_local int t17; // expected-error {{thread-local declaration of 't17' with static initialization follows declaration with dynamic initialization}} variable
|
H A D | function.c | 80 fn_t t17; variable
|
/external/clang/test/CodeGen/ |
H A D | arm-aapcs-zerolength-bitfield.c | 169 struct t17 struct 177 static int arr17_offset[(offsetof(struct t17, bar) == 4) ? 0 : -1]; 178 static int arr17_sizeof[(sizeof(struct t17) == 8) ? 0 : -1];
|
H A D | arm-apcs-zerolength-bitfield.c | 173 struct t17 struct 181 static int arr17_offset[(offsetof(struct t17, bar) == 4) ? 0 : -1]; 182 static int arr17_sizeof[(sizeof(struct t17) == 8) ? 0 : -1];
|
H A D | attributes.c | 35 int t17() { function
|
H A D | asm.c | 123 void t17() { function 127 // CHECK: @t17()
|
H A D | libcalls-fno-builtin.c | 95 size_t t17(char *x) { return strspn(x, ""); } function 96 // CHECK: t17
|
H A D | ms-inline-asm.c | 161 void t17() { 162 // CHECK: t17
|
/external/clang/test/PCH/ |
H A D | types.c | 68 typeof_17 *t17 = &int_value; variable
|
/external/clang/test/CodeGenCXX/ |
H A D | aarch64-aapcs-zerolength-bitfield.cpp | 170 struct t17 struct 178 static_assert(offsetof(struct t17, bar) == 8); 179 static_assert(sizeof(struct t17) == 16);
|
/external/clang/test/Coverage/ |
H A D | c-language-features.inc | 114 int t17 = t14 % t15;
|
/external/clang/test/SemaCXX/ |
H A D | type-traits.cpp | 438 int t17[F(__is_floating_point(wchar_t))]; local 466 int t17[T(__is_arithmetic(wchar_t))]; local 498 int t17[T(__is_complete_type(wchar_t))]; local 522 int t17[F(__is_void(wchar_t))]; local 552 int t17[F(__is_array(signed char))]; local 591 int t17[F(__is_function(signed char))]; local 664 int t17[T(__is_fundamental(wchar_t))]; local 715 int t17[T(__is_scalar(cvoid*))]; local 813 int t17[F(__is_member_object_pointer(ClassType*))]; local 849 int t17[ local 886 int t17[F(__is_member_pointer(Derives*))]; local 926 int t17[T(__is_const(const void))]; local 975 int t17[T(__is_volatile(volatile void))]; local 1093 int t17[T(__is_trivial(Derives))]; local 1127 int t17[T(__is_trivially_copyable(Derives))]; local 1206 int t17[F(__is_standard_layout(CppStructNonStandardBy2ndVirtBase))]; local 1225 int t17[F(__is_signed(unsigned long long))]; local 1253 int t17[F(__is_unsigned(signed char))]; local [all...] |
H A D | constant-expression-cxx11.cpp | 985 T<17> t17; 989 static_assert(&(t17.*deepn) == &t17.n, ""); 993 constexpr int *pbad = &(t17.*deepm); // expected-error {{constant expression}} 998 constexpr T<5> *p17_5 = &t17; 1001 static_assert(&(p17_5->*(int(T<3>::*))deepn) == &t17.n, ""); 1002 static_assert(&(p17_13->*deepn) == &t17.n, "");
|
/external/libcxxabi/test/ |
H A D | dynamic_cast3.pass.cpp | 915 namespace t17 namespace 974 } // t17 2429 t17::test();
|
/external/valgrind/VEX/priv/ |
H A D | guest_mips_toIR.c | 2721 t15, t16, t17; local 2871 t17 = newTemp(Ity_I32); 2991 /* t17 = t15|t11|t7|t3 */ 2992 assign(t17, 2997 putIReg(rd, mkexpr(t17)); 4226 t17 = newTemp(Ity_I1); 4231 assign(t17, binop(Iop_CmpEQ32, 4235 assign(t1, IRExpr_ITE(mkexpr(t17), 4288 IRExpr_ITE(mkexpr(t17), 9273 t17 [all...] |
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
H A D | cl.hpp | 6810 T17 t17 = NullType(), 6845 SetArg<17, T17>::set(kernel_, t17);
|