Searched defs:real_type (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_header.c836 IDL_tree real_type; local
848 real_type = find_underlying_type(dcl->const_type);
849 real_type = real_type ? real_type : dcl->const_type;
850 is_signed = IDL_TYPE_INTEGER(real_type).f_signed;
H A Dxpidl_java.c570 IDL_tree real_type = local
573 if (real_type) {
576 state->tree = real_type;
862 IDL_tree real_type; local
868 real_type = find_underlying_type(declaration->const_type);
869 real_type = real_type ? real_type : declaration->const_type;
882 if (IDL_TYPE_INTEGER(real_type).f_type == IDL_INTEGER_TYPE_LONG) {
883 if (IDL_TYPE_INTEGER(real_type)
[all...]
H A Dxpidl_util.c161 IDL_tree real_type; local
174 real_type = find_underlying_type(dcl->const_type);
175 real_type = real_type ? real_type : dcl->const_type;
176 if (IDL_NODE_TYPE(real_type) == IDLN_TYPE_INTEGER &&
177 (IDL_TYPE_INTEGER(real_type).f_type == IDL_INTEGER_TYPE_SHORT ||
178 IDL_TYPE_INTEGER(real_type).f_type == IDL_INTEGER_TYPE_LONG))
180 if (!IDL_TYPE_INTEGER(real_type).f_signed &&
192 if (IDL_TYPE_INTEGER(real_type)
464 IDL_tree real_type; local
632 IDL_tree real_type; local
[all...]
H A Dxpidl_typelib.c1159 IDL_tree real_type; local
1168 real_type = find_underlying_type(dcl->const_type);
1169 real_type = real_type ? real_type : dcl->const_type;
1170 is_long = (IDL_TYPE_INTEGER(real_type).f_type == IDL_INTEGER_TYPE_LONG);

Completed in 53 milliseconds