Home
last modified time | relevance | path

Searched refs:in_decl (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc82 : complain (cmp), in_decl (in) in subst_info()
98 tree in_decl; member
617 norm_info (tree in_decl, tsubst_flags_t complain) in norm_info()
618 : subst_info (tf_warning_or_error | complain, in_decl), in norm_info()
619 context (make_context (in_decl)) in norm_info()
627 tree make_context(tree in_decl) in make_context()
630 return build_tree_list (NULL_TREE, in_decl); in make_context()
638 tree map = build_parameter_mapping (expr, args, in_decl); in update_context()
641 in_decl = get_concept_check_template (expr); in update_context()
690 targs = tsubst_template_args (targs, args, info.complain, info.in_decl); in normalize_concept_check()
[all …]
H A Dpt.c3761 tree in_decl) in expand_integer_pack() argument
3764 tree hi = tsubst_copy_and_build (ohi, args, complain, in_decl, in expand_integer_pack()
3812 tree in_decl) in expand_builtin_pack_call() argument
3820 return expand_integer_pack (call, args, complain, in_decl); in expand_builtin_pack_call()
7573 tree in_decl, in coerce_template_template_parm() argument
7594 (parmparm, argparm, complain, in_decl, outer_args)) in coerce_template_template_parm()
7616 tree t = tsubst (TREE_TYPE (parm), outer_args, complain, in_decl); in coerce_template_template_parm()
7863 tree in_decl, in coerce_template_template_parms() argument
7961 if (!coerce_template_template_parm (parm, arg, complain, in_decl, in coerce_template_template_parms()
7984 if (!coerce_template_template_parm (parm, arg, complain, in_decl, in coerce_template_template_parms()
[all …]
H A Dparser.c22443 int in_decl = parser->in_declarator_p; in cp_parser_type_specifier_seq() local
22450 parser->in_declarator_p = in_decl; in cp_parser_type_specifier_seq()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc3822 tree in_decl) in expand_integer_pack() argument
3825 tree hi = tsubst_copy_and_build (ohi, args, complain, in_decl, in expand_integer_pack()
3874 tree in_decl) in expand_builtin_pack_call() argument
3882 return expand_integer_pack (call, args, complain, in_decl); in expand_builtin_pack_call()
7770 tree in_decl, in coerce_template_template_parm() argument
7791 (parmparm, argparm, complain, in_decl, outer_args)) in coerce_template_template_parm()
7813 tree t = tsubst (TREE_TYPE (parm), outer_args, complain, in_decl); in coerce_template_template_parm()
8060 tree in_decl, in coerce_template_template_parms() argument
8179 if (!coerce_template_template_parm (parm, arg, complain, in_decl, in coerce_template_template_parms()
8202 if (!coerce_template_template_parm (parm, arg, complain, in_decl, in coerce_template_template_parms()
[all …]
H A Dconstraint.cc82 : complain (cmp), in_decl (in) in subst_info()
98 tree in_decl; member
629 norm_info (tree in_decl, tsubst_flags_t complain) in norm_info()
630 : subst_info (tf_warning_or_error | complain, in_decl) in norm_info()
632 if (in_decl) in norm_info()
634 initial_parms = DECL_TEMPLATE_PARMS (in_decl); in norm_info()
636 context = build_tree_list (NULL_TREE, in_decl); in norm_info()
654 in_decl = get_concept_check_template (expr); in update_context()
662 if (in_decl) in ctx_parms()
663 return DECL_TEMPLATE_PARMS (in_decl); in ctx_parms()
[all …]
H A DChangeLog-20212213 * constraint.cc (tsubst_requires_expr): Pass complain/in_decl to
2215 * cp-tree.h (add_extra_args): Add complain/in_decl parameters.
2217 (add_extra_args): Add complain/in_decl parameters. Enable the
2220 (tsubst_pack_expansion): Pass complain/in_decl to
2223 (tsubst_expr) <case IF_STMT>: Pass complain/in_decl to
4366 in_decl argument. Remove outdated documentation. Document the
H A DChangeLog326 * pt.cc (convert_template_argument): Pass 'in_decl' as 'tmpl' to
329 'in_decl' to coerce_template_parms.
H A DChangeLog-20183004 (tsubst_copy_and_build) [NEW_EXPR]: Clear in_decl.
H A DChangeLog-20204047 the 'in_decl' parameter to coerce_template_parms.
H A DChangeLog-19941426 coerce_template_parms instead of 'in_decl', since it's a more
H A Dparser.cc24377 int in_decl = parser->in_declarator_p; in cp_parser_type_specifier_seq() local
24384 parser->in_declarator_p = in_decl; in cp_parser_type_specifier_seq()
/netbsd-src/usr.bin/indent/
H A Dindent.c360 if (lsym == lsym_rbrace && !ps.in_decl) in update_ps_badp()
393 return ps.in_decl in is_function_pointer_declaration()
761 if (ps.in_decl && ps.in_var_decl) { in process_lbrace()
772 ps.in_decl = false; in process_lbrace()
814 ps.in_decl = true; in process_rbrace()
866 if (ps.in_decl && ps.ind_paren_level == 0 in process_comma()
924 if (ps.in_decl && code.len == 0 && !ps.in_init && in process_semicolon()
930 ps.in_decl = ps.decl_level > 0; /* if we were in a first level in process_semicolon()
968 ps.in_decl = true; in process_type_outside_parentheses()
969 ps.line_has_decl = ps.in_decl; in process_type_outside_parentheses()
[all...]
H A Dio.c395 && (!ps.in_decl || ps.in_init) in prepare_next_line()
402 ps.line_has_decl = ps.in_decl; in prepare_next_line()
414 && !ps.in_decl) in prepare_next_line()
H A Dlexi.c454 if (ps.in_decl) in lexi_alnum()
501 return ps.in_decl && ps.paren.len > 0; in is_asterisk_unary()
531 if (ps.in_decl && probably_in_function_definition()) in lex_asterisk_unary()
H A Dindent.h311 bool in_decl; /* XXX: double-check the exact meaning */
310 bool in_decl; /* XXX: double-check the exact meaning */ global() member
H A Ddebug.c366 debug_ps_bool(in_decl); in debug_parser_state()
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A Dobjcp-lang.cc54 tree in_decl, bool function_p ATTRIBUTE_UNUSED) in objcp_tsubst_copy_and_build() argument
57 tsubst_copy_and_build (NODE, args, complain, in_decl, \ in objcp_tsubst_copy_and_build()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/
H A Dobjcp-lang.c54 tree in_decl, bool function_p ATTRIBUTE_UNUSED) in objcp_tsubst_copy_and_build() argument
57 tsubst_copy_and_build (NODE, args, complain, in_decl, \ in objcp_tsubst_copy_and_build()