Searched refs:isstruct (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dgen_template.c434 is_struct(Type *t, int isstruct) argument
443 return is_struct(t->subtype, isstruct);
454 return isstruct;
466 template_members(struct templatehead *temp, const char *basetype, const char *name, const Type *t, int optional, int isstruct, int need_offset) argument
606 template_members(temp, newbasename, m->gen_name, m->type, m->optional, isstruct, 1);
616 int subtype_is_struct = is_struct(t->subtype, isstruct);
728 m->label, isstruct ? "struct " : "",
738 if (asprintf(&e, "offsetof(%s%s, u.asn1_ellipsis)", isstruct ? "struct " : "", basetype) < 0 || e == NULL)
748 e ? e : "0", isstruct ? "struct " : "", basetype, (unsigned long)count);
803 int optional, int isstruct, in
797 generate_template_type(const char *varname, const char **dupname, const char *symname, const char *basetype, const char *name, Type *type, int optional, int isstruct, int need_offset) argument
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Dcoffgrok.h108 int isstruct; member in struct:coff_type::__anon480::__anon482
H A Dcoffgrok.c388 res->u.astructdef.isstruct = (type & 0xf) == T_STRUCT;
H A Dsrconv.c987 dsy.magic = symbol->type->u.astructdef.isstruct ? 0 : 1;

Completed in 175 milliseconds