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

  /external/clang/test/CodeGen/
attributes.c 16 // CHECK: @t18 = global i32 1, align 4
17 extern int t18 __attribute__((weak_import));
18 int t18 = 1; variable
arm-aapcs-zerolength-bitfield.c 180 struct t18 struct
186 static int arr18_sizeof[(sizeof(struct t18) == 0) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 184 struct t18 struct
190 static int arr18_sizeof[(sizeof(struct t18) == 0) ? 0 : -1];
asm.c 132 int t18(unsigned data) { function
137 // CHECK: t18(i32
libcalls-fno-builtin.c 106 double t18(char **x) { return strtod("123.4", x); } function
107 // CHECK: t18
  /external/clang/test/Sema/
thread-specifier.c 69 extern _Thread_local int t18; // expected-note {{previous declaration is here}}
70 thread_local int t18; // expected-error {{thread-local declaration of 't18' with dynamic initialization follows declaration with static initialization}} variable
function.c 83 unknown_type t18(void*) { // expected-error {{unknown type name 'unknown_type'}} expected-error{{parameter name omitted}} function
  /external/clang/test/CodeGenCXX/
aarch64-aapcs-zerolength-bitfield.cpp 181 struct t18 struct
187 static_assert(sizeof(struct t18) == 8);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 90 t18 = 5.99347334438437081412945428365433073e-05L, variable
286 y*(t17+y*(t18+y*(t19+y*(t20+y*(t21+y*(t22+y*(t23+
  /external/clang/test/SemaCXX/
type-traits.cpp 439 int t18[F(__is_floating_point(short))]; local
467 int t18[T(__is_arithmetic(short))]; local
499 int t18[T(__is_complete_type(short))]; local
523 int t18[F(__is_void(short))]; local
553 int t18[F(__is_array(unsigned char))]; local
592 int t18[F(__is_function(unsigned char))]; local
665 int t18[T(__is_fundamental(short))]; local
814 int t18[F(__is_member_object_pointer(Derives*))]; local
850 int t18[F(__is_member_function_pointer(Derives*))]; local
887 int t18[F(__is_member_pointer(Enum*))] local
927 int t18[T(__is_const(const ClassType))]; local
976 int t18[T(__is_volatile(volatile ClassType))]; local
1094 int t18[T(__is_trivial(Enum))]; local
1128 int t18[T(__is_trivially_copyable(Enum))]; local
1226 int t18[F(__is_signed(unsigned long))]; local
1254 int t18[F(__is_unsigned(wchar_t))]; local
1686 int t18[F(__is_base_of(Base[10], Derived[10]))]; local
    [all...]
  /external/libcxxabi/test/
dynamic_cast3.pass.cpp 982 namespace t18 namespace
1037 } // t18
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1176 double t18 = 18.0 + t17; local
    [all...]

Completed in 716 milliseconds