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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 1641 TEMPLATE_PARMS, TEMPLATE_ARGS and FLAGS are suitable. T may be NULL if
1647 tree t, tree template_parms, tree template_args,
1650 if (template_parms != NULL_TREE && template_args != NULL_TREE
1654 dump_template_bindings (pp, template_parms, template_args, typenames);
1663 tree fn, tree template_parms, tree template_args,
1673 dump_substitution (pp, fn, template_parms, template_args, flags);
1687 tree template_args = NULL_TREE; local
1715 template_args = DECL_TI_ARGS (t);
1725 return dump_lambda_function (pp, t, template_parms, template_args, flags);
1817 dump_substitution (pp, t, template_parms, template_args, flags)
    [all...]
typeck.cc 3276 tree template_args = NULL_TREE;
3303 template_args = TREE_OPERAND (name, 1);
3415 member = lookup_template_function (templ, template_args);
3418 (templ, template_args, complain));
3271 tree template_args = NULL_TREE; local
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 1692 TEMPLATE_PARMS, TEMPLATE_ARGS and FLAGS are suitable. T may be NULL if
1698 tree t, tree template_parms, tree template_args,
1701 if (template_parms != NULL_TREE && template_args != NULL_TREE
1705 dump_template_bindings (pp, template_parms, template_args, typenames);
1714 tree fn, tree template_parms, tree template_args,
1732 dump_substitution (pp, fn, template_parms, template_args, flags);
1746 tree template_args = NULL_TREE; local
1774 template_args = DECL_TI_ARGS (t);
1784 return dump_lambda_function (pp, t, template_parms, template_args, flags);
1878 dump_substitution (pp, t, template_parms, template_args, flags)
    [all...]
typeck.cc 3416 tree template_args = NULL_TREE;
3443 template_args = TREE_OPERAND (name, 1);
3570 member = lookup_template_function (templ, template_args);
3573 (templ, template_args, complain));
3411 tree template_args = NULL_TREE; local
pt.cc 334 build_template_info (tree template_decl, tree template_args)
338 TI_ARGS (result) = template_args;
17190 tree template_args = NULL_TREE;
17196 template_args = TREE_OPERAND (fns, 1);
17198 if (template_args)
17199 template_args = tsubst_template_args (template_args, args,
17219 template_args);
17289 = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fns, template_args);
17328 tree template_args;
17189 tree template_args = NULL_TREE; local
17327 tree template_args; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 10032 std::vector<struct symbol *> template_args;
10150 template_args.push_back (arg);
10205 if (!template_args.empty ())
10209 templ_func->n_template_arguments = template_args.size ();
10214 template_args.data (),
10221 for (symbol *sym : template_args)
12929 std::vector<struct symbol *> *template_args,
12938 std::vector<struct symbol *> *template_args,
12986 handle_struct_member_die (child_die, type, fi, template_args, cu);
12995 std::vector<struct symbol *> *template_args,
10023 std::vector<struct symbol *> template_args; local
13109 std::vector<struct symbol *> template_args; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 8468 std::vector<struct symbol *> template_args;
8586 template_args.push_back (arg);
8635 if (!template_args.empty ())
8639 templ_func->n_template_arguments = template_args.size ();
8644 template_args.data (),
8651 for (symbol *sym : template_args)
11220 std::vector<struct symbol *> *template_args,
11229 std::vector<struct symbol *> *template_args,
11275 handle_struct_member_die (child_die, type, fi, template_args, cu);
11284 std::vector<struct symbol *> *template_args,
8461 std::vector<struct symbol *> template_args; local
11414 std::vector<struct symbol *> template_args; local
    [all...]

Completed in 130 milliseconds