Home
last modified time | relevance | path

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

/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-utils.c41 for(curnode = IDL_ATTR_DCL(attr).simple_declarations; curnode; curnode = IDL_LIST(curnode).next) { in orbit_idl_attr_fake_ops()
50 op1 = IDL_op_dcl_new(0, IDL_ATTR_DCL(attr).param_type_spec, ident, NULL, NULL, NULL); in orbit_idl_attr_fake_ops()
56 if(!IDL_ATTR_DCL(attr).f_readonly) { in orbit_idl_attr_fake_ops()
68 IDL_ATTR_DCL(attr).param_type_spec, in orbit_idl_attr_fake_ops()
185 g_print("ATTR_DCL (%s):\n", (IDL_ATTR_DCL(node).f_readonly)?"readonly":"rw"); in orbit_idl_print_node()
186 orbit_idl_print_node(IDL_ATTR_DCL(node).param_type_spec, indent_level + INDENT_INCREMENT_1); in orbit_idl_print_node()
188 orbit_idl_print_node(IDL_ATTR_DCL(node).simple_declarations, indent_level + INDENT_INCREMENT_2); in orbit_idl_print_node()
H A Dorbit-idl-c-skelimpl.c168 for(curitem = IDL_ATTR_DCL(ski->tree).simple_declarations; curitem; in cbe_ski_do_attr_dcl_internal()
170 orbit_cbe_write_typespec(ski->of, IDL_ATTR_DCL(ski->tree).param_type_spec); in cbe_ski_do_attr_dcl_internal()
175 for(curitem = IDL_ATTR_DCL(ski->tree).simple_declarations; in cbe_ski_do_attr_dcl_internal()
184 if (i && IDL_ATTR_DCL(ski->tree).f_readonly) in cbe_ski_do_attr_dcl_internal()
195 IDL_ATTR_DCL(ski->tree).param_type_spec : NULL, in cbe_ski_do_attr_dcl_internal()
213 IDL_ATTR_DCL(ski->tree).param_type_spec, in cbe_ski_do_attr_dcl_internal()
H A Dorbit-idl-c-headers.c44 for (curitem = IDL_ATTR_DCL (tree).simple_declarations; in ch_build_interfaces()
883 … for(curitem = IDL_ATTR_DCL(cur).simple_declarations; curitem; curitem = IDL_LIST(curitem).next) { in ch_output_poa()
981 … for(curitem = IDL_ATTR_DCL(cur).simple_declarations; curitem; curitem = IDL_LIST(curitem).next) { in ch_output_stub_protos()
1033 for(curitem = IDL_ATTR_DCL(curop).simple_declarations; curitem; curitem = IDL_LIST(curitem).next) { in ch_output_inherited_protos()
1042 if(!IDL_ATTR_DCL(curop).f_readonly) in ch_output_inherited_protos()
1119 … for(curitem = IDL_ATTR_DCL(cur).simple_declarations; curitem; curitem = IDL_LIST(curitem).next) { in ch_output_skel_protos()
1163 for(curitem = IDL_ATTR_DCL(tree).simple_declarations; curitem; in ch_output_itypes()
H A Dorbit-idl-c-skels.c88 for(curattr = IDL_ATTR_DCL(curdcl).simple_declarations; in cbe_skel_interface_add_relayer()
98 if(!IDL_ATTR_DCL(curdcl).f_readonly) { in cbe_skel_interface_add_relayer()
H A Dorbit-idl-c-stubs.c132 for (node = IDL_ATTR_DCL (tree).simple_declarations; node; node = IDL_LIST (node).next) { in cs_output_stubs()
H A Dorbit-idl-c-common.c484 for (curitem = IDL_ATTR_DCL (tree).simple_declarations; in cc_build_interfaces()
600 for (node = IDL_ATTR_DCL (tree).simple_declarations; node; node = IDL_LIST (node).next) { in cc_output_skels()
/dports/devel/ORBit2/ORBit2-2.14.19/src/services/imodule/
H A Dorbit-imodule.c327 0, IDL_ATTR_DCL (attr).param_type_spec, fake_ident, NULL, NULL, NULL); in ORBit_imodule_fake_attribute_ops()
330 if (!IDL_ATTR_DCL (attr).f_readonly) { in ORBit_imodule_fake_attribute_ops()
342 IDL_ATTR_DCL (attr).param_type_spec, in ORBit_imodule_fake_attribute_ops()
372 for (sub = IDL_ATTR_DCL (tree).simple_declarations; in ORBit_iinterface_build_interfaces()
/dports/devel/libIDL/libIDL-0.8.14/
H A Dutil.c751 assert (IDL_ATTR_DCL (p).simple_declarations != NULL); in IDL_tree_get_node_info()
753 assert (IDL_LIST (IDL_ATTR_DCL (p).simple_declarations)._tail != NULL); in IDL_tree_get_node_info()
755 IDL_ATTR_DCL (p).simple_declarations)._tail) == IDLN_LIST); in IDL_tree_get_node_info()
757 IDL_ATTR_DCL (p).simple_declarations)._tail).data).str; in IDL_tree_get_node_info()
1355 IDL_ATTR_DCL (p).f_readonly = f_readonly; in IDL_attr_dcl_new()
1356 IDL_ATTR_DCL (p).param_type_spec = param_type_spec; in IDL_attr_dcl_new()
1357 IDL_ATTR_DCL (p).simple_declarations = simple_declarations; in IDL_attr_dcl_new()
1637 down_tfd.tree = IDL_ATTR_DCL (p).param_type_spec; in IDL_tree_walk_real()
1640 down_tfd.tree = IDL_ATTR_DCL (p).simple_declarations; in IDL_tree_walk_real()
2041 IDL_tree_free (IDL_ATTR_DCL (p).param_type_spec); in IDL_tree_free()
[all …]
/dports/devel/libIDL/libIDL-0.8.14/include/libIDL/
H A DIDL.h358 #define IDL_ATTR_DCL(a) IDL_CHECK_CAST(a, IDLN_ATTR_DCL, idl_attr_dcl) macro
H A DIDL.h.in358 #define IDL_ATTR_DCL(a) IDL_CHECK_CAST(a, IDLN_ATTR_DCL, idl_attr_dcl) macro