Polly 20.0.0git
|
#include <isl_stream_private.h>
Public Attributes | |
int | type |
unsigned int | on_new_line: 1 |
unsigned | is_keyword: 1 |
int | line |
int | col |
union { | |
isl_int v | |
char * s | |
isl_map * map | |
isl_pw_aff * pwaff | |
} | u |
Definition at line 5 of file isl_stream_private.h.
int isl_token::col |
Definition at line 11 of file isl_stream_private.h.
Referenced by accept_extended_affine(), accept_piecewise_affine(), isl_stream_error(), isl_stream_yaml_next(), isl_stream_yaml_read_end_mapping(), isl_stream_yaml_read_end_sequence(), isl_stream_yaml_read_start_mapping(), isl_stream_yaml_read_start_sequence(), isl_token_new(), next_token(), push_aff(), resolve_paren_expr(), set_current_line_col(), and update_piecewise_affine_colon().
unsigned isl_token::is_keyword |
Definition at line 9 of file isl_stream_private.h.
Referenced by isl_stream_error(), isl_token_new(), next_is_tuple(), next_token(), read_aff_domain(), and read_tuple_space().
int isl_token::line |
Definition at line 10 of file isl_stream_private.h.
Referenced by accept_extended_affine(), accept_piecewise_affine(), isl_stream_error(), isl_token_new(), next_token(), push_aff(), resolve_paren_expr(), set_current_line_col(), and update_piecewise_affine_colon().
isl_map* isl_token::map |
Definition at line 16 of file isl_stream_private.h.
Referenced by isl_stream_error(), isl_token_free(), read_conjunct(), and resolve_paren_expr().
unsigned int isl_token::on_new_line |
Definition at line 8 of file isl_stream_private.h.
Referenced by basic_map_read_polylib(), basic_map_read_polylib_constraint(), isl_token_new(), and next_token().
isl_pw_aff* isl_token::pwaff |
Definition at line 17 of file isl_stream_private.h.
Referenced by accept_affine_factor(), accept_affine_list(), accept_div(), accept_extended_affine(), isl_stream_error(), isl_token_free(), push_aff(), read_factor(), read_pw_aff_with_dom(), and resolve_paren_expr().
char* isl_token::s |
Definition at line 15 of file isl_stream_private.h.
Referenced by accept_affine(), accept_affine_factor(), accept_affine_list(), accept_cst_factor(), accept_div(), accept_extended_affine(), accept_minmax(), accept_piecewise_affine(), accept_ternary(), add_constraint(), affine_mod(), basic_map_read_polylib_constraint(), current_state(), eat_key(), FN(), get_yaml_indent(), is_rational(), isl_stream_eat(), isl_stream_eat_if_available(), isl_stream_error(), isl_stream_free(), isl_stream_getc(), isl_stream_is_empty(), isl_stream_new(), isl_stream_new_file(), isl_stream_new_str(), isl_stream_next_token(), isl_stream_next_token_is(), isl_stream_next_token_on_same_line(), isl_stream_push_char(), isl_stream_push_token(), isl_stream_read_aff(), isl_stream_read_ast_expr(), isl_stream_read_ast_node(), isl_stream_read_id(), isl_stream_read_ident_if_available(), isl_stream_read_schedule(), isl_stream_read_schedule_tree(), isl_stream_read_val(), isl_stream_read_with_params_union_pw_multi_aff(), isl_stream_ungetc(), isl_stream_yaml_next(), isl_stream_yaml_read_end_mapping(), isl_stream_yaml_read_end_sequence(), isl_stream_yaml_read_start_mapping(), isl_stream_yaml_read_start_sequence(), isl_token_free(), isl_token_get_str(), isl_token_has_str(), isl_token_new(), isl_vec_read_from_file(), isl_vec_read_polylib(), KEY_GET(), next_is_comparator(), next_is_condition_start(), next_is_domain_colon(), next_is_empty_tuple(), next_is_end_tuple_element(), next_is_fresh_ident(), next_is_param_tuple(), next_is_schedule(), next_is_sequence(), next_is_tuple(), next_key(), next_signed_value(), next_signed_value_fn(), next_signed_value_on_same_line(), next_token(), obj_read(), optional_power(), pop_state(), push_aff(), push_state(), pw_aff_div_by_cst(), read_aff_domain(), read_band(), read_block(), read_body(), read_children(), read_coincident(), read_conditional_aff(), read_conditional_multi_aff(), read_conditional_multi_pw_aff(), read_conjunct(), read_conjuncts(), read_context(), read_defined_var_list(), read_disjuncts(), read_domain(), read_exists(), read_expansion(), read_extension(), read_factor(), read_filter(), read_for(), read_formula(), read_guard(), read_id(), read_if(), read_int(), read_map_tuple(), read_mark(), read_multi_union_pw_aff_body_core(), read_op(), read_optional_formula(), read_params(), read_pw_aff_with_dom(), read_sequence(), read_set(), read_space_tuples(), read_term(), read_tuple(), read_tuple_id(), read_tuple_list(), read_tuple_pw_aff_el(), read_tuple_space(), read_tuple_var_def(), read_universe_params(), read_user(), read_var_def(), resolve_paren_expr(), set_current_line_col(), set_yaml_indent(), stream_getc(), update_piecewise_affine_colon(), update_state(), and vec_read().
int isl_token::type |
Definition at line 6 of file isl_stream_private.h.
Referenced by accept_affine(), accept_affine_factor(), accept_affine_list(), accept_cst_factor(), accept_minmax(), add_constraint(), affine_mod(), basic_map_read_polylib(), basic_map_read_polylib_constraint(), is_comparator(), is_rational(), is_start_of_div(), isl_stream_eat(), isl_stream_eat_if_available(), isl_stream_error(), isl_stream_next_token_is(), isl_stream_read_ident_if_available(), isl_stream_read_val(), isl_stream_yaml_next(), isl_stream_yaml_read_end_sequence(), isl_token_free(), isl_token_get_type(), isl_token_get_val(), isl_vec_read_polylib(), map_read_polylib(), next_is_domain_colon(), next_is_empty_tuple(), next_is_fresh_ident(), next_is_param_tuple(), next_is_schedule(), next_is_tuple(), next_signed_value_fn(), next_token(), obj_read(), obj_read_body(), optional_power(), push_aff(), pw_aff_div_by_cst(), read_aff_domain(), read_defined_var_list(), read_factor(), read_optional_formula(), read_term(), read_tuple_id(), read_tuple_list(), read_tuple_pw_aff_el(), read_tuple_space(), and resolve_paren_expr().
union { ... } isl_token::u |
Referenced by accept_affine(), accept_affine_factor(), accept_cst_factor(), affine_mod(), basic_map_read_polylib(), basic_map_read_polylib_constraint(), isl_stream_error(), isl_stream_read_ident_if_available(), isl_stream_read_val(), isl_token_free(), isl_token_get_str(), isl_token_get_val(), isl_token_has_str(), isl_token_new(), isl_vec_read_polylib(), map_read_polylib(), next_is_fresh_ident(), next_signed_value_fn(), next_token(), obj_read(), optional_power(), push_aff(), pw_aff_div_by_cst(), read_conjunct(), read_defined_var_list(), read_factor(), read_optional_formula(), read_tuple_id(), read_tuple_pw_aff_el(), read_tuple_space(), and resolve_paren_expr().
isl_int isl_token::v |
Definition at line 14 of file isl_stream_private.h.
Referenced by accept_affine(), accept_affine_factor(), accept_affine_list(), accept_cst_factor(), accept_div(), accept_extended_affine(), accept_minmax(), accept_piecewise_affine(), accept_ternary(), add_constraint(), affine_mod(), basic_map_read_polylib(), basic_map_read_polylib_constraint(), construct_lower(), construct_range(), construct_upper(), identity_tuple_el(), identity_tuple_el_on_space(), init_range(), isl_stream_error(), isl_stream_read_val(), isl_stream_read_with_params_union_pw_multi_aff(), isl_token_free(), isl_token_get_val(), isl_vec_read_from_file(), isl_vec_read_polylib(), map_from_tuple(), map_read_polylib(), next_is_fresh_ident(), next_signed_value_fn(), next_token(), obj_read(), optional_power(), pw_aff_div_by_cst(), read_aff_domain(), read_band(), read_conditional_aff(), read_conditional_multi_aff(), read_conditional_multi_pw_aff(), read_conjunct(), read_conjuncts(), read_defined_var_list(), read_disjuncts(), read_exists(), read_factor(), read_formula(), read_map_tuple(), read_multi_union_pw_aff_body_core(), read_optional_formula(), read_params(), read_pw_aff_with_dom(), read_space_tuples(), read_term(), read_tuple(), read_tuple_id(), read_tuple_list(), read_tuple_pw_aff_el(), read_tuple_space(), read_tuple_var_def(), read_universe_params(), read_var_def(), resolve_paren_expr(), set_coincident(), and update_piecewise_affine_colon().