Searched refs:ts2 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | cond_version.c | 20 struct timespec ts0, ts1, ts2; in main() local 39 clock_gettime(CLOCK_MONOTONIC, &ts2); in main() 40 sleep = (u64)ts2.tv_sec * 1000000000 + ts2.tv_nsec - in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SROA/ |
| H A D | pointer-offset-size.ll | 8 define i16 @test(ptr %ts2.i) { 18 call void @llvm.memcpy.p0.p0.i32(ptr %ts2.i, ptr %s, i32 3, i1 false) 19 %0 = load i16, ptr %ts2.i
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | pragma-diag-section.cpp | 43 TS2<int> ts2; in f() local 44 ts2.m(); in f()
|
| H A D | chain-cxx.cpp | 136 TS2int ts2; in test() local
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
| H A D | last_write_time.pass.cpp | 146 bool CompareTimeExact(TimeSpec ts, TimeSpec ts2) { in CompareTimeExact() argument 147 return ts2.tv_sec == ts.tv_sec && ts2.tv_nsec == ts.tv_nsec; in CompareTimeExact() 150 TimeSpec ts2 = {}; in CompareTimeExact() local 151 if (!ConvertToTimeSpec(ts2, ft)) in CompareTimeExact() 153 return CompareTimeExact(ts, ts2); in CompareTimeExact()
|