HomeSort by: relevance | last modified time | path
    Searched defs:template_parms (Results 1 - 4 of 4) 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);
1688 tree template_parms = NULL_TREE; local
1719 template_parms = DECL_TEMPLATE_PARMS (tmpl);
1725 return dump_lambda_function (pp, t, template_parms, template_args, flags);
1817 dump_substitution (pp, t, template_parms, template_args, flags)
    [all...]
cp-tree.h 1836 tree template_parms;
1912 #define current_template_parms scope_chain->template_parms
1831 tree template_parms; variable
  /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);
1747 tree template_parms = NULL_TREE; local
1778 template_parms = DECL_TEMPLATE_PARMS (tmpl);
1784 return dump_lambda_function (pp, t, template_parms, template_args, flags);
1878 dump_substitution (pp, t, template_parms, template_args, flags)
    [all...]
cp-tree.h 1884 tree template_parms;
1962 #define current_template_parms scope_chain->template_parms
1879 tree template_parms; variable

Completed in 41 milliseconds