Home
last modified time | relevance | path

Searched refs:tsubst_non_call_postfix_expression (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dpt.c8869 tsubst_non_call_postfix_expression (tree t, tree args, in tsubst_non_call_postfix_expression() function
9034 op1 = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
9055 op1 = tsubst_non_call_postfix_expression (op1, args, complain, in tsubst_copy_and_build()
9108 op1 = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
9162 op1 = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
9314 object = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
DChangeLog-20033070 (tsubst_non_call_postfix_expression): New function.