Home
last modified time | relevance | path

Searched defs:secs (Results 1 – 5 of 5) sorted by relevance

/llvm-project/openmp/runtime/test/tasking/
H A Dtaskdep_if0_2.c15 int secs = 0; in wait_on_flag() local
H A Domp50_taskwait_depend.c23 int secs = 0; in wait_on_flag() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp118 auto secs = duration_cast<Sec>(ft.time_since_epoch()); in ConvertToTimeSpec() local
/llvm-project/lld/ELF/
H A DLinkerScript.cpp626 SmallVector<InputSectionBase *, 0> secs( discardSynthetic() local
/llvm-project/llvm/unittests/Support/
H A DYAMLIOTest.cpp1472 : hours(secs/3600), in NormalizedSeconds() argument