HomeSort by: relevance | last modified time | path
    Searched refs:comp_template_args (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 4076 if (!comp_template_args (TREE_OPERAND (t1, 1), TREE_OPERAND (t2, 1)))
4086 && comp_template_args (CHECK_CONSTR_ARGS (t1),
4092 if (!comp_template_args (t1, t2, NULL, NULL, false))
4192 && comp_template_args (DEFERRED_NOEXCEPT_ARGS (t1),
4219 if (!comp_template_args (PACK_EXPANSION_EXTRA_ARGS (t1),
pt.cc 950 if (comp_template_args (args, spec_args)
1744 && comp_template_args (e1->args, e2->args));
5237 if (comp_template_args (inner_args, INNERMOST_TEMPLATE_ARGS (main_args))
6144 if (!comp_template_args
6695 if (!comp_template_args (TI_ARGS (tinfo), alias_args))
9371 return TREE_CODE (ot) == TREE_CODE (nt) && comp_template_args (ot, nt);
9413 comp_template_args (tree oldargs, tree newargs, function
9448 return comp_template_args (oargs, nargs, NULL, NULL, true);
10014 && comp_template_args (arglist, TI_ARGS (ti)))
10043 if (tinfo && comp_template_args (TI_ARGS (tinfo), arglist)
    [all...]
typeck.cc 1377 && comp_template_args (TYPE_TI_ARGS (t1), TYPE_TI_ARGS (t2)))
1472 && comp_template_args (PACK_EXPANSION_EXTRA_ARGS (t1),
cp-tree.h 7368 extern int comp_template_args (tree, tree, tree * = NULL,
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 4156 if (!comp_template_args (TREE_OPERAND (t1, 1), TREE_OPERAND (t2, 1)))
4166 && comp_template_args (CHECK_CONSTR_ARGS (t1),
4172 if (!comp_template_args (t1, t2))
4272 && comp_template_args (DEFERRED_NOEXCEPT_ARGS (t1),
4299 if (!comp_template_args (PACK_EXPANSION_EXTRA_ARGS (t1),
pt.cc 983 if (comp_template_args (args, spec_args)
1693 && comp_template_args (e1->args, e2->args));
5257 if (comp_template_args (inner_args, INNERMOST_TEMPLATE_ARGS (main_args))
6173 if (!comp_template_args
6797 if (!comp_template_args (TI_ARGS (tinfo), alias_args))
9456 return TREE_CODE (ot) == TREE_CODE (nt) && comp_template_args (ot, nt);
9498 comp_template_args (tree oldargs, tree newargs, function
9531 bool equal = comp_template_args (oargs, nargs);
10135 && comp_template_args (arglist, TI_ARGS (ti)))
10163 if (tinfo && comp_template_args (TI_ARGS (tinfo), arglist)
    [all...]
typeck.cc 1527 && comp_template_args (TYPE_TI_ARGS (t1), TYPE_TI_ARGS (t2)))
1622 && comp_template_args (PACK_EXPANSION_EXTRA_ARGS (t1),
cp-tree.h 7579 extern bool comp_template_args (tree, tree, tree * = NULL,

Completed in 67 milliseconds