Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDconstraint.cc1562 tsubst_flags_t complain, tree in_decl) in tsubst_predicate_constraint() argument
1566 tree result = tsubst_expr (expr, args, complain, in_decl, false); in tsubst_predicate_constraint()
1575 tsubst_flags_t complain, tree in_decl) in tsubst_check_constraint() argument
1585 tree result = tsubst_expr (expr, args, complain, in_decl, false); in tsubst_check_constraint()
1603 tsubst_flags_t complain, tree in_decl) in tsubst_logical_operator() argument
1606 tree r0 = tsubst_constraint (t0, args, complain, in_decl); in tsubst_logical_operator()
1610 tree r1 = tsubst_constraint (t1, args, complain, in_decl); in tsubst_logical_operator()
1621 tsubst_expr_constr (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_expr_constr() argument
1625 tree ret = tsubst_expr (expr, args, complain, in_decl, false); in tsubst_expr_constr()
1634 tsubst_type_constr (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_type_constr() argument
[all …]
HDpt.c3589 tree in_decl) in expand_integer_pack() argument
3592 tree hi = tsubst_copy_and_build (ohi, args, complain, in_decl, in expand_integer_pack()
3639 tree in_decl) in expand_builtin_pack_call() argument
3647 return expand_integer_pack (call, args, complain, in_decl); in expand_builtin_pack_call()
7133 tree in_decl, in coerce_template_template_parm() argument
7154 (parmparm, argparm, complain, in_decl, outer_args)) in coerce_template_template_parm()
7176 tree t = tsubst (TREE_TYPE (parm), outer_args, complain, in_decl); in coerce_template_template_parm()
7446 tree in_decl, in coerce_template_template_parms() argument
7543 if (!coerce_template_template_parm (parm, arg, complain, in_decl, in coerce_template_template_parms()
7566 if (!coerce_template_template_parm (parm, arg, complain, in_decl, in coerce_template_template_parms()
[all …]
HDparser.c21207 int in_decl = parser->in_declarator_p; in cp_parser_type_specifier_seq() local
21214 parser->in_declarator_p = in_decl; in cp_parser_type_specifier_seq()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDpt.c5810 tree in_decl, in coerce_template_template_parm() argument
5831 (parmparm, argparm, complain, in_decl, outer_args)) in coerce_template_template_parm()
5853 (tsubst (TREE_TYPE (parm), outer_args, complain, in_decl), in coerce_template_template_parm()
5888 tree in_decl, in coerce_template_template_parms() argument
5943 if (!coerce_template_template_parm (parm, arg, complain, in_decl, in coerce_template_template_parms()
5966 if (!coerce_template_template_parm (parm, arg, complain, in_decl, in coerce_template_template_parms()
6090 tree in_decl) in convert_template_argument() argument
6174 if (in_decl) in convert_template_argument()
6180 i + 1, in_decl); in convert_template_argument()
6195 if (in_decl && (complain & tf_error)) in convert_template_argument()
[all …]
HDcp-lang.c98 tree in_decl ATTRIBUTE_UNUSED, in objcp_tsubst_copy_and_build()
/dragonfly/usr.bin/indent/
HDindent.c153 had_eof = ps.in_decl = ps.decl_on_line = break_comma = false; in main()
570 else if (ps.in_decl && !ps.block_init && !ps.dumped_decl_indent && in main()
640 if (!ps.dumped_decl_indent && ps.in_decl && !ps.block_init && in main()
751 if (ps.in_decl && s_code == e_code && !ps.block_init && in main()
758 ps.in_decl = (ps.dec_nest > 0); /* if we were in a first level in main()
829 if (ps.in_decl && ps.in_or_st) { /* this is either a structure in main()
848 ps.in_decl = false; in main()
886 ps.in_decl = true; in main()
962 ps.in_decl = ps.decl_on_line = ps.last_token != type_def; in main()
981 if (ps.in_decl) { in main()
[all …]
HDio.c201 ps.decl_on_line = ps.in_decl; /* if we are in the middle of a in dump_line()
204 ps.ind_stmt = ps.in_stmt & ~ps.in_decl; /* next line should be in dump_line()
HDlexi.c325 if (state->in_decl) in lexi()
537 if (ps.in_decl) { in lexi()
HDindent_globs.h282 int in_decl; /* set to true when we are in a declaration member
/dragonfly/contrib/gcc-4.7/gcc/objcp/
HDobjcp-lang.c58 tree in_decl, bool function_p ATTRIBUTE_UNUSED) in objcp_tsubst_copy_and_build() argument
61 tsubst_copy_and_build (NODE, args, complain, in_decl, \ in objcp_tsubst_copy_and_build()