HomeSort by relevance Sort by last modified time
    Searched defs:t5 (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/clang/test/CodeGen/
ms-inline-asm.c 38 void t5(void) { function
39 // CHECK: @t5
attributes.c 4 // CHECK: @t5 = weak global i32 2
5 int t5 __attribute__((weak)) = 2; variable
complex.c 77 void t5() { function
libcalls-fno-builtin.c 47 double t5(double x) { return floor(x); } function
48 // CHECK: t5
ms_struct-bitfield-1.c 43 } ATTR t5; variable in typeref:struct:__anon6378
44 static int a5[(sizeof(t5) == 4) -1];
ms_struct-bitfield.c 45 } ATTR t5; variable in typeref:struct:__anon6391
121 static int arr5[(sizeof(t5) == 1) -1];
  /external/clang/test/Parser/
ms-inline-asm.c 11 void t5() { function
  /external/clang/test/Sema/
attr-cleanup.c 42 void t5() { function
warn-char-subscripts.c 28 void t5() { function
thread-specifier.c 7 struct t5 { __thread int x; }; // expected-error {{type name does not allow storage class to be specified}} struct
  /external/clang/test/SemaCXX/
trivial-constructor.cpp 21 struct T5 : T1 {
23 static_assert(__has_trivial_constructor(T5), "All the direct base classes of T5 have trivial constructors!");
26 T5 t5; member in struct:T6
trivial-destructor.cpp 21 struct T5 : T1 {
23 static_assert(__has_trivial_destructor(T5), "All the direct base classes of T5 have trivial destructors!");
26 T5 t5; member in struct:T6
vararg-non-pod.cpp 62 void t5() function
  /external/llvm/unittests/Support/
ErrorOrTest.cpp 90 ErrorOr<void> t5() { function
100 ErrorOr<void> b = t5();
  /external/clang/test/Analysis/
free.c 24 void t5 () { function
reference.cpp 49 char t5 (char& r) { function
  /external/valgrind/main/memcheck/tests/
origin3-no.c 21 __attribute__((noinline)) int t5(void);
32 x += t5();
77 __attribute__((noinline)) int t5(void) function
  /cts/tests/tests/app/src/android/app/cts/
ActionBarTest.java 69 Tab t5 = createTab("Tab 0.5"); local
70 mBar.addTab(t5, 0, true);
72 assertEquals(t5, mBar.getSelectedTab());
73 assertEquals(t5, mBar.getTabAt(0));
  /external/openssl/crypto/ec/
ec2_mult.c 155 BIGNUM *t3, *t4, *t5; local
176 t5 = BN_CTX_get(ctx);
177 if (t5 == NULL) goto err;
179 if (!BN_one(t5)) goto err;
196 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
  /external/clang/test/Misc/
integer-literal-printing.cpp 74 struct Type5<scharTy::c, "5"> t5; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type5Helper<(scharTy)'\x00'>::Ty' (aka 'scharTy')}} local
  /external/llvm/include/llvm/Support/
AlignOf.h 173 typename T5 = char, typename T6 = char, typename T7 = char>
175 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; member in class:llvm::detail::AlignerImpl
182 typename T5 = char, typename T6 = char, typename T7 = char>
185 arr5[sizeof(T5)], arr6[sizeof(T6)], arr7[sizeof(T7)];
198 typename T5 = char, typename T6 = char, typename T7 = char>
200 AlignOf<detail::AlignerImpl<T1, T2, T3, T4, T5, T6, T7> >::Alignment,
201 sizeof(detail::SizerImpl<T1, T2, T3, T4, T5, T6, T7>)> {
  /bionic/libc/arch-mips/include/machine/
regdef.h 67 #define t5 $13 macro
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 40 #define t5 $13 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 40 #define t5 $13 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 67 #define t5 $13 macro

Completed in 535 milliseconds

1 2 3