Home
last modified time | relevance | path

Searched refs:IDL_GENTREE (Results 1 – 7 of 7) sorted by relevance

/dports/devel/libIDL/libIDL-0.8.14/
H A Dns.c106 if (IDL_GENTREE (IDL_NS (ns).current)._cur_prefix) in IDL_ns_prefix()
154 assert (IDL_GENTREE (p).data != NULL); in IDL_ns_lookup_this_scope()
160 q = IDL_GENTREE (scope)._import; in IDL_ns_lookup_this_scope()
177 assert (IDL_GENTREE (p).data != NULL); in IDL_ns_lookup_this_scope()
259 if (IDL_GENTREE (nsid).data == NULL) { in IDL_ns_qualified_ident_new()
263 assert (IDL_GENTREE (nsid).data != NULL); in IDL_ns_qualified_ident_new()
436 if (IDL_GENTREE (p).data == NULL) in is_inheritance_conflict()
441 if (IDL_NODE_UP (IDL_GENTREE (p).data) == NULL) in is_inheritance_conflict()
445 (IDL_NODE_UP (IDL_GENTREE (p).data) && in is_inheritance_conflict()
484 assert (IDL_GENTREE (scope).data != NULL); in IDL_ns_load_idents_to_tables()
[all …]
H A Dparser.y940 $$ = IDL_GENTREE ($1).data;
1172 $$ = IDL_GENTREE ($1).data;
1185 $$ = IDL_GENTREE ($1).data;
1202 $$ = IDL_GENTREE ($1).data;
1227 for (i = 0, q = IDL_GENTREE (p).data;
1265 assert (IDL_GENTREE (p).data != NULL);
1315 assert (IDL_GENTREE (p).data != NULL);
1545 if ( p && (q=IDL_GENTREE(p).data)!=0 in IDL_ns_pragma_parse_name()
1593 assert (IDL_GENTREE (p).data != NULL); in IDL_ns_ID()
1595 ident = IDL_GENTREE (p).data; in IDL_ns_ID()
[all …]
H A Dutil.c932 IDL_GENTREE (p).data = data; in IDL_gentree_new()
933 IDL_GENTREE (p).hash_func = hash_func; in IDL_gentree_new()
948 IDL_GENTREE (p).data = data; in IDL_gentree_new_sibling()
949 IDL_GENTREE (p).hash_func = IDL_GENTREE (from).hash_func; in IDL_gentree_new_sibling()
950 IDL_GENTREE (p).key_compare_func = IDL_GENTREE (from).key_compare_func; in IDL_gentree_new_sibling()
951 IDL_GENTREE (p).siblings = IDL_GENTREE (from).siblings; in IDL_gentree_new_sibling()
952 IDL_GENTREE (p).children = g_hash_table_new (IDL_GENTREE (from).hash_func, in IDL_gentree_new_sibling()
953 IDL_GENTREE (from).key_compare_func); in IDL_gentree_new_sibling()
1456 IDL_GENTREE (from).key_compare_func, in IDL_gentree_chain_child()
1865 g_hash_table_foreach (IDL_GENTREE (p).children, in IDL_tree_free_real()
[all …]
H A DChangeLog5694 - Alter IDL_GENTREE to use up node instead of parent in node data.
5875 - Add IDL_ns_ident_to_qstring. This takes an NS IDL_GENTREE node,
5879 - Add IDL_ns_ident_to_qstring. This takes an NS IDL_GENTREE node, so
/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-c-skelimpl.c204 ns_data_save = IDL_GENTREE(IDL_IDENT_TO_NS(IDL_LIST(curitem).data)).data; in cbe_ski_do_attr_dcl_internal()
205 IDL_GENTREE(IDL_IDENT_TO_NS(IDL_LIST(curitem).data)).data = ident; in cbe_ski_do_attr_dcl_internal()
223 IDL_GENTREE(IDL_IDENT_TO_NS(IDL_LIST(curitem).data)).data = ns_data_save; in cbe_ski_do_attr_dcl_internal()
/dports/devel/libIDL/libIDL-0.8.14/include/libIDL/
H A DIDL.h143 #define IDL_GENTREE(a) IDL_CHECK_CAST(a, IDLN_GENTREE, idl_gentree) macro
H A DIDL.h.in143 #define IDL_GENTREE(a) IDL_CHECK_CAST(a, IDLN_GENTREE, idl_gentree) macro