Searched refs:t18 (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/CodeGen/
H A Dattributes.c16 // CHECK: @t18 = global i32 1, align 4
17 extern int t18 __attribute__((weak_import));
18 int t18 = 1; variable
H A Darm-aapcs-zerolength-bitfield.c180 struct t18 struct
186 static int arr18_sizeof[(sizeof(struct t18) == 0) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c184 struct t18 struct
190 static int arr18_sizeof[(sizeof(struct t18) == 0) ? 0 : -1];
H A Dasm.c132 int t18(unsigned data) { function
137 // CHECK: t18(i32
H A Dlibcalls-fno-builtin.c99 double t18(char **x) { return strtod("123.4", x); } function
100 // CHECK: t18
/external/clang/test/Sema/
H A Dthread-specifier.c69 extern _Thread_local int t18; // expected-note {{previous declaration is here}}
70 thread_local int t18; // expected-error {{thread-local declaration of 't18' with dynamic initialization follows declaration with static initialization}} variable
H A Dfunction.c83 unknown_type t18(void*) { // expected-error {{unknown type name 'unknown_type'}} expected-error{{parameter name omitted}} function
/external/clang/test/Coverage/
H A Dc-language-features.inc116 float t18;
117 int t19 = t18 ? 0 : 1;
/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp181 struct t18 struct
187 static_assert(sizeof(struct t18) == 8);
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp439 int t18[F(__is_floating_point(short))]; local
467 int t18[T(__is_arithmetic(short))]; local
499 int t18[T(__is_complete_type(short))]; local
523 int t18[F(__is_void(short))]; local
553 int t18[F(__is_array(unsigned char))]; local
592 int t18[F(__is_function(unsigned char))]; local
665 int t18[T(__is_fundamental(short))]; local
814 int t18[F(__is_member_object_pointer(Derives*))]; local
850 int t18[F(__is_member_function_pointer(Derives*))]; local
887 int t18[ local
927 int t18[T(__is_const(const ClassType))]; local
976 int t18[T(__is_volatile(volatile ClassType))]; local
1094 int t18[T(__is_trivial(Enum))]; local
1128 int t18[T(__is_trivially_copyable(Enum))]; local
1226 int t18[F(__is_signed(unsigned long))]; local
1254 int t18[F(__is_unsigned(wchar_t))]; local
1683 int t18[F(__is_base_of(Base[10], Derived[10]))]; local
[all...]
/external/opencv3/modules/calib3d/src/
H A Dupnp.cpp416 double t18 = pow( m[8], 2 ); local
424 *P.ptr<double>(1,0) = t15 - 2 * m[7] * m[1] + t4 + t18 - 2 * m[8] * m[2] + t8;
428 *P.ptr<double>(3,0) = t15 - 2 * m[7] * m[4] + t1 + t18 - 2 * m[8] * m[5] + t5;
432 *P.ptr<double>(5,0) = t26 - 2 * m[10] * m[7] + t15 + t29 - 2 * m[11] * m[8] + t18;
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp976 namespace t18 namespace
1031 } // t18
2430 t18::test();
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl.hpp6811 T18 t18 = NullType(),
6846 SetArg<18, T18>::set(kernel_, t18);

Completed in 432 milliseconds