Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp4338 const uint64_t MaxTimestamp = in ParsePreprocessorArgs() local
4341 if (Epoch.getAsInteger(10, V) || V > MaxTimestamp) { in ParsePreprocessorArgs()
4343 << Epoch << MaxTimestamp; in ParsePreprocessorArgs()