Home
last modified time | relevance | path

Searched defs:Epoch (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DEpochTracker.h37 uint64_t Epoch = 0; variable
DSmallPtrSet.h279 const DebugEpochBase &Epoch) in SmallPtrSetIterator()
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerIOPosix.cpp55 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
DFuzzerIO.cpp101 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, long *Epoch, in ReadDirToVectorOfUnits()
DFuzzerIOWindows.cpp113 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_defs.h62 enum class Epoch : u16 {}; enum
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DClang.cpp1379 if (const char *Epoch = std::getenv("SOURCE_DATE_EPOCH")) { in AddPreprocessingOptions() local
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DCompilerInvocation.cpp4334 StringRef Epoch = A->getValue(); in ParsePreprocessorArgs() local