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

/haiku-buildtools/gcc/gcc/
H A Dtree-object-size.c381 tree bytes2 = compute_object_offset (TREE_OPERAND (ptr, 0), pt_var); local
382 if (bytes2 != error_mark_node)
384 if (TREE_CODE (bytes2) == INTEGER_CST
385 && tree_int_cst_lt (pt_var_size, bytes2))
386 bytes2 = size_zero_node;
388 bytes2 = size_binop (MINUS_EXPR, pt_var_size, bytes2);
389 bytes = size_binop (MIN_EXPR, bytes, bytes2);

Completed in 38 milliseconds