Home
last modified time | relevance | path

Searched refs:IDLN_MEMBER (Results 1 – 9 of 9) sorted by relevance

/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-c-imodule.c100 g_assert (IDL_NODE_TYPE (IDL_LIST (l).data) == IDLN_MEMBER); in ci_build_types()
157 g_assert (IDL_NODE_TYPE (IDL_LIST (l).data) == IDLN_MEMBER); in ci_build_types()
H A Dorbit-idl-utils.c294 case IDLN_MEMBER: in orbit_idl_print_node()
637 case IDLN_MEMBER: in orbit_cbe_type_is_fixed_length()
682 case IDLN_MEMBER: in orbit_cbe_get_typespec()
H A Dorbit-idl-c-utils.c23 case IDLN_MEMBER: in orbit_cbe_type_is_builtin()
91 case IDLN_MEMBER: in orbit_cbe_get_typespec_str()
H A Dorbit-idl-c-typecode.c124 g_assert (IDL_NODE_TYPE (IDL_LIST (l).data) == IDLN_MEMBER); in orbit_output_tcstruct_anon_subnames_array()
232 g_assert (IDL_NODE_TYPE (IDL_LIST (l).data) == IDLN_MEMBER); in orbit_output_tcstruct_anon_subtypes_array()
589 g_assert (IDL_NODE_TYPE (member) == IDLN_MEMBER); in orbit_output_tcstruct_sub_parts()
/dports/devel/ORBit2/ORBit2-2.14.19/src/services/imodule/
H A Dorbit-imodule-utils.c215 g_assert (IDL_NODE_TYPE (member) == IDLN_MEMBER); in ORBit_imodule_get_union_members()
387 case IDLN_MEMBER: in ORBit_imodule_get_typespec()
523 case IDLN_MEMBER: in ORBit_imodule_get_typecode()
891 case IDLN_MEMBER: in ORBit_imodule_type_is_fixed_length()
/dports/devel/libIDL/libIDL-0.8.14/include/libIDL/
H A DIDL.h315 #define IDL_MEMBER(a) IDL_CHECK_CAST(a, IDLN_MEMBER, idl_member)
532 IDLN_MEMBER, enumerator
H A DIDL.h.in315 #define IDL_MEMBER(a) IDL_CHECK_CAST(a, IDLN_MEMBER, idl_member)
532 IDLN_MEMBER, enumerator
/dports/devel/libIDL/libIDL-0.8.14/
H A Dutil.c727 case IDLN_MEMBER: in IDL_tree_get_node_info()
1041 IDL_tree p = IDL_node_new (IDLN_MEMBER); in IDL_member_new()
1593 case IDLN_MEMBER: in IDL_tree_walk_real()
1979 case IDLN_MEMBER: in IDL_tree_free()
3400 s = &table[IDLN_MEMBER]; in IDL_get_IDL_emission_table()
H A DChangeLog5722 Change element_spec to IDLN_MEMBER instead of IDLN_TYPE_DCL