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

1234567891011>>

/external/clang/test/CodeGen/
H A Dattr-noinline.c4 void t1() __attribute__((noinline));
6 void t1() function
H A Darm-asm.c3 int t1() { 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.c4 void t1() __attribute__((nodebug));
6 void 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-inline-asm.c4 void t1 (void *f, int g) { function
/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/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/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/libcxx/test/utilities/type.index/type.index.hash/
H A Dhash.pass.cpp26 std::type_index t1 = typeid(int); local
27 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
/external/libcxx/test/utilities/type.index/type.index.members/
H A Dctor.pass.cpp21 std::type_index t1 = typeid(int); local
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_equal.c42 pthread_equal (pthread_t t1, pthread_t t2) argument
46 * This function returns nonzero if t1 and t2 are equal, else
50 * t1,
56 * This function returns nonzero if t1 and t2 are equal, else
60 * non-zero if t1 and t2 refer to the same thread,
61 * 0 t1 and t2 do not refer to the same thread
72 result = ( t1.p == t2.p && t1.x == t2.x );
/external/chromium_org/v8/test/mjsunit/regress/
H A Dpolymorphic-accessor-test-context.js7 function t1() { return this instanceof t1; } function
/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/libcxx/test/language.support/support.rtti/type.info/
H A Dtype_info.pass.cpp18 const std::type_info& t1 = typeid(int); local
20 assert(t1 == t2);
22 assert(t1 != t3);
23 assert(!t1.before(t2));
24 assert(strcmp(t1.name(), t2.name()) == 0);
25 assert(strcmp(t1.name(), t3.name()) != 0);
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/re/re.traits/
H A Ddefault.pass.cpp25 std::regex_traits<char> t1; local
26 assert(t1.getloc().name() == "C");
32 std::regex_traits<char> t1; local
33 assert(t1.getloc().name() == LOCALE_en_US_UTF_8);
H A Dgetloc.pass.cpp24 std::regex_traits<char> t1; local
25 assert(t1.getloc().name() == "C");
31 std::regex_traits<char> t1; local
32 assert(t1.getloc().name() == LOCALE_en_US_UTF_8);
/external/libcxx/test/utilities/time/time.clock/time.clock.hires/
H A Dnow.pass.cpp21 C::time_point t1 = C::now(); local
/external/libcxx/test/utilities/time/time.clock/time.clock.steady/
H A Dnow.pass.cpp22 C::time_point t1 = C::now(); local
24 assert(t2 >= t1);

Completed in 395 milliseconds

1234567891011>>