Searched refs:FuzzPtrs (Results 1 – 1 of 1) sorted by relevance
37 const uintptr_t *FuzzPtrs = reinterpret_cast<const uintptr_t *>(Data); in LLVMFuzzerTestOneInput() local41 if (FuzzPtrs[i] != DecodedPtrs[i]) { in LLVMFuzzerTestOneInput()43 i, FuzzPtrs[i], DecodedPtrs[i]); in LLVMFuzzerTestOneInput()