HomeSort by: relevance | last modified time | path
    Searched defs:in_decl (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/indent/
indent.h 311 bool in_decl; /* XXX: double-check the exact meaning */ member in struct:parser_state
  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 82 : complain (cmp), in_decl (in)
98 tree in_decl; member in struct:subst_info
631 norm_info (tree in_decl, tsubst_flags_t complain)
632 : subst_info (tf_warning_or_error | complain, in_decl)
634 if (in_decl)
636 initial_parms = DECL_TEMPLATE_PARMS (in_decl);
638 context = build_tree_list (NULL_TREE, in_decl);
656 in_decl = get_concept_check_template (expr);
664 if (in_decl)
665 return DECL_TEMPLATE_PARMS (in_decl);
2447 tree in_decl = info.in_decl; local
    [all...]
pt.cc 3786 tree in_decl)
3789 tree hi = tsubst_expr (ohi, args, complain, in_decl);
3837 tree in_decl)
3845 return expand_integer_pack (call, args, complain, in_decl);
6470 return tsubst_expr (expr, /*args=*/NULL_TREE, complain, /*in_decl=*/NULL_TREE);
7897 tree in_decl,
7915 (parm, arg, complain, in_decl, outer_args))
7938 tree t = tsubst (TREE_TYPE (parm), outer_args, complain, in_decl);
8193 tree in_decl,
8334 if (!coerce_template_template_parm (parm, arg, complain, in_decl,
9161 "provided for %qD", in_decl); local
9187 "%qD of alias template %qD", parm, in_decl); local
9191 "%qD of concept %qD", parm, in_decl); local
14559 tree in_decl = t; local
14933 tree in_decl = t; local
15201 tree in_decl = t; local
17707 complain, in_decl); local
21834 tsubst_stmt (STMT_EXPR_STMT (t), args, complain, in_decl); local
30469 tree in_decl = f; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 82 : complain (cmp), in_decl (in)
98 tree in_decl; member in struct:subst_info
629 norm_info (tree in_decl, tsubst_flags_t complain)
630 : subst_info (tf_warning_or_error | complain, in_decl)
632 if (in_decl)
634 initial_parms = DECL_TEMPLATE_PARMS (in_decl);
636 context = build_tree_list (NULL_TREE, in_decl);
654 in_decl = get_concept_check_template (expr);
662 if (in_decl)
663 return DECL_TEMPLATE_PARMS (in_decl);
2335 tree in_decl = info.in_decl; local
    [all...]
pt.cc 3822 tree in_decl)
3825 tree hi = tsubst_copy_and_build (ohi, args, complain, in_decl,
3874 tree in_decl)
3882 return expand_integer_pack (call, args, complain, in_decl);
6421 /*in_decl=*/NULL_TREE,
7788 tree in_decl,
7809 (parmparm, argparm, complain, in_decl, outer_args))
7831 tree t = tsubst (TREE_TYPE (parm), outer_args, complain, in_decl);
8078 tree in_decl,
8197 if (!coerce_template_template_parm (parm, arg, complain, in_decl,
8997 "provided for %qD", in_decl); local
9023 "%qD of alias template %qD", parm, in_decl); local
9027 "%qD of concept %qD", parm, in_decl); local
    [all...]

Completed in 80 milliseconds