Searched refs:from_mtime (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h390 const auto from_mtime = fs::file_time(*from_st, ec); local
393 if ((from_mtime <= fs::file_time(*to_st, ec)) || ec)
H A Dstd-ops.cc345 const auto from_mtime = file_time(*from_st, ec); variable
348 if ((from_mtime <= file_time(*to_st, ec)) || ec)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h431 const auto from_mtime = fs::file_time(*from_st, ec); local
434 if ((from_mtime <= fs::file_time(*to_st, ec)) || ec)

Completed in 168 milliseconds