Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexpr.cc11929 poly_int64 base_off = 0; in constant_byte_string() local
11957 array = get_addr_base_and_unit_offset (ref, &base_off); in constant_byte_string()
12033 tree offset = wide_int_to_tree (sizetype, base_off); in constant_byte_string()
12065 if (!base_off.is_constant (&cstoff)) in constant_byte_string()
12106 *ptr_offset = wide_int_to_tree (ssizetype, base_off); in constant_byte_string()
12120 if (!base_off.is_constant (&wioff)) in constant_byte_string()
12127 base_off = wioff.to_uhwi (); in constant_byte_string()
12129 init = fold_ctor_reference (TREE_TYPE (arg), init, base_off, 0, array, in constant_byte_string()
12135 if (!base_off.is_constant (&cstoff)) in constant_byte_string()