|
LLVM
4.0.0
|
#include <cstring>#include <cstdint>#include <cstdio>#include <cstdlib>#include <cassert>Go to the source code of this file.
Functions | |
| bool | Eq (const uint8_t *Data, size_t Size, const char *Str) |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
Definition at line 11 of file StrcmpTest.cpp.
References fuzzer::strcmp.
Referenced by llvm::ScalarEvolution::getEqualPredicate(), and LLVMFuzzerTestOneInput().
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 22 of file StrcmpTest.cpp.
References Eq().
1.8.6