SQLsmith
v1.2.1-5-gfacd7a8
A random SQL query generator
|
feedback to the grammar about failed productions More...
#include <typeinfo>
#include <map>
#include "prod.hh"
#include "util.hh"
#include "log.hh"
#include "dut.hh"
Go to the source code of this file.
Classes | |
struct | impedance_visitor |
struct | impedance_feedback |
Functions | |
bool | impedance::matched (const char *name) |
bool | impedance::matched (const std::type_info &id) |
bool | impedance::matched (prod *p) |
void | impedance::retry (const char *p) |
void | impedance::retry (const std::type_info &id) |
void | impedance::retry (prod *p) |
void | impedance::limit (const char *p) |
void | impedance::limit (const std::type_info &id) |
void | impedance::limit (prod *p) |
void | impedance::fail (const char *p) |
void | impedance::fail (const std::type_info &id) |
void | impedance::fail (prod *p) |
void | impedance::report () |
void | impedance::report (std::ostream &out) |
feedback to the grammar about failed productions
Definition in file impedance.hh.