Home
last modified time | relevance | path

Searched defs:t20 (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
Dattributes.c74 void t20(void) { in t20() function
Darm-apcs-zerolength-bitfield.c203 struct t20 struct
210 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1]; argument
Darm-aapcs-zerolength-bitfield.c199 struct t20 struct
206 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1]; argument
Dlibcalls-fno-builtin.c114 long double t20(char **x) { return strtold("123.4", x); } in t20() function
Dasm.c154 double t20(double x) { in t20() function
/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp200 struct t20 struct
207 static_assert(offsetof(struct t20, bar) == 8); argument
/external/clang/test/Sema/
Dfunction.c91 void t20(int i...) { } // expected-error {{requires a comma}} in t20() function
/external/clang/test/SemaCXX/
Dtype-traits.cpp441 int t20[F(__is_floating_point(int))]; in is_floating_point() local
469 int t20[T(__is_arithmetic(int))]; in is_arithmetic() local
501 int t20[T(__is_complete_type(int))]; in is_complete_type() local
525 int t20[F(__is_void(int))]; in is_void() local
555 int t20[F(__is_array(short))]; in is_array() local
594 int t20[F(__is_function(short))]; in is_function() local
667 int t20[T(__is_fundamental(int))]; in is_fundamental() local
717 int t20[F(__is_scalar(void))]; in is_scalar() local
746 int t20[F(__is_compound(float))]; in is_compound() local
783 int t20[F(__is_pointer(void))]; in is_pointer() local
[all …]
/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp470 double t20 = t2Seed - t2Step * 2; in intersectionFinder() local
DPathOpsCubicIntersectionTest.cpp579 double t20 = t2Seed - t2Step * 2; in intersectionFinder() local
/external/skqp/tests/
DPathOpsQuadIntersectionTest.cpp470 double t20 = t2Seed - t2Step * 2; in intersectionFinder() local
DPathOpsCubicIntersectionTest.cpp579 double t20 = t2Seed - t2Step * 2; in intersectionFinder() local
/external/eigen/test/
Dgeo_transformations.cpp264 Transform2 t20, t21; in transformations() local
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp1096 namespace t20 namespace