|
LLVM
4.0.0
|
#include <FuzzerDictionary.h>
Public Member Functions | |
| bool | ContainsWord (const Word &W) const |
| const DictionaryEntry * | begin () const |
| const DictionaryEntry * | end () const |
| DictionaryEntry & | operator[] (size_t Idx) |
| void | push_back (DictionaryEntry DE) |
| void | clear () |
| bool | empty () const |
| size_t | size () const |
Static Public Attributes | |
| static const size_t | kMaxDictSize = 1 << 14 |
Definition at line 86 of file FuzzerDictionary.h.
|
inline |
Definition at line 95 of file FuzzerDictionary.h.
Referenced by ContainsWord(), and end().
|
inline |
Definition at line 105 of file FuzzerDictionary.h.
Referenced by fuzzer::MutationDispatcher::ClearAutoDictionary().
Definition at line 90 of file FuzzerDictionary.h.
References llvm::any_of(), begin(), end(), and fuzzer::DictionaryEntry::GetW().
Referenced by fuzzer::MutationDispatcher::PrintRecommendedDictionary(), and fuzzer::MutationDispatcher::RecordSuccessfulMutationSequence().
|
inline |
Definition at line 106 of file FuzzerDictionary.h.
|
inline |
|
inline |
Definition at line 97 of file FuzzerDictionary.h.
References assert().
|
inline |
Definition at line 101 of file FuzzerDictionary.h.
References kMaxDictSize.
Referenced by fuzzer::MutationDispatcher::AddWordToAutoDictionary(), fuzzer::MutationDispatcher::AddWordToManualDictionary(), and fuzzer::MutationDispatcher::RecordSuccessfulMutationSequence().
|
inline |
Definition at line 107 of file FuzzerDictionary.h.
Referenced by fuzzer::MutationDispatcher::AddWordToAutoDictionary().
|
static |
Definition at line 88 of file FuzzerDictionary.h.
Referenced by push_back().
1.8.6