Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c19037 tsubst_non_call_postfix_expression (tree t, tree args, in tsubst_non_call_postfix_expression() function
19586 op1 = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
19616 op1 = tsubst_non_call_postfix_expression (op1, args, complain, in tsubst_copy_and_build()
19705 op1 = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
19823 op1 = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
20423 object = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc19710 tsubst_non_call_postfix_expression (tree t, tree args, in tsubst_non_call_postfix_expression() function
20383 op1 = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
20416 op1 = tsubst_non_call_postfix_expression (op1, args, complain, in tsubst_copy_and_build()
20514 op1 = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
20656 op1 = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
21193 object = tsubst_non_call_postfix_expression (TREE_OPERAND (t, 0), in tsubst_copy_and_build()
H A DChangeLog-20033070 (tsubst_non_call_postfix_expression): New function.