Home
last modified time | relevance | path

Searched refs:default_p (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgengtype.c3033 int default_p = 0; in walk_type() local
3048 default_p = 1; in walk_type()
3064 else if (union_p && default_p) in walk_type()
3070 else if (!union_p && (default_p || tagid)) in walk_type()
3073 default_p ? "default" : "tag", f->name); in walk_type()
3074 else if (union_p && !(default_p || tagid) in walk_type()
3083 else if (union_p && !(default_p || tagid)) in walk_type()
/dragonfly/contrib/gcc-4.7/gcc/
HDgengtype.c2722 int default_p = 0; in walk_type() local
2737 default_p = 1; in walk_type()
2753 else if (union_p && default_p) in walk_type()
2759 else if (!union_p && (default_p || tagid)) in walk_type()
2762 default_p ? "default" : "tag", f->name); in walk_type()
2763 else if (union_p && !(default_p || tagid) in walk_type()
2772 else if (union_p && !(default_p || tagid)) in walk_type()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c8259 int default_p = 0; in coerce_template_parms() local
8275 ++default_p; in coerce_template_parms()
8305 if (variadic_p || default_p) in coerce_template_parms()
8307 nparms -= variadic_p + default_p; in coerce_template_parms()