Home
last modified time | relevance | path

Searched refs:iterative_hash_template_arg (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDpt.c1485 return iterative_hash_template_arg (args, val); in hash_tmpl_and_args()
1502 iterative_hash_template_arg (tree arg, hashval_t val) in iterative_hash_template_arg() function
1536 val = iterative_hash_template_arg (TREE_VEC_ELT (arg, i), val); in iterative_hash_template_arg()
1542 val = iterative_hash_template_arg (PACK_EXPANSION_PATTERN (arg), val); in iterative_hash_template_arg()
1543 return iterative_hash_template_arg (PACK_EXPANSION_EXTRA_ARGS (arg), val); in iterative_hash_template_arg()
1547 return iterative_hash_template_arg (ARGUMENT_PACK_ARGS (arg), val); in iterative_hash_template_arg()
1551 val = iterative_hash_template_arg (TREE_VALUE (arg), val); in iterative_hash_template_arg()
1556 val = iterative_hash_template_arg (OVL_CURRENT (arg), val); in iterative_hash_template_arg()
1564 val = iterative_hash_template_arg (field, val); in iterative_hash_template_arg()
1565 val = iterative_hash_template_arg (value, val); in iterative_hash_template_arg()
[all …]
HDcp-tree.h5387 extern hashval_t iterative_hash_template_arg (tree arg, hashval_t val);
HDsemantics.c6614 = iterative_hash_template_arg (new_call.bindings, in cxx_eval_call_expression()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c1692 return iterative_hash_template_arg (args, val); in hash_tmpl_and_args()
1708 iterative_hash_template_arg (tree arg, hashval_t val) in iterative_hash_template_arg() function
1740 val = iterative_hash_template_arg (TREE_VEC_ELT (arg, i), val); in iterative_hash_template_arg()
1746 val = iterative_hash_template_arg (PACK_EXPANSION_PATTERN (arg), val); in iterative_hash_template_arg()
1747 return iterative_hash_template_arg (PACK_EXPANSION_EXTRA_ARGS (arg), val); in iterative_hash_template_arg()
1751 return iterative_hash_template_arg (ARGUMENT_PACK_ARGS (arg), val); in iterative_hash_template_arg()
1755 val = iterative_hash_template_arg (TREE_VALUE (arg), val); in iterative_hash_template_arg()
1760 val = iterative_hash_template_arg (*iter, val); in iterative_hash_template_arg()
1766 iterative_hash_template_arg (TREE_TYPE (arg), val); in iterative_hash_template_arg()
1769 val = iterative_hash_template_arg (field, val); in iterative_hash_template_arg()
[all …]
HDlogic.cc91 return iterative_hash_template_arg (e->t, 0); in hash()
HDconstraint.cc1528 val = iterative_hash_template_arg (TREE_VEC_ELT (a, i), val); in hash_placeholder_constraint()
HDconstexpr.c1616 new_call.hash = iterative_hash_template_arg in cxx_eval_call_expression()
HDcp-tree.h6724 extern hashval_t iterative_hash_template_arg (tree arg, hashval_t val);