Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dtypeck.c3226 tree ptr_operand; in build_binary_op() local
3228 ptr_operand = ((code0 == POINTER_TYPE) ? op0 : op1); in build_binary_op()
3232 result_type = TREE_TYPE (ptr_operand); in build_binary_op()
3236 ptr_operand, in build_binary_op()