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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 22836 tree substed = TREE_TYPE (decl);
22840 = skip_artificial_parms_for (decl, TYPE_ARG_TYPES (substed));
22842 sarg = tree_cons (NULL_TREE, TREE_TYPE (substed), sarg);
23683 tree substed = NULL_TREE;
23689 substed = tsubst_template_arg (arg, full_targs, complain,
23692 if (substed != error_mark_node
23693 && !uses_template_parms (substed))
23696 substed = NULL_TREE;
23700 if (!substed)
23701 substed = tsubst_template_arg (arg, full_targs, complain
22835 tree substed = TREE_TYPE (decl); local
23682 tree substed = NULL_TREE; local
25610 tree substed = tsubst_arg_types (args, targs, end, tf_none, NULL_TREE); local
    [all...]

Completed in 42 milliseconds