Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.cc1415 if (tree byte_offset_cst = m_byte_offset->maybe_get_constant ()) in get_relative_concrete_offset() local
1417 gcc_assert (TREE_CODE (byte_offset_cst) == INTEGER_CST); in get_relative_concrete_offset()
1421 = wi::to_offset (byte_offset_cst).to_shwi (); in get_relative_concrete_offset()
H A Dregion-model-manager.cc1321 tree byte_offset_cst) in maybe_get_char_from_string_cst() argument
1327 if (TREE_CODE (byte_offset_cst) == INTEGER_CST in maybe_get_char_from_string_cst()
1328 && compare_tree_int (byte_offset_cst, in maybe_get_char_from_string_cst()
1337 [TREE_INT_CST_LOW (byte_offset_cst)])); in maybe_get_char_from_string_cst()
H A Dregion-model.h294 tree byte_offset_cst);
H A Dregion-model.cc2444 if (tree byte_offset_cst in get_store_value() local
2452 byte_offset_cst)) in get_store_value()
2462 tree byte_offset_cst = build_int_cst (integer_type_node, 0); in get_store_value() local
2465 byte_offset_cst)) in get_store_value()