/external/clang/test/CodeGen/ |
ms-declspecs.c | 19 // CHECK: define void @t22() [[NUW:#[0-9]+]] 20 void __declspec(nothrow) t22(); 21 void t22() {}
|
attributes.c | 88 void __attribute__((section(".foo"))) t22(void); 89 void __attribute__((section(".bar"))) t22(void) {} function 91 // CHECK: define void @t22() [[NUW]] section ".bar"
|
asm.c | 175 unsigned char t22(unsigned char a, unsigned char b) { function
|
libcalls-fno-builtin.c | 115 long int t22(char **x) { return strtoll("1234", x, 10); } function 116 // CHECK: t22
|
ms-inline-asm.c | 218 void t22() { 229 // CHECK: t22
|
/external/clang/test/Sema/ |
function.c | 110 void t22(int *ptr, int (*array)[3]) { function
|
/external/skia/tests/ |
PathOpsQuadIntersectionTest.cpp | 458 double t22 = t2Seed + t2Step * 2; local 478 test = quad2.ptAtT(t22); 479 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; 484 t10, t1Seed, t12, t20, t2Seed, t22); 492 SkDPoint p22 = quad2.ptAtT(t22);
|
PathOpsCubicIntersectionTest.cpp | 493 double t22 = t2Seed + t2Step * 2; local 513 test = cubic2.ptAtT(t22); 514 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; 519 t10, t1Seed, t12, t20, t2Seed, t22); 527 SkDPoint p22 = cubic2.ptAtT(t22);
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 348 int t22[F(__is_integral(double))]; local 377 int t22[F(__is_floating_point(long))]; local 405 int t22[T(__is_arithmetic(long))]; local 437 int t22[T(__is_complete_type(long))]; local 461 int t22[F(__is_void(long))]; local 491 int t22[F(__is_array(int))]; local 530 int t22[F(__is_function(int))]; local 603 int t22[T(__is_fundamental(long))]; local 653 int t22[F(__is_scalar(Union))]; local 682 int t22[F(__is_compound(long double))] local 719 int t22[F(__is_pointer(cvoid))]; local 752 int t22[F(__is_member_object_pointer(UnionAr*))]; local 788 int t22[F(__is_member_function_pointer(UnionAr*))]; local 825 int t22[F(__is_member_pointer(StructWithMembers*))]; local 865 int t22[T(__is_const(const Union))]; local 914 int t22[T(__is_volatile(volatile Union))]; local 1032 int t22[T(__is_trivial(TrivialStruct))]; local 1066 int t22[T(__is_trivially_copyable(TrivialStruct))]; local 1161 int t22[F(__is_signed(Derives))]; local 1189 int t22[F(__is_unsigned(Union))]; local [all...] |
/external/pixman/demos/ |
quad2quad.c | 24 t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, local 139 t22 = px2 * px3 * t5; 142 t24 = py1 * (t3 + t23 + t22); [all...] |
/ndk/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 1207 namespace t22 namespace 1262 } // t22 [all...] |