Home
last modified time | relevance | path

Searched defs:MaxSize (Results 1 – 25 of 57) sorted by relevance

123

/llvm-project/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h101 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
125 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
139 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
156 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
171 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
183 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
196 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp71 size_t MaxSize) { in Mutate_Custom()
81 size_t MaxSize) { in Mutate_CustomCrossOver()
110 size_t MaxSize) { in Mutate_ShuffleBytes()
121 size_t MaxSize) { in Mutate_EraseBytes()
133 size_t MaxSize) { in Mutate_InsertByte()
144 size_t MaxSize) { in Mutate_InsertRepeatedBytes()
162 size_t MaxSize) { in Mutate_ChangeByte()
170 size_t MaxSize) { in Mutate_ChangeBit()
179 size_t MaxSize) { in Mutate_AddWordFromManualDictionary()
184 size_t MaxSize, in ApplyDictionaryEntry()
[all …]
H A DFuzzerIO.cpp41 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector()
102 size_t MaxSize, bool ExitOnError, in ReadDirToVectorOfUnits()
H A DFuzzerLoop.cpp415 void Fuzzer::RereadOutputCorpus(size_t MaxSize) { in RereadOutputCorpus() argument
793 size_t MaxSize = 0; ReadAndExecuteSeedCorpora() local
936 LLVMFuzzerMutate(uint8_t * Data,size_t Size,size_t MaxSize) LLVMFuzzerMutate() argument
[all...]
/llvm-project/llvm/lib/Support/
H A DSmallVector.cpp62 static void report_size_overflow(size_t MinSize, size_t MaxSize) { in report_size_overflow() argument
77 static void report_at_maximum_capacity(size_t MaxSize) { in report_at_maximum_capacity() argument
91 constexpr size_t MaxSize = std::numeric_limits<Size_T>::max(); in getNewCapacity() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.h47 uint64_t MaxSize; // No `const` because we have to set it in two steps. variable
/llvm-project/compiler-rt/test/fuzzer/
H A DReloadTest.cpp13 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
H A DCustomMutatorTest.cpp33 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
H A DCustomMutatorWithLongSequencesTest.cpp34 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
H A DCompressedTest.cpp39 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
H A DMsanCustomMutator.cpp21 size_t LLVMFuzzerCustomMutator(uint8_t *Data, size_t Size, size_t MaxSize, in LLVMFuzzerCustomMutator()
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-merge-match-lib.c20 uint64_t libEntry(char *Buffer, uint64_t MaxSize) { in libEntry()
H A Dinstrprof-merge-match.c23 const uint64_t MaxSize = 10000; in main() local
/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-without-libc.c34 const uint64_t MaxSize = 10000; main() local
H A Dinstrprof-merge.c44 const uint64_t MaxSize = 10000; in main() local
H A Dinstrprof-merge-entry-cover.c45 const uint64_t MaxSize = 10000; in main() local
/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp22 convertYAML(yaml::Input & YIn,raw_ostream & Out,ErrorHandler ErrHandler,unsigned DocNum,uint64_t MaxSize) convertYAML() argument
/llvm-project/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp52 static cl::opt<uint64_t> MaxSize( variable
/llvm-project/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp67 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator() argument
/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp
/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp148 unsigned MaxSize = 0; in runOnMachineFunction() local
/llvm-project/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp56 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator() argument
/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h100 int MaxSize = 100; member
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dstrings_test.cpp154 scudo::uptr MaxSize = Str.capacity(); in TEST() local
/llvm-project/libc/benchmarks/
H A DLibcMemoryBenchmarkTest.cpp85 const uint32_t MaxSize = 4; in TEST() local

123