Searched defs:dcl (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_header.c832 struct _IDL_CONST_DCL *dcl = &IDL_CONST_DCL(state->tree); local
833 const char *name = IDL_IDENT(dcl->ident).str;
835 GSList *doc_comments = IDL_IDENT(dcl->ident).comments;
848 real_type = find_underlying_type(dcl->const_type);
849 real_type = real_type ? real_type : dcl->const_type;
855 fprintf(state->file, const_format, IDL_INTEGER(dcl->const_exp).value);
1091 * A method is an `operation', therefore a method decl is an `op dcl'.
H A Dxpidl_util.c159 struct _IDL_CONST_DCL *dcl = &IDL_CONST_DCL(const_tree); local
160 const char *name = IDL_IDENT(dcl->ident).str;
174 real_type = find_underlying_type(dcl->const_type);
175 real_type = real_type ? real_type : dcl->const_type;
181 IDL_INTEGER(dcl->const_exp).value < 0)
H A Dxpidl_typelib.c1155 struct _IDL_CONST_DCL *dcl = &IDL_CONST_DCL(state->tree); local
1156 const char *name = IDL_IDENT(dcl->ident).str;
1168 real_type = find_underlying_type(dcl->const_type);
1169 real_type = real_type ? real_type : dcl->const_type;
1177 cd->name = IDL_IDENT(dcl->ident).str;
1181 if (!fill_td_from_type(state, &cd->type, dcl->const_type))
1184 value = IDL_INTEGER(dcl->const_exp).value;
1185 sign = IDL_TYPE_INTEGER(dcl->const_type).f_signed;

Completed in 49 milliseconds