Home
last modified time | relevance | path

Searched refs:IDLN_TYPE_ENUM (Results 1 – 12 of 12) sorted by relevance

/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-c-imodule.c106 IDL_NODE_TYPE(dcl) == IDLN_TYPE_ENUM) in ci_build_types()
123 if (IDL_NODE_TYPE (IDL_TYPE_UNION (tree).switch_type_spec) == IDLN_TYPE_ENUM) in ci_build_types()
137 IDL_NODE_TYPE(dcl) == IDLN_TYPE_ENUM) in ci_build_types()
163 IDL_NODE_TYPE(dcl) == IDLN_TYPE_ENUM) in ci_build_types()
178 case IDLN_TYPE_ENUM: in ci_build_types()
H A Dorbit-idl-c-typecode.c27 case IDLN_TYPE_ENUM: in orbit_output_typecode()
68 case IDLN_TYPE_ENUM: in orbit_generate_tcstruct_name()
98 case IDLN_TYPE_ENUM: in orbit_output_tcstruct_anon_subnames_array()
391 case IDLN_TYPE_ENUM: in orbit_output_tcstruct_kind()
475 case IDLN_TYPE_ENUM: in orbit_output_tcstruct_name()
511 case IDLN_TYPE_ENUM: in orbit_output_tcstruct_repo_id()
609 case IDLN_TYPE_ENUM: in orbit_output_tcstruct_sub_parts()
629 case IDLN_TYPE_ENUM: in orbit_output_tcstruct_subnames()
784 case IDLN_TYPE_ENUM: in orbit_find_c_align()
H A Dorbit-idl-utils.c262 case IDLN_TYPE_ENUM: in orbit_idl_print_node()
442 typeoffsets[IDLN_TYPE_ENUM] = 8; in orbit_cbe_get_typeoffsets_table()
594 case IDLN_TYPE_ENUM: in orbit_cbe_type_is_fixed_length()
664 case IDLN_TYPE_ENUM: in orbit_cbe_get_typespec()
H A Dorbit-idl-c-utils.c52 case IDLN_TYPE_ENUM: in orbit_cbe_type_is_builtin()
159 case IDLN_TYPE_ENUM: in orbit_cbe_get_typespec_str()
476 case IDLN_TYPE_ENUM: \
H A Dorbit-idl-c-headers.c276 case IDLN_TYPE_ENUM: in ch_output_types()
538 if (IDL_NODE_TYPE (IDL_TYPE_UNION (tree).switch_type_spec) == IDLN_TYPE_ENUM) in ch_output_type_union()
758 case IDLN_TYPE_ENUM: in ch_prep()
H A Dorbit-idl-c-common.c89 case IDLN_TYPE_ENUM: in cc_output_tc_walker()
/dports/devel/ORBit2/ORBit2-2.14.19/src/services/imodule/
H A Dorbit-imodule-utils.c253 g_return_val_if_fail (IDL_NODE_TYPE (tree) == IDLN_TYPE_ENUM, NULL); in ORBit_imodule_get_enum_members()
367 case IDLN_TYPE_ENUM: in ORBit_imodule_get_typespec()
439 case IDLN_TYPE_ENUM: in ORBit_imodule_find_c_align()
719 case IDLN_TYPE_ENUM: in ORBit_imodule_get_typecode()
847 case IDLN_TYPE_ENUM: in ORBit_imodule_type_is_fixed_length()
H A Dorbit-imodule.c412 case IDLN_TYPE_ENUM: in ORBit_iinterface_build_interfaces()
/dports/devel/libIDL/libIDL-0.8.14/include/libIDL/
H A DIDL.h274 #define IDL_TYPE_ENUM(a) IDL_CHECK_CAST(a, IDLN_TYPE_ENUM, idl_type_enum)
527 IDLN_TYPE_ENUM, enumerator
627 IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
638 IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
H A DIDL.h.in274 #define IDL_TYPE_ENUM(a) IDL_CHECK_CAST(a, IDLN_TYPE_ENUM, idl_type_enum)
527 IDLN_TYPE_ENUM, enumerator
627 IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
638 IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
/dports/devel/libIDL/libIDL-0.8.14/
H A Dutil.c708 case IDLN_TYPE_ENUM: in IDL_tree_get_node_info()
1219 IDL_tree p = IDL_node_new (IDLN_TYPE_ENUM); in IDL_type_enum_new()
1518 case IDLN_TYPE_ENUM: in IDL_tree_get_scope()
1695 case IDLN_TYPE_ENUM: in IDL_tree_walk_real()
1990 case IDLN_TYPE_ENUM: in IDL_tree_free()
2961 case IDLN_TYPE_ENUM: in IDL_emit_IDL_type_pre()
3429 table[IDLN_TYPE_ENUM].pre = in IDL_get_IDL_emission_table()
H A Dparser.y2116 IDL_NODE_TYPE (IDL_NODE_UP (q)) == IDLN_TYPE_ENUM) { in IDL_resolve_const_exp()