Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp31 long *Epoch) { in ListFilesInDir() argument
33 if (Epoch) { in ListFilesInDir()
35 if (*Epoch >= E) return V; in ListFilesInDir()
36 *Epoch = E; in ListFilesInDir()
80 long *Epoch) { in ReadDirToVectorOfUnits() argument
81 long E = Epoch ? *Epoch : 0; in ReadDirToVectorOfUnits()
82 for (auto &X : ListFilesInDir(Path, Epoch)) { in ReadDirToVectorOfUnits()
84 if (Epoch && GetEpoch(FilePath) < E) continue; in ReadDirToVectorOfUnits()
DFuzzerInternal.h32 long *Epoch);
110 void ReadDir(const std::string &Path, long *Epoch) { in ReadDir() argument
112 ReadDirToVectorOfUnits(Path.c_str(), &Corpus, Epoch); in ReadDir()
/external/llvm/include/llvm/ADT/
DEpochTracker.h52 uint64_t Epoch;
55 DebugEpochBase() : Epoch(0) {}
59 void incrementEpoch() { ++Epoch; }
81 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {}
DDenseMap.h1004 DenseMapIterator(pointer Pos, pointer E, const DebugEpochBase &Epoch,
1006 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) {
/external/valgrind/
Dvalgrind.spec.in5 Epoch: 1
/external/libogg/
Dlibogg.spec15 Epoch: 2
Dlibogg.spec.in15 Epoch: 2
/external/libvorbis/
Dlibvorbis.spec15 Epoch: 2
Dlibvorbis.spec.in15 Epoch: 2
/external/clang/test/Driver/
Dmodules.m28 …nce-per-build-session' requires '-fbuild-session-timestamp=<seconds since Epoch>' or '-fbuild-sess…
/external/clang/include/clang/Basic/
DDiagnosticDriverKinds.td194 "'-fbuild-session-timestamp=<seconds since Epoch>' or '-fbuild-session-file=<file>'">;
/external/icu/icu4c/source/data/locales/
Dlb.txt813 dn{"Epoch"}
/external/clang/include/clang/Driver/
DOptions.td747 Group<i_Group>, Flags<[CC1Option]>, MetaVarName<"<time since Epoch in seconds>">,