Searched defs:t1 (Results 1 - 25 of 714) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dasm_64.c3 // CHECK-LABEL: @t1
4 void t1() { function
H A Dattr-noinline.c4 void t1() __attribute__((noinline));
6 void t1() function
H A Darm-asm.c3 int t1() { function
H A Dvla-4.c6 void t1() { function
H A D2006-01-16-BitCountIntrinsicsUnsigned.c8 int t1(int X) { function
9 // CHECK: t1
H A Darm-fp16-arguments.c7 void t1(__fp16 a) { g = a; } function
8 // SOFT: define void @t1(i32 [[PARAM:%.*]])
10 // HARD: define arm_aapcs_vfpcc void @t1(float [[PARAM:%.*]])
14 // NATIVE: define void @t1(half [[PARAM:%.*]])
H A Darm-inline-asm.c4 void t1 (void *f, int g) { function
H A Dattr-naked.c3 void t1() __attribute__((naked));
7 // CHECK: define void @t1() [[NAKED:#[0-9]+]] {
8 void t1() function
H A Dattr-nodebug.c3 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"
H A Dms-inline-asm-avx512.c4 void t1() { function
5 // CHECK: @t1
/external/llvm/test/MC/Mips/
H A Dcpsetup-bad.s1 # RUN: not llvm-mc %s -triple mips64-unknown-unknown 2>%t1
2 # RUN: FileCheck %s < %t1 -check-prefix=ASM
6 t1: label
/external/clang/test/CXX/except/except.spec/
H A Dtemplate.cpp8 void (*t1)() throw(int) = &f1<0>; variable
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
H A Dconstr.fail.cpp24 volatile std::thread t1; local
25 std::thread t2 ( t1, 1, 2.0 );
/external/libcxx/test/std/utilities/ratio/ratio.ratio/
H A Dratio1.fail.cpp17 const std::intmax_t t1 = std::ratio<1, 0>::num; local
H A Dratio2.fail.cpp18 const std::intmax_t t1 = std::ratio<0x8000000000000000ULL, 1>::num; local
H A Dratio3.fail.cpp18 const std::intmax_t t1 = std::ratio<1, 0x8000000000000000ULL>::num; local
/external/clang/test/PCH/
H A Dcxx-static_assert.cpp18 T<1> t1; // expected-note {{in instantiation of template class 'T<1>' requested here}} variable
/external/clang/test/Sema/
H A Dsign-conversion.c7 unsigned t1 = (t0 == 5 ? x : 0); // expected-warning {{operand of ? changes signedness}} local
/external/jemalloc/test/include/test/
H A Dtimer.h5 nstime_t t1; member in struct:__anon8411
/external/libcxx/test/std/language.support/support.rtti/type.info/
H A Dtype_info_hash.pass.cpp18 const std::type_info& t1 = typeid(int); local
21 assert(t1.hash_code() == t2.hash_code());
22 assert(t1.hash_code() != t3.hash_code());
/external/libcxx/test/std/re/re.traits/
H A Ddefault.pass.cpp28 std::regex_traits<char> t1; local
29 assert(t1.getloc().name() == "C");
35 std::regex_traits<char> t1; local
36 assert(t1.getloc().name() == LOCALE_en_US_UTF_8);
H A Dgetloc.pass.cpp27 std::regex_traits<char> t1; local
28 assert(t1.getloc().name() == "C");
34 std::regex_traits<char> t1; local
35 assert(t1.getloc().name() == LOCALE_en_US_UTF_8);
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_swappable_include_order.pass.cpp38 T t1 = {}; 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.hires/
H A Dnow.pass.cpp22 C::time_point t1 = C::now(); local
23 assert(t1.time_since_epoch().count() != 0);
24 assert(C::time_point::min() < t1);
25 assert(C::time_point::max() > t1);
/external/libcxx/test/std/utilities/time/time.clock/time.clock.steady/
H A Dnow.pass.cpp24 C::time_point t1 = C::now(); local
26 assert(t2 >= t1);

Completed in 799 milliseconds

1234567891011>>