Searched refs:rhs_pointer (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-alias-warnings.c261 tree rhs_pointer = get_rhs (stmt);
264 while (TREE_CODE (rhs_pointer) == NOP_EXPR
265 || TREE_CODE (rhs_pointer) == CONVERT_EXPR
266 || TREE_CODE (rhs_pointer) == VIEW_CONVERT_EXPR)
267 rhs_pointer = TREE_OPERAND (rhs_pointer, 0);
269 if (!rhs_pointer)
273 if (TREE_CODE (rhs_pointer) == ADDR_EXPR && !match->is_rhs_pointer)
274 to_match = TREE_OPERAND (rhs_pointer, 0);
275 else if (POINTER_TYPE_P (rhs_pointer)
259 tree rhs_pointer = get_rhs (stmt); local
738 tree rhs_pointer; local
[all...]

Completed in 33 milliseconds