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

/external/clang/test/CodeGen/
H A Darm-aapcs-zerolength-bitfield.c209 struct t21 struct
229 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 4) ? 0 : -1];
230 static int arr21_bar2_offset[(offsetof(struct t21, bar2) == 8) ? 0 : -1];
231 static int arr21_bar3_offset[(offsetof(struct t21, bar3) == 12) ? 0 : -1];
232 static int arr21_bar4_offset[(offsetof(struct t21, bar4) == 28) ? 0 : -1];
233 static int arr21_sizeof[(sizeof(struct t21) == 40) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c213 struct t21 struct
233 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 8) ? 0 : -1];
234 static int arr21_bar2_offset[(offsetof(struct t21, bar2) == 12) ? 0 : -1];
235 static int arr21_bar3_offset[(offsetof(struct t21, bar3) == 16) ? 0 : -1];
236 static int arr21_bar4_offset[(offsetof(struct t21, bar4) == 32) ? 0 : -1];
237 static int arr21_sizeof[(sizeof(struct t21) == 44) ? 0 : -1];
H A Dattributes.c79 void t21(void) { function
H A Dasm.c165 float t21(long double x) { function
169 // CHECK: @t21
H A Dlibcalls-fno-builtin.c111 long int t21(char **x) { return strtol("1234", x, 10); } function
112 // CHECK: t21
H A Dms-inline-asm.c237 void t21() {
243 // CHECK: t21
/external/clang/test/Sema/
H A Dfunction.c94 void t21(int n, int (*array)[n]);
/external/llvm/test/MC/X86/
H A Dx86-32-ms-inline-asm.s11 _t21: ## @t21
12 // CHECK: t21
/external/clang/test/Coverage/
H A Dc-language-features.inc119 float t21; ++t21; --t21;
/external/eigen/test/
H A Dgeo_transformations.cpp248 Transform2 t20, t21; local
253 t21.setIdentity();
254 t21.linear() = Rotation2D<Scalar>(a).toRotationMatrix();
256 t21.pretranslate(v20).scale(v21).matrix());
258 t21.setIdentity();
259 t21.linear() = Rotation2D<Scalar>(-a).toRotationMatrix();
261 * (t21.prescale(v21.cwiseInverse()).translate(-v20))).matrix().isIdentity(test_precision<Scalar>()) );
404 t21 = Translation2(v20) * Rotation2D<Scalar>(s0) * Scaling(s0);
405 VERIFY_IS_APPROX(t20,t21);
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp321 int t21[F(__is_integral(float))]; local
350 int t21[F(__is_floating_point(unsigned int))]; local
378 int t21[T(__is_arithmetic(unsigned int))]; local
410 int t21[T(__is_complete_type(unsigned int))]; local
434 int t21[F(__is_void(unsigned int))]; local
464 int t21[F(__is_array(unsigned short))]; local
503 int t21[F(__is_function(unsigned short))]; local
576 int t21[T(__is_fundamental(unsigned int))]; local
626 int t21[F(__is_scalar(cvoid))]; local
655 int t21[ local
692 int t21[F(__is_pointer(cvoid))]; local
725 int t21[F(__is_member_object_pointer(Union*))]; local
761 int t21[F(__is_member_function_pointer(Union*))]; local
798 int t21[F(__is_member_pointer(UnionAr*))]; local
838 int t21[T(__is_const(const IntArNB))]; local
887 int t21[T(__is_volatile(volatile IntArNB))]; local
992 int t21[T(__is_trivial(UnionAr))]; local
1026 int t21[T(__is_trivially_copyable(UnionAr))]; local
1121 int t21[F(__is_signed(ClassType))]; local
1149 int t21[F(__is_unsigned(long))]; local
[all...]
/external/eigen/test/eigen2/
H A Deigen2_geometry.cpp235 Transform2 t20, t21; local
240 t21.setIdentity();
241 t21.linear() = Rotation2D<Scalar>(a).toRotationMatrix();
243 t21.pretranslate(v20).scale(v21).matrix());
245 t21.setIdentity();
246 t21.linear() = Rotation2D<Scalar>(-a).toRotationMatrix();
248 * (t21.prescale(v21.cwise().inverse()).translate(-v20))).matrix().isIdentity(test_precision<Scalar>()) );
H A Deigen2_geometry_with_eigen2_prefix.cpp237 Transform2 t20, t21; local
242 t21.setIdentity();
243 t21.linear() = Rotation2D<Scalar>(a).toRotationMatrix();
245 t21.pretranslate(v20).scale(v21).matrix());
247 t21.setIdentity();
248 t21.linear() = Rotation2D<Scalar>(-a).toRotationMatrix();
250 * (t21.prescale(v21.cwise().inverse()).translate(-v20))).matrix().isIdentity(test_precision<Scalar>()) );

Completed in 187 milliseconds