Home
last modified time | relevance | path

Searched refs:IDL_ns (Results 1 – 14 of 14) sorted by relevance

/dports/devel/libIDL/libIDL-0.8.14/include/libIDL/
H A DIDL.h642 typedef struct _IDL_ns * IDL_ns; typedef
721 IDL_tree *tree, IDL_ns *ns,
729 IDL_tree *tree, IDL_ns *ns,
733 extern int IDL_ns_prefix (IDL_ns ns,
736 extern void IDL_ns_ID (IDL_ns ns,
739 extern void IDL_ns_version (IDL_ns ns,
789 IDL_ns ns);
811 IDL_ns ns,
816 IDL_ns ns,
830 extern IDL_ns IDL_ns_new (void);
[all …]
H A DIDL.h.in642 typedef struct _IDL_ns * IDL_ns; typedef
721 IDL_tree *tree, IDL_ns *ns,
729 IDL_tree *tree, IDL_ns *ns,
733 extern int IDL_ns_prefix (IDL_ns ns,
736 extern void IDL_ns_ID (IDL_ns ns,
739 extern void IDL_ns_version (IDL_ns ns,
789 IDL_ns ns);
811 IDL_ns ns,
816 IDL_ns ns,
830 extern IDL_ns IDL_ns_new (void);
[all …]
/dports/devel/libIDL/libIDL-0.8.14/
H A Dns.c36 IDL_ns IDL_ns_new (void) in IDL_ns_new()
38 IDL_ns ns; in IDL_ns_new()
62 void IDL_ns_free (IDL_ns ns) in IDL_ns_free()
87 int IDL_ns_prefix (IDL_ns ns, const char *s) in IDL_ns_prefix()
114 IDL_tree IDL_ns_resolve_this_scope_ident (IDL_ns ns, IDL_tree scope, IDL_tree ident) in IDL_ns_resolve_this_scope_ident()
132 IDL_tree IDL_ns_resolve_ident (IDL_ns ns, IDL_tree ident) in IDL_ns_resolve_ident()
197 IDL_tree IDL_ns_lookup_cur_scope (IDL_ns ns, IDL_tree ident, gboolean *conflict) in IDL_ns_lookup_cur_scope()
202 IDL_tree IDL_ns_place_new (IDL_ns ns, IDL_tree ident) in IDL_ns_place_new()
235 void IDL_ns_push_scope (IDL_ns ns, IDL_tree ns_ident) in IDL_ns_push_scope()
246 void IDL_ns_pop_scope (IDL_ns ns) in IDL_ns_pop_scope()
[all …]
H A Dutil.h75 extern void IDL_tree_process_forward_dcls (IDL_tree *p, IDL_ns ns);
76 extern void IDL_tree_remove_empty_modules (IDL_tree *p, IDL_ns ns);
104 extern IDL_ns __IDL_root_ns;
H A DlibIDL2.texi109 IDL_ns ns;
155 IDL_ns
186 IDL_msg_callback CALLBACK, IDL_tree *TREE, IDL_ns *NS, unsigned long FLAGS,
219 NS: optional, if non-NULL, points to an IDL_ns * to return the namespace
317 Function: void IDL_ns_free (IDL_ns NS)
343 is only deleted when the IDL_ns component is freed, so it can be
H A Dtstidl.c26 IDL_ns ns;
191 IDL_ns ns; in main()
H A Dparser.y1448 static const char *IDL_ns_get_cur_prefix (IDL_ns ns) in IDL_ns_get_cur_prefix()
1462 gchar *IDL_ns_ident_make_repo_id (IDL_ns ns, IDL_tree p, in IDL_ns_ident_make_repo_id()
1536 static IDL_tree IDL_ns_pragma_parse_name (IDL_ns ns, const char *s) in IDL_ns_pragma_parse_name()
1571 void IDL_ns_ID (IDL_ns ns, const char *s) in IDL_ns_ID()
1603 void IDL_ns_version (IDL_ns ns, const char *s) in IDL_ns_version()
1670 static void IDL_inhibit (IDL_ns ns, const char *s) in IDL_inhibit()
1678 static void IDL_typecodes_as_tok (IDL_ns ns, const char *s) in IDL_typecodes_as_tok()
1686 static void IDL_pidl (IDL_ns ns, const char *s) in IDL_pidl()
H A Dutil.c108 IDL_ns __IDL_root_ns;
194 static void IDL_tree_optimize (IDL_tree *p, IDL_ns ns) in IDL_tree_optimize()
220 IDL_msg_callback msg_cb, IDL_tree *tree, IDL_ns *ns, in IDL_parse_filename()
409 IDL_tree *tree, IDL_ns *ns, in IDL_parse_filename_with_input()
2329 void IDL_tree_process_forward_dcls (IDL_tree *p, IDL_ns ns) in IDL_tree_process_forward_dcls()
2382 void IDL_tree_remove_inhibits (IDL_tree *tree, IDL_ns ns) in IDL_tree_remove_inhibits()
2426 void IDL_tree_remove_empty_modules (IDL_tree *p, IDL_ns ns) in IDL_tree_remove_empty_modules()
2505 IDL_ns ns;
3472 void IDL_tree_to_IDL (IDL_tree p, IDL_ns ns, FILE *output, unsigned long output_flags) in IDL_tree_to_IDL()
3497 GString *IDL_tree_to_IDL_string (IDL_tree p, IDL_ns ns, unsigned long output_flags) in IDL_tree_to_IDL_string()
H A DChangeLog2327 If IDL_ns is NULL, output flag IDLF_OUTPUT_NO_QUALIFY_IDENTS is
2330 * util.c (IDL_tree_to_IDL*): If IDL_ns is NULL, output flag
3164 (IDL_tree_to_IDL): Updated to also take an IDL_ns parameter.
3247 * IDL.h, ns.c, util.c: Move __IDL_filename_hash to IDL_ns
6237 Initial IDL_ns stuff
/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-driver.c34 orbit_idl_tree_fake_ops (IDL_tree tree, IDL_ns ns) in orbit_idl_tree_fake_ops()
64 IDL_ns ns; in orbit_idl_to_backend()
H A Dorbit-idl3-types.h40 IDL_ns ns; /* Use ns instead of namespace because that's a C++ reserved keyword */
H A Dorbit-idl2.h14 IDL_ns ns);
H A Dorbit-idl-utils.c31 orbit_idl_attr_fake_ops(IDL_tree attr, IDL_ns ns) in orbit_idl_attr_fake_ops()
/dports/devel/ORBit2/ORBit2-2.14.19/src/services/imodule/
H A Dorbit-imodule.c574 IDL_ns namespace; in ORBit_iinterfaces_from_file()