HomeSort by relevance Sort by last modified time
    Searched refs:t24 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
asm.c 196 void *t24(char c) { function
198 // CHECK: @t24
libcalls-fno-builtin.c 123 long int t24(char **x) { return strtoull("1234", x, 10); } function
124 // CHECK: t24
ms-inline-asm.c 274 void t24() {
276 // CHECK: t24
  /external/clang/test/SemaCXX/
type-traits.cpp 324 int t24[F(__is_integral(Union))]; local
353 int t24[F(__is_floating_point(Union))]; local
382 int t24[F(__is_arithmetic(Union))]; local
413 int t24[T(__is_complete_type(ACompleteType))]; local
437 int t24[F(__is_void(Union))]; local
467 int t24[F(__is_array(long))]; local
506 int t24[F(__is_function(long))]; local
579 int t24[T(__is_fundamental(void))]; local
629 int t24[F(__is_scalar(Derives))]; local
658 int t24[F(__is_compound(char))] local
695 int t24[F(__is_pointer(int))]; local
728 int t24[F(__is_member_object_pointer(void))]; local
764 int t24[F(__is_member_function_pointer(void))]; local
801 int t24[F(__is_member_pointer(cvoid))]; local
995 int t24[T(__is_trivial(AllDeleted))]; local
1029 int t24[T(__is_trivially_copyable(AllDefaulted))]; local
1124 int t24[F(__is_signed(IntArNB))]; local
1152 int t24[F(__is_unsigned(Derives))]; local
    [all...]

Completed in 253 milliseconds