OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RunOne
(Results
1 - 5
of
5
) sorted by null
/prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h
87
size_t
RunOne
(const uint8_t *Data, size_t Size);
113
size_t
RunOne
(const Unit &U) { return
RunOne
(U.data(), U.size()); }
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h
68
size_t
RunOne
(const uint8_t *Data, size_t Size);
97
size_t
RunOne
(const Unit &U) { return
RunOne
(U.data(), U.size()); }
/prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h
68
size_t
RunOne
(const uint8_t *Data, size_t Size);
98
size_t
RunOne
(const Unit &U) { return
RunOne
(U.data(), U.size()); }
/prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h
68
size_t
RunOne
(const uint8_t *Data, size_t Size);
98
size_t
RunOne
(const Unit &U) { return
RunOne
(U.data(), U.size()); }
/external/llvm/lib/Fuzzer/
FuzzerLoop.cpp
335
if (
RunOne
(X)) {
360
if (!S || !
RunOne
(U.data(), S))
384
bool NewCoverage =
RunOne
(U);
421
bool Fuzzer::
RunOne
(const uint8_t *Data, size_t Size) {
447
if (
RunOne
(Data, Size))
555
RunOne
(U);
559
if (
RunOne
(U))
616
RunOne
(Data, Size);
704
RunOne
(U);
715
RunOne
(U)
[
all
...]
Completed in 196 milliseconds