Home
last modified time | relevance | path

Searched defs:Expiration (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCachePruning.h37 std::chrono::seconds Expiration = std::chrono::hours(7 * 24); // 1w member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h147 void setCacheEntryExpiration(unsigned Expiration) { in setCacheEntryExpiration()