Home
last modified time | relevance | path

Searched refs:IDL_TYPE_STRUCT (Results 1 – 10 of 10) sorted by relevance

/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-c-typecode.c116 if (!IDL_TYPE_STRUCT (node).member_list) in orbit_output_tcstruct_anon_subnames_array()
121 for (l = IDL_TYPE_STRUCT (node).member_list; l; l = IDL_LIST (l).next) { in orbit_output_tcstruct_anon_subnames_array()
199 if (!IDL_TYPE_STRUCT (node).member_list) in orbit_output_tcstruct_anon_subtypes_array()
205 for (l = IDL_TYPE_STRUCT (node).member_list; l; l = IDL_LIST (l).next) { in orbit_output_tcstruct_anon_subtypes_array()
470 fprintf (fh, "(char *)\"%s\"", IDL_IDENT (IDL_TYPE_STRUCT (node).ident).str); in orbit_output_tcstruct_name()
506 fprintf (fh, "(char *)\"%s\"", IDL_IDENT (IDL_TYPE_STRUCT (node).ident).repo_id); in orbit_output_tcstruct_repo_id()
584 for (l = IDL_TYPE_STRUCT (node).member_list; l; l = IDL_LIST (l).next) { in orbit_output_tcstruct_sub_parts()
643 if (IDL_TYPE_STRUCT (node).member_list) in orbit_output_tcstruct_subnames()
660 if (IDL_TYPE_STRUCT (node).member_list) in orbit_output_tcstruct_subtypes()
809 IDL_tree l = IDL_TYPE_STRUCT (node).member_list; in orbit_find_c_align()
H A Dorbit-idl-utils.c282 orbit_idl_print_node(IDL_TYPE_STRUCT(node).ident, indent_level + INDENT_INCREMENT_1); in orbit_idl_print_node()
284 orbit_idl_print_node(IDL_TYPE_STRUCT(node).member_list, indent_level + INDENT_INCREMENT_2); in orbit_idl_print_node()
621 for(curitem = IDL_TYPE_STRUCT(ts).member_list; curitem; in orbit_cbe_type_is_fixed_length()
H A Dorbit-idl-c-imodule.c97 for (l = IDL_TYPE_STRUCT (tree).member_list; l; l = IDL_LIST (l).next) { in ci_build_types()
H A Dorbit-idl-c-headers.c500 id = IDL_ns_ident_to_qstring(IDL_IDENT_TO_NS(IDL_TYPE_STRUCT(tree).ident), in ch_output_type_struct()
507 for(cur = IDL_TYPE_STRUCT(tree).member_list; cur; cur = IDL_LIST(cur).next) { in ch_output_type_struct()
515 for(cur = IDL_TYPE_STRUCT(tree).member_list; cur; cur = IDL_LIST(cur).next) { in ch_output_type_struct()
520 if(!IDL_TYPE_STRUCT(tree).member_list) in ch_output_type_struct()
H A Dorbit-idl-c-utils.c152 return orbit_cbe_get_typespec_str(IDL_TYPE_STRUCT(tree).ident); in orbit_cbe_get_typespec_str()
/dports/devel/ORBit2/ORBit2-2.14.19/src/services/imodule/
H A Dorbit-imodule-utils.c47 for (l = IDL_TYPE_STRUCT (tree).member_list; l; l = IDL_LIST (l).next) in ORBit_imodule_get_struct_members()
56 for (i = 0, l = IDL_TYPE_STRUCT (tree).member_list; l; l = IDL_LIST (l).next) { in ORBit_imodule_get_struct_members()
465 IDL_tree l = IDL_TYPE_STRUCT (node).member_list; in ORBit_imodule_find_c_align()
613 IDL_IDENT (IDL_TYPE_STRUCT (tree).ident).repo_id); in ORBit_imodule_get_typecode()
622 IDL_IDENT (IDL_TYPE_STRUCT (tree).ident).repo_id, in ORBit_imodule_get_typecode()
623 IDL_IDENT (IDL_TYPE_STRUCT (tree).ident).str, in ORBit_imodule_get_typecode()
628 IDL_IDENT (IDL_TYPE_STRUCT (tree).ident).repo_id, retval); in ORBit_imodule_get_typecode()
874 for (iter = IDL_TYPE_STRUCT (typespec).member_list; in ORBit_imodule_type_is_fixed_length()
/dports/devel/libIDL/libIDL-0.8.14/
H A Dutil.c695 *who = IDL_IDENT (IDL_TYPE_STRUCT (p).ident).str; in IDL_tree_get_node_info()
1196 IDL_TYPE_STRUCT (p).ident = ident; in IDL_type_struct_new()
1197 IDL_TYPE_STRUCT (p).member_list = member_list; in IDL_type_struct_new()
1522 return IDL_IDENT_TO_NS (IDL_TYPE_STRUCT (p).ident); in IDL_tree_get_scope()
1723 down_tfd.tree = IDL_TYPE_STRUCT (p).ident; in IDL_tree_walk_real()
1725 down_tfd.tree = IDL_TYPE_STRUCT (p).member_list; in IDL_tree_walk_real()
2009 IDL_tree_free (IDL_TYPE_STRUCT (p).ident); in IDL_tree_free()
2010 IDL_tree_free (IDL_TYPE_STRUCT (p).member_list); in IDL_tree_free()
3006 IDL_emit_IDL_ident (IDL_TYPE_STRUCT (p).ident, tfd, data); in IDL_emit_IDL_type_pre()
3009 IDL_tree_walk2 (IDL_TYPE_STRUCT (p).member_list, tfd,/*flags*/0, in IDL_emit_IDL_type_pre()
[all …]
H A Dparser.y616 IDL_TYPE_STRUCT ($$).member_list = $7;
617 assign_props (IDL_TYPE_STRUCT ($$).ident, $1);
/dports/devel/libIDL/libIDL-0.8.14/include/libIDL/
H A DIDL.h298 #define IDL_TYPE_STRUCT(a) IDL_CHECK_CAST(a, IDLN_TYPE_STRUCT, idl_type_struct) macro
H A DIDL.h.in298 #define IDL_TYPE_STRUCT(a) IDL_CHECK_CAST(a, IDLN_TYPE_STRUCT, idl_type_struct) macro