Searched refs:t22 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
H A Dms-declspecs.c25 // CHECK: define void @t22() [[NUW:#[0-9]+]]
26 void __declspec(nothrow) t22();
27 void t22() {}
H A Dattributes.c88 void __attribute__((section(".foo"))) t22(void);
89 void __attribute__((section(".bar"))) t22(void) {} function
91 // CHECK: define void @t22() [[NUW]] section ".bar"
H A Dasm.c175 unsigned char t22(unsigned char a, unsigned char b) { function
H A Dlibcalls-fno-builtin.c122 long int t22(char **x) { return strtoll("1234", x, 10); } function
123 // CHECK: t22
H A Dms-inline-asm.c230 void t22() {
241 // CHECK: t22
/external/clang/test/Coverage/
H A Dc-language-features.inc120 double t22; ++t22; --t22;
/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp237 struct t22 struct
243 static_assert(alignof(struct t22) == 2);
244 static_assert(offsetof(struct t22, bar) == 2);
/external/clang/test/Sema/
H A Dfunction.c110 void t22(int *ptr, int (*array)[3]) { function
/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp471 double t22 = t2Seed + t2Step * 2; local
491 test = quad2.ptAtT(t22);
492 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
497 t10, t1Seed, t12, t20, t2Seed, t22);
505 SkDPoint p22 = quad2.ptAtT(t22);
H A DPathOpsCubicIntersectionTest.cpp579 double t22 = t2Seed + t2Step * 2; local
599 test = c2.ptAtT(t22);
600 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
605 t10, t1Seed, t12, t20, t2Seed, t22);
613 SkDPoint p22 = c2.ptAtT(t22);
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp414 int t22[F(__is_integral(double))]; local
443 int t22[F(__is_floating_point(long))]; local
471 int t22[T(__is_arithmetic(long))]; local
503 int t22[T(__is_complete_type(long))]; local
527 int t22[F(__is_void(long))]; local
557 int t22[F(__is_array(int))]; local
596 int t22[F(__is_function(int))]; local
669 int t22[T(__is_fundamental(long))]; local
719 int t22[F(__is_scalar(Union))]; local
748 int t22[ local
785 int t22[F(__is_pointer(cvoid))]; local
818 int t22[F(__is_member_object_pointer(UnionAr*))]; local
854 int t22[F(__is_member_function_pointer(UnionAr*))]; local
891 int t22[F(__is_member_pointer(StructWithMembers*))]; local
931 int t22[T(__is_const(const Union))]; local
980 int t22[T(__is_volatile(volatile Union))]; local
1098 int t22[T(__is_trivial(TrivialStruct))]; local
1132 int t22[T(__is_trivially_copyable(TrivialStruct))]; local
1230 int t22[F(__is_signed(Derives))]; local
1258 int t22[F(__is_unsigned(Union))]; local
[all...]
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp1214 namespace t22 namespace
1269 } // t22
2440 t22::test();

Completed in 188 milliseconds