/llvm-project/libc/test/src/__support/time/linux/ |
H A D | timeout_test.cpp | 19 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 D | find-unexpanded-packs.cpp | 81 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 D | dump-complete.cpp | 21 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 D | getcpuclockid.c | 12 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 D | abs_timeout.h | 25 AbsTimeout(timespec ts,bool realtime) AbsTimeout() argument 33 from_timespec(timespec ts,bool realtime) from_timespec() argument
|
H A D | clock_gettime.h |
|
/llvm-project/clang/test/SemaCXX/ |
H A D | PR9459.cpp | 6 template<typename>struct ts{}ap() // expected-error {{expected ';' after struct}} expected-error {{… struct
|
H A D | warn-large-by-value-copy.cpp | 42 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 D | pthread_rwlock_test.cpp | 107 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 D | clock_gettime.c | 8 struct timespec ts; in main() local
|
/llvm-project/libc/src/time/linux/ |
H A D | time.cpp |
|
H A D | gettimeofday.cpp | 26 struct timespec ts; global() variable
|
H A D | clock.cpp | 21 struct timespec ts; global() variable
|
/llvm-project/libc/src/__support/OSUtil/linux/ |
H A D | syscall.h | 29 syscall_impl(long __number,Ts...ts) syscall_impl() argument
|
/llvm-project/libc/src/__support/OSUtil/darwin/ |
H A D | syscall.h | 25 syscall_impl(long __number,Ts...ts) syscall_impl() argument
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/ |
H A D | main.cpp | 6 std::tuple<std::string> ts{"foobar"}; in main() local
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p8.cpp | 25 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 D | pthread_mutex_clocklock.cpp | 7 struct timespec ts = {0}; variable
|
/llvm-project/openmp/runtime/test/ |
H A D | omp_my_sleep.h | 25 struct timespec ts; in my_sleep() local
|
/llvm-project/compiler-rt/test/msan/Linux/ |
H A D | poll.cpp | 16 struct timespec ts; in main() local
|
/llvm-project/compiler-rt/test/tsan/Linux/ |
H A D | clockwait_double_lock.c | 24 struct timespec ts; in main() local
|
H A D | thread_timedjoin.c | 25 struct timespec ts; in main() local
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | discovery.py | 99 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument 152 def getTestsInSuite( argument
|
/llvm-project/libc/src/sys/select/linux/ |
H A D | select.cpp | 38 struct timespec ts { global() struct
|
/llvm-project/mlir/lib/Debug/Observers/ |
H A D | ActionProfiler.cpp | 45 auto ts = std::chrono::steady_clock::now() - startTime; in print() local
|