Home
last modified time | relevance | path

Searched refs:get_sizeof_vla_type (Results 1 – 10 of 10) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/
H A Dbackend.h304 get_sizeof_vla_type_func_t get_sizeof_vla_type; member
376 struct vreg *get_sizeof_vla_type(struct type *, struct icode_list *);
H A Dbackend.c1717 get_sizeof_vla_type(struct type *ty, struct icode_list *il) { function
1860 ret = get_sizeof_vla_type(ty, il);
H A Damd64_gen.c1841 get_sizeof_vla_type,
H A Dmips_gen.c2114 get_sizeof_vla_type,
H A Dsparc_gen.c2734 get_sizeof_vla_type,
H A Dsubexpr.c2796 vr = backend->get_sizeof_vla_type(vr->type, il);
H A Dpower_gen.c3356 get_sizeof_vla_type,
H A Dx86_gen.c4007 get_sizeof_vla_type,
H A Dicode.c5342 size = backend->get_sizeof_vla_type(d->dtype, il); in xlate_decl()
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dsubexpr.c2619 vr = backend->get_sizeof_vla_type(vr->type, il);