Searched refs:t30 (Results 1 - 8 of 8) sorted by relevance
/external/clang/test/CodeGen/ |
H A D | asm.c | 252 void t30(int len) { function 255 // CHECK: @t30
|
H A D | ms-inline-asm.c | 318 int *t30() 319 // CHECK: t30
|
/external/clang/test/Coverage/ |
H A D | c-language-features.inc | 131 char *t30 = &t28->f0[1];
|
/external/clang/test/SemaCXX/ |
H A D | type-traits.cpp | 422 int t30[F(__is_integral(cvoid))]; local 451 int t30[F(__is_floating_point(cvoid))]; local 480 int t30[F(__is_arithmetic(cvoid))]; local 507 int t30[F(__is_complete_type(AnIncompleteType))]; local 535 int t30[F(__is_void(void*))]; local 565 int t30[F(__is_array(void*))]; local 604 int t30[F(__is_function(void*))]; local 674 int t30[F(__is_fundamental(Union))]; local 756 int t30[F(__is_compound(int))]; local 793 int t30[ local 826 int t30[F(__is_member_object_pointer(ClassType))]; local 862 int t30[F(__is_member_function_pointer(ClassType))]; local 899 int t30[F(__is_member_pointer(Derives))]; local 934 int t30[F(__is_const(char))]; local 983 int t30[F(__is_volatile(char))]; local 1102 int t30[F(__is_trivial(void))]; local 1137 int t30[F(__is_trivially_copyable(void))]; local [all...] |
H A D | constant-expression-cxx11.cpp | 986 T<30> t30; 994 static_assert(&(t30.*deepm) == &t30.m, ""); 1005 constexpr T<5> *p30_5 = &t30; 1008 static_assert(&(p30_5->*(int(T<3>::*))deepn) == &t30.n, ""); 1009 static_assert(&(p30_13->*deepn) == &t30.n, ""); 1010 static_assert(&(p30_23->*deepn) == &t30.n, ""); 1011 static_assert(&(p30_5->*(int(T<2>::*))deepm) == &t30.m, ""); 1012 static_assert(&(((T<17>*)p30_13)->*deepm) == &t30.m, ""); 1013 static_assert(&(p30_23->*deepm) == &t30 [all...] |
/external/opencv3/modules/hal/include/opencv2/hal/ |
H A D | intrin_sse.hpp | 1230 __m128i t30 = _mm_unpacklo_epi8(t20, _mm_unpackhi_epi64(t21, t21)); local 1234 a.val = _mm_unpacklo_epi8(t30, _mm_unpackhi_epi64(t31, t31)); 1235 b.val = _mm_unpacklo_epi8(_mm_unpackhi_epi64(t30, t30), t32);
|
/external/libcxxabi/test/ |
H A D | dynamic_cast3.pass.cpp | 1685 namespace t30 namespace 1743 } // t30 2442 t30::test();
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
H A D | cl.hpp | 6823 T30 t30 = NullType(), 6858 SetArg<30, T30>::set(kernel_, t30);
|
Completed in 360 milliseconds