Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 25 of 124) sorted by relevance

12345

/llvm-project/libc/test/src/__support/time/linux/
H A Dtimeout_test.cpp19 timespec ts = {-1, 0}; in TEST() local
27 timespec ts = {0, 2_s_ns}; in TEST() local
34 timespec ts = {0, -1}; in TEST() local
41 timespec ts = {10000, 0}; in TEST() local
51 timespec ts; in TEST() local
/llvm-project/clang/test/SemaTemplate/
H A Dfind-unexpanded-packs.cpp81 Ts ts; in PackInsideVarDeclaration() local
91 Ts ts; in PackInsideVarDeclarationInvalid() local
99 Ts ts(Ts); in PackInsideFunctionDeclaration() local
109 Ts ts(Ts); in PackInsideFunctionDeclarationInvalid() local
118 Ts ts; in PackInsideLocalClass() member in PackInsideLocalClass::__anone4ba59e00d02::Local
130 Ts ts; in PackInsideLocalClassInvalid() member in PackInsideLocalClassInvalid::__anone4ba59e00e02::Local
/llvm-project/clang/test/Layout/
H A Ddump-complete.cpp21 struct ts { struct
26 struct ts<void> { struct
31 ts<int> a; in f() argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dgetcpuclockid.c12 struct timespec ts; in cpu_ns() local
22 struct timespec ts; in th_cpu_ns() local
/llvm-project/libc/src/__support/time/linux/
H A Dabs_timeout.h25 AbsTimeout(timespec ts,bool realtime) AbsTimeout() argument
33 from_timespec(timespec ts,bool realtime) from_timespec() argument
H A Dclock_gettime.h
/llvm-project/clang/test/SemaCXX/
H A DPR9459.cpp6 template<typename>struct ts{}ap() // expected-error {{expected ';' after struct}} expected-error {{… struct
H A Dwarn-large-by-value-copy.cpp42 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}} in tf()
45 TS<300> ts; in g() local
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_rwlock_test.cpp107 timespec ts = {}; nullptr_test() local
156 timespec ts = {0, -1}; unusual_timespec_test() local
173 timespec ts{}; timedlock_with_deadlock_test() local
320 timespec ts{}; randomized_thread_operation() local
343 timespec ts = get_ts(); randomized_thread_operation() local
351 timespec ts = get_ts(); randomized_thread_operation() local
[all...]
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dclock_gettime.c8 struct timespec ts; in main() local
/llvm-project/libc/src/time/linux/
H A Dtime.cpp
H A Dgettimeofday.cpp26 struct timespec ts; global() variable
H A Dclock.cpp21 struct timespec ts; global() variable
/llvm-project/libc/src/__support/OSUtil/linux/
H A Dsyscall.h29 syscall_impl(long __number,Ts...ts) syscall_impl() argument
/llvm-project/libc/src/__support/OSUtil/darwin/
H A Dsyscall.h25 syscall_impl(long __number,Ts...ts) syscall_impl() argument
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/
H A Dmain.cpp6 std::tuple<std::string> ts{"foobar"}; in main() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp8.cpp25 int (*ts)() = &S::ts; in f() local
35 template<typename T> constexpr T S::ts() { return T(); } in ts() function in S
/llvm-project/compiler-rt/test/tsan/
H A Dpthread_mutex_clocklock.cpp7 struct timespec ts = {0}; variable
/llvm-project/openmp/runtime/test/
H A Domp_my_sleep.h25 struct timespec ts; in my_sleep() local
/llvm-project/compiler-rt/test/msan/Linux/
H A Dpoll.cpp16 struct timespec ts; in main() local
/llvm-project/compiler-rt/test/tsan/Linux/
H A Dclockwait_double_lock.c24 struct timespec ts; in main() local
H A Dthread_timedjoin.c25 struct timespec ts; in main() local
/llvm-project/llvm/utils/lit/lit/
H A Ddiscovery.py99 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument
152 def getTestsInSuite( argument
/llvm-project/libc/src/sys/select/linux/
H A Dselect.cpp38 struct timespec ts { global() struct
/llvm-project/mlir/lib/Debug/Observers/
H A DActionProfiler.cpp45 auto ts = std::chrono::steady_clock::now() - startTime; in print() local

12345