Home
last modified time | relevance | path

Searched refs:token_type (Results 151 – 175 of 5269) sorted by last modified time

12345678910>>...211

/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/pars/
H A Dpars0pars.cc289 ut_a(str_node->token_type == SYM_LIT); in pars_like_rebind()
597 || (node->token_type == SYM_CURSOR) in pars_resolve_exp_variables_and_types()
714 sym_node->token_type = SYM_COLUMN; in pars_resolve_exp_columns()
999 sym_node->token_type = SYM_CURSOR; in pars_cursor_declaration()
1018 sym_node->token_type = SYM_FUNCTION; in pars_function_declaration()
1356 node->token_type = SYM_VAR; in pars_variable_declaration()
1799 column->token_type = SYM_COLUMN; in pars_create_table()
1810 table_sym->token_type = SYM_TABLE; in pars_create_table()
1855 column->token_type = SYM_COLUMN; in pars_create_index()
1864 table_sym->token_type = SYM_TABLE; in pars_create_index()
[all …]
H A Dpars0sym.cc78 if (sym->token_type == SYM_TABLE_REF_COUNTED) { in sym_tab_free_private()
84 sym->token_type = SYM_UNSET; in sym_tab_free_private()
125 node->token_type = SYM_LIT; in sym_tab_add_int_lit()
170 node->token_type = SYM_LIT; in sym_tab_add_str_lit()
220 node->token_type = SYM_LIT; in sym_tab_add_bound_lit()
278 ut_a(node->token_type == SYM_LIT); in sym_tab_rebind_lit()
325 node->token_type = SYM_LIT; in sym_tab_add_null_lit()
397 node->token_type = SYM_UNSET; in sym_tab_add_bound_id()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/include/
H A Dpars0sym.h191 enum sym_tab_entry token_type; /*!< type of the member
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dgrn_ecmascript.lemon11 %token_type { int }
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dgrn_ecmascript.lemon11 %token_type { int }
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/pars/
H A Dpars0pars.cc289 ut_a(str_node->token_type == SYM_LIT); in pars_like_rebind()
597 || (node->token_type == SYM_CURSOR) in pars_resolve_exp_variables_and_types()
715 sym_node->token_type = SYM_COLUMN; in pars_resolve_exp_columns()
1000 sym_node->token_type = SYM_CURSOR; in pars_cursor_declaration()
1019 sym_node->token_type = SYM_FUNCTION; in pars_function_declaration()
1355 node->token_type = SYM_VAR; in pars_variable_declaration()
1798 column->token_type = SYM_COLUMN; in pars_create_table()
1809 table_sym->token_type = SYM_TABLE; in pars_create_table()
1854 column->token_type = SYM_COLUMN; in pars_create_index()
1863 table_sym->token_type = SYM_TABLE; in pars_create_index()
[all …]
H A Dpars0sym.cc78 if (sym->token_type == SYM_TABLE_REF_COUNTED) { in sym_tab_free_private()
84 sym->token_type = SYM_UNSET; in sym_tab_free_private()
125 node->token_type = SYM_LIT; in sym_tab_add_int_lit()
170 node->token_type = SYM_LIT; in sym_tab_add_str_lit()
220 node->token_type = SYM_LIT; in sym_tab_add_bound_lit()
278 ut_a(node->token_type == SYM_LIT); in sym_tab_rebind_lit()
325 node->token_type = SYM_LIT; in sym_tab_add_null_lit()
397 node->token_type = SYM_UNSET; in sym_tab_add_bound_id()
H A Dpars0opt.cc115 if (sym_node->token_type != SYM_COLUMN) { in opt_check_exp_determined_before()
195 if ((sym_node->token_type == SYM_COLUMN) in opt_look_for_col_in_comparison_before()
221 if ((sym_node->token_type == SYM_COLUMN) in opt_look_for_col_in_comparison_before()
805 if ((sym_node->token_type == SYM_COLUMN) in opt_normalize_cmp_conds()
902 if (sym_node->token_type != SYM_COLUMN) { in opt_find_all_cols()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Dpars0sym.h191 enum sym_tab_entry token_type; /*!< type of the member
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/eval/
H A Deval0eval.cc339 if (cursor->token_type == SYM_LIT) { in eval_notfound()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/eval/
H A Deval0eval.cc339 if (cursor->token_type == SYM_LIT) { in eval_notfound()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/include/
H A Dpars0sym.h191 enum sym_tab_entry token_type; /*!< type of the member
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/pars/
H A Dpars0pars.cc289 ut_a(str_node->token_type == SYM_LIT); in pars_like_rebind()
597 || (node->token_type == SYM_CURSOR) in pars_resolve_exp_variables_and_types()
715 sym_node->token_type = SYM_COLUMN; in pars_resolve_exp_columns()
1000 sym_node->token_type = SYM_CURSOR; in pars_cursor_declaration()
1019 sym_node->token_type = SYM_FUNCTION; in pars_function_declaration()
1355 node->token_type = SYM_VAR; in pars_variable_declaration()
1798 column->token_type = SYM_COLUMN; in pars_create_table()
1809 table_sym->token_type = SYM_TABLE; in pars_create_table()
1854 column->token_type = SYM_COLUMN; in pars_create_index()
1863 table_sym->token_type = SYM_TABLE; in pars_create_index()
[all …]
H A Dpars0opt.cc115 if (sym_node->token_type != SYM_COLUMN) { in opt_check_exp_determined_before()
195 if ((sym_node->token_type == SYM_COLUMN) in opt_look_for_col_in_comparison_before()
221 if ((sym_node->token_type == SYM_COLUMN) in opt_look_for_col_in_comparison_before()
805 if ((sym_node->token_type == SYM_COLUMN) in opt_normalize_cmp_conds()
902 if (sym_node->token_type != SYM_COLUMN) { in opt_find_all_cols()
H A Dpars0sym.cc78 if (sym->token_type == SYM_TABLE_REF_COUNTED) { in sym_tab_free_private()
84 sym->token_type = SYM_UNSET; in sym_tab_free_private()
125 node->token_type = SYM_LIT; in sym_tab_add_int_lit()
170 node->token_type = SYM_LIT; in sym_tab_add_str_lit()
220 node->token_type = SYM_LIT; in sym_tab_add_bound_lit()
278 ut_a(node->token_type == SYM_LIT); in sym_tab_rebind_lit()
325 node->token_type = SYM_LIT; in sym_tab_add_null_lit()
397 node->token_type = SYM_UNSET; in sym_tab_add_bound_id()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dgrn_ecmascript.lemon11 %token_type { int }
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/pars/
H A Dpars0sym.cc78 if (sym->token_type == SYM_TABLE_REF_COUNTED) { in sym_tab_free_private()
84 sym->token_type = SYM_UNSET; in sym_tab_free_private()
125 node->token_type = SYM_LIT; in sym_tab_add_int_lit()
170 node->token_type = SYM_LIT; in sym_tab_add_str_lit()
220 node->token_type = SYM_LIT; in sym_tab_add_bound_lit()
278 ut_a(node->token_type == SYM_LIT); in sym_tab_rebind_lit()
325 node->token_type = SYM_LIT; in sym_tab_add_null_lit()
397 node->token_type = SYM_UNSET; in sym_tab_add_bound_id()
H A Dpars0opt.cc115 if (sym_node->token_type != SYM_COLUMN) { in opt_check_exp_determined_before()
195 if ((sym_node->token_type == SYM_COLUMN) in opt_look_for_col_in_comparison_before()
221 if ((sym_node->token_type == SYM_COLUMN) in opt_look_for_col_in_comparison_before()
805 if ((sym_node->token_type == SYM_COLUMN) in opt_normalize_cmp_conds()
902 if (sym_node->token_type != SYM_COLUMN) { in opt_find_all_cols()
H A Dpars0pars.cc289 ut_a(str_node->token_type == SYM_LIT);
597 || (node->token_type == SYM_CURSOR)
715 sym_node->token_type = SYM_COLUMN;
1000 sym_node->token_type = SYM_CURSOR;
1019 sym_node->token_type = SYM_FUNCTION;
1355 node->token_type = SYM_VAR;
1798 column->token_type = SYM_COLUMN;
1809 table_sym->token_type = SYM_TABLE;
1854 column->token_type = SYM_COLUMN;
1863 table_sym->token_type = SYM_TABLE;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/eval/
H A Deval0eval.cc339 if (cursor->token_type == SYM_LIT) { in eval_notfound()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/include/
H A Dpars0sym.h191 enum sym_tab_entry token_type; /*!< type of the member
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/pars/
H A Dpars0opt.cc115 if (sym_node->token_type != SYM_COLUMN) { in opt_check_exp_determined_before()
195 if ((sym_node->token_type == SYM_COLUMN) in opt_look_for_col_in_comparison_before()
221 if ((sym_node->token_type == SYM_COLUMN) in opt_look_for_col_in_comparison_before()
805 if ((sym_node->token_type == SYM_COLUMN) in opt_normalize_cmp_conds()
902 if (sym_node->token_type != SYM_COLUMN) { in opt_find_all_cols()
H A Dpars0pars.cc289 ut_a(str_node->token_type == SYM_LIT); in pars_like_rebind()
597 || (node->token_type == SYM_CURSOR) in pars_resolve_exp_variables_and_types()
715 sym_node->token_type = SYM_COLUMN; in pars_resolve_exp_columns()
1000 sym_node->token_type = SYM_CURSOR; in pars_cursor_declaration()
1019 sym_node->token_type = SYM_FUNCTION; in pars_function_declaration()
1355 node->token_type = SYM_VAR; in pars_variable_declaration()
1798 column->token_type = SYM_COLUMN; in pars_create_table()
1809 table_sym->token_type = SYM_TABLE; in pars_create_table()
1854 column->token_type = SYM_COLUMN; in pars_create_index()
1863 table_sym->token_type = SYM_TABLE; in pars_create_index()
[all …]
H A Dpars0sym.cc78 if (sym->token_type == SYM_TABLE_REF_COUNTED) { in sym_tab_free_private()
84 sym->token_type = SYM_UNSET; in sym_tab_free_private()
125 node->token_type = SYM_LIT; in sym_tab_add_int_lit()
170 node->token_type = SYM_LIT; in sym_tab_add_str_lit()
220 node->token_type = SYM_LIT; in sym_tab_add_bound_lit()
278 ut_a(node->token_type == SYM_LIT); in sym_tab_rebind_lit()
325 node->token_type = SYM_LIT; in sym_tab_add_null_lit()
397 node->token_type = SYM_UNSET; in sym_tab_add_bound_id()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dgrn_ecmascript.lemon11 %token_type { int }

12345678910>>...211