Searched refs:orig_back (Results 1 – 1 of 1) sorted by relevance
271 std::string orig_back; in LLVMFuzzerTestOneInput() local272 auto orig_done = Parse(parser, orig_scalar, &orig_back); in LLVMFuzzerTestOneInput()278 ? ((orig_back.find("does not fit") != std::string::npos) || in LLVMFuzzerTestOneInput()279 (orig_back.find("out of range") != std::string::npos)) in LLVMFuzzerTestOneInput()285 TEST_EQ_STR(orig_back.c_str(), in LLVMFuzzerTestOneInput()315 TEST_EQ_STR(fix_back.c_str(), orig_back.c_str()); in LLVMFuzzerTestOneInput()317 if (orig_done) { TEST_EQ_STR(fix_back.c_str(), orig_back.c_str()); } in LLVMFuzzerTestOneInput()