Home
last modified time | relevance | path

Searched refs:subtp (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/hexpeek/hexpeek-v1.0.20200804/src/
H A Dhexpeek_settings.c90 int subtp = 0; in ascertainShared() local
95 subtp = 1; in ascertainShared()
100 subtp = -1; in ascertainShared()
105 subtp = 1; in ascertainShared()
110 subtp = -1; in ascertainShared()
133 subtp = 1; in ascertainShared()
138 subtp = -1; in ascertainShared()
143 subtp = 1; in ascertainShared()
148 subtp = -1; in ascertainShared()
153 subtp = 1; in ascertainShared()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCdwarf2.c2244 dwtag * subtp; in dwTagFromType() local
2295 if (!subtp->parent) in dwTagFromType()
2296 dwAddTagChild (tp, subtp); in dwTagFromType()
2304 dwAddTagChild (tp, subtp); in dwTagFromType()
2389 if (!subtp->parent) in dwTagFromType()
2566 dwtag *subtp; in dwGenerateScopes() local
2582 dwAddTagChild (tp, subtp); in dwGenerateScopes()
2640 dwtag *subtp; in dwWriteSymbolInternal() local
2791 if (!subtp->parent) in dwWriteSymbolInternal()
2792 dwAddTagChild (scopetp, subtp); in dwWriteSymbolInternal()
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/tr/
H A Dtr_inheritance.c423 int is_class_trans_subtype(const ir_type *tp, const ir_type *subtp) in is_class_trans_subtype() argument
426 return (pset_find_ptr(get_type_map(tp, d_down), subtp) != NULL); in is_class_trans_subtype()
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dtyperep.h970 FIRM_API int is_class_trans_subtype(const ir_type *tp, const ir_type *subtp);