Home
last modified time | relevance | path

Searched refs:IDL_NS (Results 1 – 6 of 6) sorted by relevance

/dports/devel/libIDL/libIDL-0.8.14/
H A Dns.c49 IDL_NS (ns).file = IDL_NS (ns).current = IDL_NS (ns).global; in IDL_ns_new()
67 g_hash_table_destroy (IDL_NS (ns).inhibits); in IDL_ns_free()
69 g_hash_table_destroy (IDL_NS (ns).filename_hash); in IDL_ns_free()
70 IDL_tree_free (IDL_NS (ns).global); in IDL_ns_free()
78 assert (IDL_NS (ns).global != NULL); \
79 assert (IDL_NS (ns).file != NULL); \
80 assert (IDL_NS (ns).current != NULL); \
106 if (IDL_GENTREE (IDL_NS (ns).current)._cur_prefix) in IDL_ns_prefix()
243 IDL_NS (ns).current = ns_ident; in IDL_ns_push_scope()
250 if (IDL_NODE_UP (IDL_NS (ns).current) != NULL) in IDL_ns_pop_scope()
[all …]
H A Dparser.y1177 IDL_tree old_top = IDL_GENTREE (IDL_NS (__IDL_root_ns).current).data;
1190 IDL_tree old_top = IDL_GENTREE (IDL_NS (__IDL_root_ns).current).data;
1192 assert (IDL_NS (__IDL_root_ns).current != NULL);
1193 assert (IDL_NODE_TYPE (IDL_NS (__IDL_root_ns).current) == IDLN_GENTREE);
1194 assert (IDL_GENTREE (IDL_NS (__IDL_root_ns).current).data != NULL);
1207 IDL_tree cur_top = IDL_GENTREE (IDL_NS (__IDL_root_ns).current).data;
1283 IDL_IDENT(IDL_GENTREE (IDL_NS (__IDL_root_ns).current).data).str );
1309 __IDL_root_ns,IDL_NS (__IDL_root_ns).file, $1, NULL)) == NULL) {
1452 p = IDL_NS (ns).current; in IDL_ns_get_cur_prefix()
1538 IDL_tree p = IDL_NS (ns).current, q; in IDL_ns_pragma_parse_name()
[all …]
H A Dutil.c350 __IDL_filename_hash = IDL_NS (__IDL_root_ns).filename_hash; in IDL_parse_filename()
438 __IDL_filename_hash = IDL_NS (__IDL_root_ns).filename_hash; in IDL_parse_filename_with_input()
2394 data.removed_nodes = IDL_NS (ns).inhibits; in IDL_tree_remove_inhibits()
/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-utils.c53 IDL_NS(ns).current = IDL_IDENT_TO_NS (IDL_INTERFACE (intf).ident); in orbit_idl_attr_fake_ops()
64 IDL_NS(ns).current = IDL_IDENT_TO_NS (IDL_INTERFACE (intf).ident); in orbit_idl_attr_fake_ops()
/dports/devel/libIDL/libIDL-0.8.14/include/libIDL/
H A DIDL.h651 #define IDL_NS(a) (*(a)) macro
H A DIDL.h.in651 #define IDL_NS(a) (*(a)) macro