Searched refs:t24 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Coverage/
H A Dc-language-features.inc122 int t24 = !t19;
123 int t25 = __real t24;
124 int t26 = __imag t24;
/external/clang/test/CodeGen/
H A Dasm.c196 void *t24(char c) { function
198 // CHECK: @t24
H A Dlibcalls-fno-builtin.c130 long int t24(char **x) { return strtoull("1234", x, 10); } function
131 // CHECK: t24
H A Dms-inline-asm.c256 void t24() {
258 // CHECK: t24
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp416 int t24[F(__is_integral(Union))]; local
445 int t24[F(__is_floating_point(Union))]; local
474 int t24[F(__is_arithmetic(Union))]; local
505 int t24[T(__is_complete_type(ACompleteType))]; local
529 int t24[F(__is_void(Union))]; local
559 int t24[F(__is_array(long))]; local
598 int t24[F(__is_function(long))]; local
671 int t24[T(__is_fundamental(void))]; local
721 int t24[F(__is_scalar(Derives))]; local
750 int t24[ local
787 int t24[F(__is_pointer(int))]; local
820 int t24[F(__is_member_object_pointer(void))]; local
856 int t24[F(__is_member_function_pointer(void))]; local
893 int t24[F(__is_member_pointer(cvoid))]; local
1100 int t24[T(__is_trivial(AllDeleted))]; local
1134 int t24[T(__is_trivially_copyable(AllDefaulted))]; local
1232 int t24[F(__is_signed(IntArNB))]; local
1260 int t24[F(__is_unsigned(Derives))]; local
[all...]
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp1328 namespace t24 namespace
1355 t24::A1* getA1() {return A2::getA1();}
1383 } // t24
2442 t24::test();

Completed in 416 milliseconds