Searched defs:t22 (Results 1 - 9 of 9) sorted by relevance
/external/clang/test/CodeGen/ |
H A D | 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"
|
H A D | libcalls-fno-builtin.c | 115 long int t22(char **x) { return strtoll("1234", x, 10); } function 116 // CHECK: t22
|
H A D | asm.c | 175 unsigned char t22(unsigned char a, unsigned char b) { function
|
/external/clang/test/CodeGenCXX/ |
H A D | aarch64-aapcs-zerolength-bitfield.cpp | 237 struct t22 struct 243 static_assert(alignof(struct t22) == 2); 244 static_assert(offsetof(struct t22, bar) == 2);
|
/external/clang/test/Sema/ |
H A D | function.c | 110 void t22(int *ptr, int (*array)[3]) { function
|
/external/libcxxabi/test/ |
H A D | dynamic_cast3.pass.cpp | 1208 namespace t22 namespace 1263 } // t22 2434 t22::test();
|
/external/skia/tests/ |
H A D | PathOpsQuadIntersectionTest.cpp | 451 double t22 = t2Seed + t2Step * 2; local 471 test = quad2.ptAtT(t22); 472 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; 477 t10, t1Seed, t12, t20, t2Seed, t22); 485 SkDPoint p22 = quad2.ptAtT(t22);
|
H A D | PathOpsCubicIntersectionTest.cpp | 556 double t22 = t2Seed + t2Step * 2; local 576 test = cubic2.ptAtT(t22); 577 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; 582 t10, t1Seed, t12, t20, t2Seed, t22); 590 SkDPoint p22 = cubic2.ptAtT(t22);
|
/external/clang/test/SemaCXX/ |
H A D | type-traits.cpp | 391 int t22[F(__is_integral(double))]; local 420 int t22[F(__is_floating_point(long))]; local 448 int t22[T(__is_arithmetic(long))]; local 480 int t22[T(__is_complete_type(long))]; local 504 int t22[F(__is_void(long))]; local 534 int t22[F(__is_array(int))]; local 573 int t22[F(__is_function(int))]; local 646 int t22[T(__is_fundamental(long))]; local 696 int t22[F(__is_scalar(Union))]; local 725 int t22[ local 762 int t22[F(__is_pointer(cvoid))]; local 795 int t22[F(__is_member_object_pointer(UnionAr*))]; local 831 int t22[F(__is_member_function_pointer(UnionAr*))]; local 868 int t22[F(__is_member_pointer(StructWithMembers*))]; local 908 int t22[T(__is_const(const Union))]; local 957 int t22[T(__is_volatile(volatile Union))]; local 1075 int t22[T(__is_trivial(TrivialStruct))]; local 1109 int t22[T(__is_trivially_copyable(TrivialStruct))]; local 1207 int t22[F(__is_signed(Derives))]; local 1235 int t22[F(__is_unsigned(Union))]; local [all...] |
Completed in 500 milliseconds