Searched refs:make_auto_1 (Results 1 – 6 of 6) sorted by relevance
2668 * pt.cc (make_auto_1): Use -1 as a placeholder default argument2743 (make_auto_1): Add defaulted 'level' parameter.2744 (make_template_placeholder): Pass 0 as 'level' to make_auto_1.
446 * pt.c (make_auto_1): Add set_canonical parameter and set448 (make_decltype_auto): Adjust call to make_auto_1.451 (make_constrained_auto): ...here. Call make_auto_1 instead of
28905 make_auto_1 (tree name, bool set_canonical, int level = -1) in make_auto_1() function28927 return make_auto_1 (decltype_auto_identifier, true); in make_decltype_auto()28933 return make_auto_1 (auto_identifier, true); in make_auto()28943 tree t = make_auto_1 (auto_identifier, false, /*level=*/0); in make_template_placeholder()28992 tree type = make_auto_1 (auto_identifier, false); in make_constrained_auto()29001 tree type = make_auto_1 (decltype_auto_identifier, false); in make_constrained_decltype_auto()30610 tree new_auto = make_auto_1 (TYPE_IDENTIFIER (auto_node), false); in splice_late_return_type()
1255 * pt.c (make_auto_1): Use input_location rather than BUILTINS_LOCATION.
250 (make_auto_1): Inspect current_template_depth instead of the
5877 * pt.c (make_auto_1): Set AUTO_IS_DECLTYPE when building a