Home
last modified time | relevance | path

Searched refs:ts2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dcond_version.c20 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 Dpointer-offset-size.ll8 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 Dpragma-diag-section.cpp43 TS2<int> ts2; in f() local
44 ts2.m(); in f()
H A Dchain-cxx.cpp136 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 Dlast_write_time.pass.cpp146 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()