HomeSort by relevance Sort by last modified time
    Searched refs:DictionaryEntry (Results 1 - 18 of 18) sorted by null

  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 54 class DictionaryEntry {
56 DictionaryEntry() {}
57 DictionaryEntry(Word W) : W(W) {}
58 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {}
90 return std::any_of(begin(), end(), [&](const DictionaryEntry &DE) {
94 const DictionaryEntry *begin() const { return &DE[0]; }
95 const DictionaryEntry *end() const { return begin() + Size; }
96 DictionaryEntry & operator[] (size_t Idx) {
100 void push_back(DictionaryEntry DE) {
109 DictionaryEntry DE[kMaxDictSize]
    [all...]
FuzzerMutate.h 86 void AddWordToAutoDictionary(DictionaryEntry DE);
111 DictionaryEntry &DE);
114 DictionaryEntry MakeDictionaryEntryFromCMP(T Arg1, T Arg2,
130 std::vector<DictionaryEntry *> CurrentDictionaryEntrySequence;
133 DictionaryEntry CmpDictionaryEntriesDeque[kCmpDictionaryEntriesDequeSize];
FuzzerDefs.h 45 class DictionaryEntry;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 58 class DictionaryEntry {
60 DictionaryEntry() {}
61 DictionaryEntry(Word W) : W(W) {}
62 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {}
94 return std::any_of(begin(), end(), [&](const DictionaryEntry &DE) {
98 const DictionaryEntry *begin() const { return &DE[0]; }
99 const DictionaryEntry *end() const { return begin() + Size; }
100 DictionaryEntry & operator[] (size_t Idx) {
104 void push_back(DictionaryEntry DE) {
113 DictionaryEntry DE[kMaxDictSize]
    [all...]
FuzzerMutate.h 87 void AddWordToAutoDictionary(DictionaryEntry DE);
112 DictionaryEntry &DE);
115 DictionaryEntry MakeDictionaryEntryFromCMP(T Arg1, T Arg2,
117 DictionaryEntry MakeDictionaryEntryFromCMP(const Word &Arg1, const Word &Arg2,
119 DictionaryEntry MakeDictionaryEntryFromCMP(const void *Arg1, const void *Arg2,
138 std::vector<DictionaryEntry *> CurrentDictionaryEntrySequence;
141 DictionaryEntry CmpDictionaryEntriesDeque[kCmpDictionaryEntriesDequeSize];
FuzzerDefs.h 83 class DictionaryEntry;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 58 class DictionaryEntry {
60 DictionaryEntry() {}
61 DictionaryEntry(Word W) : W(W) {}
62 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {}
94 return std::any_of(begin(), end(), [&](const DictionaryEntry &DE) {
98 const DictionaryEntry *begin() const { return &DE[0]; }
99 const DictionaryEntry *end() const { return begin() + Size; }
100 DictionaryEntry & operator[] (size_t Idx) {
104 void push_back(DictionaryEntry DE) {
113 DictionaryEntry DE[kMaxDictSize]
    [all...]
FuzzerMutate.h 87 void AddWordToAutoDictionary(DictionaryEntry DE);
112 DictionaryEntry &DE);
115 DictionaryEntry MakeDictionaryEntryFromCMP(T Arg1, T Arg2,
117 DictionaryEntry MakeDictionaryEntryFromCMP(const Word &Arg1, const Word &Arg2,
119 DictionaryEntry MakeDictionaryEntryFromCMP(const void *Arg1, const void *Arg2,
138 std::vector<DictionaryEntry *> CurrentDictionaryEntrySequence;
141 DictionaryEntry CmpDictionaryEntriesDeque[kCmpDictionaryEntriesDequeSize];
FuzzerDefs.h 83 class DictionaryEntry;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 58 class DictionaryEntry {
60 DictionaryEntry() {}
61 DictionaryEntry(Word W) : W(W) {}
62 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {}
94 return std::any_of(begin(), end(), [&](const DictionaryEntry &DE) {
98 const DictionaryEntry *begin() const { return &DE[0]; }
99 const DictionaryEntry *end() const { return begin() + Size; }
100 DictionaryEntry & operator[] (size_t Idx) {
104 void push_back(DictionaryEntry DE) {
113 DictionaryEntry DE[kMaxDictSize]
    [all...]
FuzzerMutate.h 87 void AddWordToAutoDictionary(DictionaryEntry DE);
112 DictionaryEntry &DE);
115 DictionaryEntry MakeDictionaryEntryFromCMP(T Arg1, T Arg2,
117 DictionaryEntry MakeDictionaryEntryFromCMP(const Word &Arg1, const Word &Arg2,
119 DictionaryEntry MakeDictionaryEntryFromCMP(const void *Arg1, const void *Arg2,
138 std::vector<DictionaryEntry *> CurrentDictionaryEntrySequence;
141 DictionaryEntry CmpDictionaryEntriesDeque[kCmpDictionaryEntriesDequeSize];
FuzzerDefs.h 83 class DictionaryEntry;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 58 class DictionaryEntry {
60 DictionaryEntry() {}
61 DictionaryEntry(Word W) : W(W) {}
62 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {}
94 return std::any_of(begin(), end(), [&](const DictionaryEntry &DE) {
98 const DictionaryEntry *begin() const { return &DE[0]; }
99 const DictionaryEntry *end() const { return begin() + Size; }
100 DictionaryEntry & operator[] (size_t Idx) {
104 void push_back(DictionaryEntry DE) {
113 DictionaryEntry DE[kMaxDictSize]
    [all...]
FuzzerMutate.h 87 void AddWordToAutoDictionary(DictionaryEntry DE);
112 DictionaryEntry &DE);
115 DictionaryEntry MakeDictionaryEntryFromCMP(T Arg1, T Arg2,
117 DictionaryEntry MakeDictionaryEntryFromCMP(const Word &Arg1, const Word &Arg2,
119 DictionaryEntry MakeDictionaryEntryFromCMP(const void *Arg1, const void *Arg2,
138 std::vector<DictionaryEntry *> CurrentDictionaryEntrySequence;
141 DictionaryEntry CmpDictionaryEntriesDeque[kCmpDictionaryEntriesDequeSize];
FuzzerDefs.h 83 class DictionaryEntry;
  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 154 class DictionaryEntry {
156 DictionaryEntry() {}
157 DictionaryEntry(Word W) : W(W) {}
158 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {}
183 return std::any_of(begin(), end(), [&](const DictionaryEntry &DE) {
187 const DictionaryEntry *begin() const { return &DE[0]; }
188 const DictionaryEntry *end() const { return begin() + Size; }
189 DictionaryEntry & operator[] (size_t Idx) {
193 void push_back(DictionaryEntry DE) {
202 DictionaryEntry DE[kMaxDictSize]
    [all...]
FuzzerMutate.cpp 159 DictionaryEntry &DE = D[Rand(D.size())];
245 std::vector<DictionaryEntry> V;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 44 using DictionaryEntry = System.Collections.DictionaryEntry;
118 public DictionaryEntry Entry
126 return new DictionaryEntry(_key, _value);
159 return new DictionaryEntry(_key, _value);
461 DictionaryEntry e = new DictionaryEntry(_insertionOrderList[i], _dictionary[_insertionOrderList[i]]);

Completed in 577 milliseconds