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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
protected_3.cc 30 t2() function
protected_main_3.cc 28 t2() function
start_lib_test_2.c 25 extern void t2 (void);
28 t2 (void) function
thin_archive_test_2.cc 34 t2() function
weak_alias_test_5.cc 32 t2() function
  /external/clang/test/CXX/except/except.spec/
template.cpp 9 void (*t2)() throw() = &f1<0>; // expected-error {{not superset}} variable
  /external/clang/test/CodeGen/
2006-01-16-BitCountIntrinsicsUnsigned.c 3 unsigned t2(unsigned X) { function
4 // CHECK: t2
vla-4.c 13 void t2() { function
arm-fp16-arguments.c 17 __fp16 t2() { return g; } function
18 // SOFT: define i32 @t2()
19 // HARD: define arm_aapcs_vfpcc float @t2()
20 // NATIVE: define half @t2()
arm-neon-misc.c 24 void t2(uint64_t *src1, uint8_t *src2, uint64x2_t *dst) { function
25 // CHECK: @t2
arm-vaarg-align.c 22 double t2(int i, ...) { function
23 // AAPCS: t2
24 // APCS-GNU: t2
attr-naked.c 14 // CHECK: define void @t2() [[NAKED]] {
15 __attribute((naked, always_inline)) void t2() { function
attr-nodebug.c 11 void t2() function
23 // CHECK-LABEL: @t2
28 // We should see a function description for t2 but not t1.
30 // CHECK: DISubprogram(name: "t2"
ms-inline-asm-avx512.c 14 void t2() { function
15 // CHECK: @t2
  /external/libcxx/test/std/utilities/type.index/type.index.overview/
copy_ctor.pass.cpp 22 std::type_index t2 = t1; local
23 assert(t2 == t1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/type.index/type.index.overview/
copy_ctor.pass.cpp 22 std::type_index t2 = t1; local
23 assert(t2 == t1);
  /external/clang/test/PCH/
cxx-static_assert.cpp 19 T<2> t2; variable
  /external/libcxx/test/std/language.support/support.rtti/type.info/
type_info_hash.pass.cpp 19 const std::type_info& t2 = typeid(int); local
21 assert(t1.hash_code() == t2.hash_code());
  /external/libcxx/test/std/re/re.traits/
default.pass.cpp 30 std::regex_traits<wchar_t> t2; local
31 assert(t2.getloc().name() == "C");
37 std::regex_traits<wchar_t> t2; local
38 assert(t2.getloc().name() == LOCALE_en_US_UTF_8);
getloc.pass.cpp 29 std::regex_traits<wchar_t> t2; local
30 assert(t2.getloc().name() == "C");
36 std::regex_traits<wchar_t> t2; local
37 assert(t2.getloc().name() == LOCALE_en_US_UTF_8);
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_swappable_include_order.pass.cpp 39 T t2 = {}; local
40 std::iter_swap(t1, t2);
41 std::swap_ranges(t1, t1 + 17, t2);
  /external/libcxx/test/std/utilities/time/time.clock/time.clock.steady/
now.pass.cpp 25 C::time_point t2 = C::now(); local
26 assert(t2 >= t1);
  /external/libcxx/test/std/utilities/type.index/type.index.members/
eq.pass.cpp 23 std::type_index t2 = typeid(int); local
25 assert(t1 == t2);
lt.pass.cpp 25 std::type_index t2 = typeid(int); local
27 assert(!(t1 < t2));
28 assert( (t1 <= t2));
29 assert(!(t1 > t2));
30 assert( (t1 >= t2));
  /external/llvm/test/MC/Mips/
asciiz-directive.s 8 t2: label
10 # CHECK-LABEL: t2

Completed in 1123 milliseconds

1 2 3 4 5 6 7 8 91011>>