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

1 2 3

  /external/clang/test/CodeGen/
asm_arm64.c 35 float t5(float x) { function
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 75 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:__anon23288
44 static int a5[(sizeof(t5) == 4) -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 22 struct t5 { __thread int x; }; 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 74 void t5() function
  /external/clang/test/Analysis/
free.c 24 void t5 () { function
  /cts/tests/tests/app/src/android/app/cts/
ActionBarTest.java 72 Tab t5 = createTab("Tab 0.5"); local
73 mBar.addTab(t5, 0, true);
75 assertEquals(t5, mBar.getSelectedTab());
76 assertEquals(t5, mBar.getTabAt(0));
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 57 unsigned &t5 = (a->var ? a->bitX : a->bitX); // expected-error {{non-const reference cannot bind to bit-field}} local
  /external/clang/test/CodeGenCXX/
rtti-linkage.cpp 162 void t5() { function
  /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/owasp/sanitizer/src/tests/org/owasp/html/
Benchmark.java 98 long t4 = 0, t5 = -1; local
104 t5 = System.nanoTime();
122 "Full sanitize w/ PB : %12d", (t5 - t4)));
  /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
  /bionic/libc/arch-mips/include/machine/
regdef.h 67 #define t5 $13 macro
  /bionic/libc/arch-mips64/include/machine/
regdef.h 74 #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
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 67 #define t5 $13 macro

Completed in 1014 milliseconds

1 2 3