Searched refs:flags_quotes_kind (Results 1 – 1 of 1) sorted by relevance
14 static constexpr uint8_t flags_quotes_kind = 0x10; // quote " or ' variable300 const auto quote = (flags & flags_quotes_kind) ? '\"' : '\''; in LLVMFuzzerTestOneInput()