Home
last modified time | relevance | path

Searched refs:comb_type (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-affine.cc227 tree comb_type = comb->type; in aff_combination_convert() local
229 if (TYPE_PRECISION (type) > TYPE_PRECISION (comb_type)) in aff_combination_convert()
240 if (TYPE_PRECISION (type) == TYPE_PRECISION (comb_type)) in aff_combination_convert()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dcp-demangle.c1555 enum demangle_component_type comb_type; in d_prefix() local
1566 comb_type = DEMANGLE_COMPONENT_QUAL_NAME; in d_prefix()
1589 comb_type = DEMANGLE_COMPONENT_TEMPLATE; in d_prefix()
1612 ret = d_make_comp (di, comb_type, ret, dc); in d_prefix()