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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
arm-inline-asm.c 4 void t1 (void *f, int g) { function
asm_64.c 3 // CHECK-LABEL: @t1
4 void t1() { function
attr-noinline.c 4 void t1() __attribute__((noinline));
6 void t1() function
2006-01-16-BitCountIntrinsicsUnsigned.c 8 int t1(int X) { function
9 // CHECK: t1
arm-asm.c 3 int t1() { function
vla-4.c 6 void t1() { function
  /external/llvm/test/MC/Mips/
cpsetup-bad.s 1 # RUN: not llvm-mc %s -triple mips64-unknown-unknown 2>%t1
2 # RUN: FileCheck %s < %t1 -check-prefix=ASM
6 t1: label
  /toolchain/binutils/binutils-2.27/gold/testsuite/
protected_2.cc 28 t1() function
start_lib_test_1.c 25 extern void t1 (void);
29 t1 (void) function
thin_archive_test_1.cc 34 t1() function
ver_test_1.cc 29 t1() function
weak_alias_test_4.cc 37 t1() function
exception_test_1.cc 37 t1() function
incremental_test_1.c 23 extern int t1(int);
25 int t1(int b) function
script_test_5.cc 28 t1() __attribute__ ((section (".text.foo")));
31 t1() function
41 if (t1())
  /external/clang/test/CXX/except/except.spec/
template.cpp 8 void (*t1)() throw(int) = &f1<0>; variable
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
constr.fail.cpp 24 volatile std::thread t1; local
25 std::thread t2 ( t1, 1, 2.0 );
  /external/libcxx/test/std/utilities/ratio/ratio.ratio/
ratio1.fail.cpp 17 const std::intmax_t t1 = std::ratio<1, 0>::num; local
ratio2.fail.cpp 18 const std::intmax_t t1 = std::ratio<0x8000000000000000ULL, 1>::num; local
ratio3.fail.cpp 18 const std::intmax_t t1 = std::ratio<1, 0x8000000000000000ULL>::num; local
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
constr.fail.cpp 24 volatile std::thread t1; local
25 std::thread t2 ( t1, 1, 2.0 );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/ratio/ratio.ratio/
ratio1.fail.cpp 17 const std::intmax_t t1 = std::ratio<1, 0>::num; local
ratio2.fail.cpp 18 const std::intmax_t t1 = std::ratio<0x8000000000000000ULL, 1>::num; local
ratio3.fail.cpp 18 const std::intmax_t t1 = std::ratio<1, 0x8000000000000000ULL>::num; local
  /bionic/libc/tzcode/
difftime.c 25 double t1 = time1, t0 = time0; local
26 return t1 - t0;
38 uintmax_t t1 = time1, t0 = time0; local
39 return time0 <= time1 ? t1 - t0 : dminus(t0 - t1);
55 long double t1 = time1, t0 = time0; local
56 return t1 - t0;

Completed in 1200 milliseconds

1 2 3 4 5 6 7 8 91011>>