Searched refs:default_p (Results 1 – 3 of 3) sorted by relevance
3033 int default_p = 0; in walk_type() local3048 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()
2722 int default_p = 0; in walk_type() local2737 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()
8259 int default_p = 0; in coerce_template_parms() local8275 ++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()