OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Inputs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerCorpus.h
52
for (auto II :
Inputs
)
55
size_t size() const { return
Inputs
.size(); }
58
for (auto II :
Inputs
)
64
for (auto II :
Inputs
)
70
for (auto II :
Inputs
)
76
return std::count_if(
Inputs
.begin(),
Inputs
.end(), [](const InputInfo *II) {
82
return std::count_if(
Inputs
.begin(),
Inputs
.end(), [](const InputInfo *II) {
87
bool empty() const { return
Inputs
.empty();
[
all
...]
FuzzerDriver.cpp
78
static Vector<std::string> *
Inputs
;
189
Inputs
= new Vector<std::string>;
196
Inputs
->push_back(Args[A]);
286
if (
Inputs
->empty()) return false;
287
for (auto &Path : *
Inputs
)
306
if (
Inputs
->size() != 1 || !Flags.exact_artifact_path) {
311
std::string InputFilePath =
Inputs
->at(0);
365
if (
Inputs
->size() != 1) {
369
std::string InputFilePath =
Inputs
->at(0);
451
assert(
Inputs
->size() == 1)
[
all
...]
Completed in 91 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025