Lines Matching refs:type
163 %type transtype {int}
191 %type ifnotexists {int}
194 %type temp {int}
206 %type table_option_set {u32}
207 %type table_option {u32}
306 %type nm {Token}
315 %type typetoken {Token}
324 %type typename {Token}
343 %type scanpt {const char*}
398 %type autoinc {int}
407 %type refargs {int}
410 %type refarg {struct {int value; int mask;}}
415 %type refact {int}
421 %type defer_subclause {int}
424 %type init_deferred_pred_opt {int}
448 %type defer_subclause_opt {int}
455 %type onconf {int}
456 %type orconf {int}
457 %type resolvetype {int}
471 %type ifexists {int}
495 %type select {Select*}
497 %type selectnowith {Select*}
499 %type oneselect {Select*}
587 %type multiselect_op {int}
614 %type values {Select*}
635 %type distinct {int}
645 %type selcollist {ExprList*}
647 %type sclp {ExprList*}
670 %type as {Token}
676 %type seltablist {SrcList*}
678 %type stl_prefix {SrcList*}
680 %type from {SrcList*}
746 %type dbnm {Token}
750 %type fullname {SrcList*}
761 %type xfullname {SrcList*}
776 %type joinop {int}
802 %type on_using {OnOrUsing}
818 %type indexed_opt {Token}
819 %type indexed_by {Token}
825 %type orderby_opt {ExprList*}
832 %type sortlist {ExprList*}
846 %type sortorder {int}
852 %type nulls {int}
857 %type groupby_opt {ExprList*}
862 %type having_opt {Expr*}
867 %type limit_opt {Expr*}
907 %type where_opt {Expr*}
909 %type where_opt_ret {Expr*}
972 %type setlist {ExprList*}
1001 %type upsert {Upsert*}
1023 %type insert_cmd {int}
1027 %type idlist_opt {IdList*}
1029 %type idlist {IdList*}
1042 %type expr {Expr*}
1044 %type term {Expr*}
1188 %type likeop {Token}
1267 %type between_op {int}
1282 %type in_op {int}
1359 %type case_exprlist {ExprList*}
1369 %type case_else {Expr*}
1373 %type case_operand {Expr*}
1378 %type exprlist {ExprList*}
1380 %type nexprlist {ExprList*}
1393 %type paren_exprlist {ExprList*}
1412 %type uniqueflag {int}
1432 %type eidlist {ExprList*}
1434 %type eidlist_opt {ExprList*}
1471 %type collate {int}
1483 %type vinto {Expr*}
1530 %type trigger_time {int}
1535 %type trigger_event {struct TrigEvent}
1544 %type when_clause {Expr*}
1549 %type trigger_cmd_list {TriggerStep*}
1565 %type trnm {Token}
1592 %type trigger_cmd {TriggerStep*}
1627 %type raisetype {int}
1649 %type key_opt {Expr*}
1721 %type wqlist {With*}
1723 %type wqitem {Cte*}
1731 %type wqas {u8}
1753 %type windowdefn_list {Window*}
1763 %type windowdefn {Window*}
1772 %type window {Window*}
1775 %type frame_opt {Window*}
1778 %type part_opt {ExprList*}
1781 %type filter_clause {Expr*}
1784 %type over_clause {Window*}
1787 %type filter_over {Window*}
1790 %type range_or_rows {int}
1792 %type frame_bound {struct FrameBound}
1794 %type frame_bound_s {struct FrameBound}
1796 %type frame_bound_e {struct FrameBound}
1840 %type frame_exclude_opt {u8}
1844 %type frame_exclude {u8}
1850 %type window_clause {Window*}