CUBRID Engine
latest
|
#include <esql_host_variable.h>
Public Attributes | |
LINK_CLASS | class_ |
SYMBOL * | tdef |
SYMBOL * | from_tdef |
union { | |
specifier s | |
declarator d | |
} | decl |
LINK * | next |
Definition at line 223 of file esql_host_variable.h.
LINK_CLASS link::class_ |
Definition at line 225 of file esql_host_variable.h.
Referenced by pp_new_type_spec(), and pp_the_same_type().
declarator link::d |
Definition at line 232 of file esql_host_variable.h.
Referenced by pp_add_declarator(), pp_add_initializer(), pp_add_spec_to_decl(), pp_addr_of(), pp_clone_type(), pp_discard_link(), pp_new_pseudo_def(), pp_print_link(), pp_the_same_type(), and pp_type_str().
union { ... } link::decl |
Referenced by pp_add_declarator(), pp_add_initializer(), pp_add_spec_to_decl(), pp_add_struct_field_refs(), pp_add_struct_spec(), pp_add_symbols_to_table(), pp_add_type_adj(), pp_add_type_noun(), pp_add_typedefed_spec(), pp_addr_of(), pp_attr_str(), pp_check(), pp_clone_type(), pp_discard_link(), pp_do_enum(), pp_new_link(), pp_new_pseudo_def(), pp_new_type_spec(), pp_print_link(), pp_set_class_bit(), pp_struct_deref(), pp_the_same_type(), and pp_type_str().
SYMBOL* link::from_tdef |
Definition at line 227 of file esql_host_variable.h.
Referenced by pp_add_spec_to_decl(), and pp_print_link().
LINK* link::next |
Definition at line 235 of file esql_host_variable.h.
Referenced by pp_add_declarator(), pp_add_spec_to_decl(), pp_add_typedefed_spec(), pp_addr_expr(), pp_addr_of(), pp_check(), pp_clone_type(), pp_discard_link(), pp_discard_link_chain(), pp_new_link(), pp_print_link(), pp_ptr_deref(), pp_struct_deref(), pp_the_same_type(), and pp_type_str().
specifier link::s |
Definition at line 231 of file esql_host_variable.h.
Referenced by pp_add_spec_to_decl(), pp_add_struct_field_refs(), pp_add_struct_spec(), pp_add_symbols_to_table(), pp_add_type_adj(), pp_add_type_noun(), pp_add_typedefed_spec(), pp_attr_str(), pp_check(), pp_do_enum(), pp_new_link(), pp_new_type_spec(), pp_print_link(), pp_set_class_bit(), pp_struct_deref(), pp_the_same_type(), and pp_type_str().
SYMBOL* link::tdef |
Definition at line 226 of file esql_host_variable.h.
Referenced by pp_add_spec_to_decl(), pp_add_typedefed_spec(), pp_clone_type(), pp_print_decl(), pp_print_link(), and pp_type_str().