Searched defs:INTEGER_CST (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dconvert.c1157 ASSERT_EQ (TREE_CODE (result), INTEGER_CST); local
H A Dgimple.c3090 gcc_checking_assert (TREE_CODE (low) == INTEGER_CST); variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dconvert.cc1151 ASSERT_EQ (TREE_CODE (result), INTEGER_CST); local
H A Dtree-data-ref.cc2176 gcc_assert (TREE_CODE (idx_step) == INTEGER_CST); variable
[all...]
H A Ddwarf2out.cc20035 gcc_assert(offset < 0); tmp = int_loc_descriptor (-offset); add_loc_descr (&loc_descr, tmp); tmp = new_loc_descr (DW_OP_minus, 0, 0); add_loc_descr (&loc_descr, tmp); tmp = new_loc_descr (DW_OP_deref, 0, 0); add_loc_descr (&loc_descr, tmp); tmp = new_loc_descr (DW_OP_plus, 0, 0); add_loc_descr (&loc_descr, tmp); } else offset = tree_to_shwi (BINFO_OFFSET (decl)); } else { loc_descr = field_byte_offset (decl, ctx, &offset); if (!loc_descr) ; else if (gnat_encodings == DWARF_GNAT_ENCODINGS_ALL) { loc_descr = NULL; offset = 0; } else add_loc_descr (&loc_descr, new_loc_descr (DW_OP_plus, 0, 0)); } if (!loc_descr) { if (dwarf_version >= 5 && TREE_CODE (decl) == FIELD_DECL && DECL_BIT_FIELD_TYPE (decl) && (ctx->variant_part_offset == NULL_TREE || TREE_CODE (ctx->variant_part_offset) == INTEGER_CST)) argument
[all...]

Completed in 224 milliseconds