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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
attr-noinline.c 4 void t1() __attribute__((noinline));
6 void t1() function
arm-inline-asm.c 4 void t1 (void *f, int g) { function
attr-nodebug.c 3 void t1() __attribute__((nodebug));
5 void t1() function
18 // CHECK-LABEL: @t1
28 // We should see a function description for t2 but not t1.
29 // CHECK-NOT: DISubprogram(name: "t1"
31 // CHECK-NOT: DISubprogram(name: "t1"
  /toolchain/binutils/binutils-2.27/gold/testsuite/
exception_test.h 26 extern bool t1();
incremental_test_2.c 23 extern int t1(int);
26 if (t1(b) != 0)
start_lib_test_1.c 25 extern void t1 (void);
29 t1 (void) function
script_test_5.cc 28 t1() __attribute__ ((section (".text.foo")));
31 t1() function
41 if (t1())
protected_2.cc 28 t1() function
thin_archive_test_1.cc 34 t1() function
ver_test_1.cc 29 t1() function
incremental_test_1.c 23 extern int t1(int);
25 int t1(int b) function
relro_test_main.cc 25 extern bool t1();
31 assert(t1());
thin_archive_main.cc 24 // routine, t1, defined in libthin1.a or libthin3.a, which then references
30 extern int t1();
37 assert(t1() == 0x4321);
weak_undef.h 23 extern int t1();
exception_test_main.cc 33 assert(t1());
start_lib_test_main.c 25 extern void t1 (void);
31 t1 ();
  /external/libcxx/test/std/utilities/type.index/type.index.members/
lt.pass.cpp 24 std::type_index t1 = typeid(int); local
27 assert(!(t1 < t2));
28 assert( (t1 <= t2));
29 assert(!(t1 > t2));
30 assert( (t1 >= t2));
31 if (t1 < t3)
33 assert( (t1 < t3));
34 assert( (t1 <= t3));
35 assert(!(t1 > t3));
36 assert(!(t1 >= t3))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/type.index/type.index.members/
lt.pass.cpp 24 std::type_index t1 = typeid(int); local
27 assert(!(t1 < t2));
28 assert( (t1 <= t2));
29 assert(!(t1 > t2));
30 assert( (t1 >= t2));
31 if (t1 < t3)
33 assert( (t1 < t3));
34 assert( (t1 <= t3));
35 assert(!(t1 > t3));
36 assert(!(t1 >= t3))
    [all...]
  /external/libcxx/test/std/utilities/type.index/type.index.overview/
copy_ctor.pass.cpp 21 std::type_index t1(typeid(int));
22 std::type_index t2 = t1;
23 assert(t2 == t1);
copy_assign.pass.cpp 21 std::type_index t1(typeid(int));
23 assert(t2 != t1);
24 t2 = t1;
25 assert(t2 == t1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/type.index/type.index.overview/
copy_ctor.pass.cpp 21 std::type_index t1(typeid(int));
22 std::type_index t2 = t1;
23 assert(t2 == t1);
copy_assign.pass.cpp 21 std::type_index t1(typeid(int));
23 assert(t2 != t1);
24 t2 = t1;
25 assert(t2 == t1);
  /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 );
  /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 );
  /external/valgrind/none/tests/mips32/
LoadStore.c 23 // sb $t0, 0($t1)
52 // swl $t0, 3($t1)
53 // swr $t0, 0($t1)
61 "swl $t0, 3($t1) \n\t" \
62 "swr $t0, 0($t1) \n\t" \
68 printf("swl $t0, 3($t1)\nswr $t0, 0($t1)\n" \
146 TESTINST1("sb $t0, 0($t1)", 0, 0, t0, t1);
147 TESTINST1("sb $t0, 0($t1)", 0x31415927, 0, t0, t1)
    [all...]

Completed in 1357 milliseconds

1 2 3 4 5 6 7 8 91011>>