Home
last modified time | relevance | path

Searched refs:asserts (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vrp.cc1170 dump_asserts_info (FILE *file, const vec<assert_info> &asserts) in dump_asserts_info() argument
1172 for (unsigned i = 0; i < asserts.length (); ++i) in dump_asserts_info()
1174 dump_assert_info (file, asserts[i]); in dump_asserts_info()
1180 debug (const vec<assert_info> &asserts) in debug() argument
1182 dump_asserts_info (stderr, asserts); in debug()
1188 add_assert_info (vec<assert_info> &asserts, in add_assert_info() argument
1198 asserts.safe_push (info); in add_assert_info()
1424 vec<assert_info> &asserts) in register_edge_assert_for_2() argument
1441 add_assert_info (asserts, name, name, new_code, x); in register_edge_assert_for_2()
1443 add_assert_info (asserts, name, name, comp_code, val); in register_edge_assert_for_2()
[all …]
Dgimple-ssa-evrp-analyze.cc181 auto_vec<assert_info, 8> asserts; in record_ranges_from_incoming_edge() local
182 register_edge_assert_for (op0, pred_e, code, op0, op1, asserts); in record_ranges_from_incoming_edge()
184 register_edge_assert_for (op1, pred_e, code, op0, op1, asserts); in record_ranges_from_incoming_edge()
187 for (unsigned i = 0; i < asserts.length (); ++i) in record_ranges_from_incoming_edge()
190 = try_find_new_range (asserts[i].name, in record_ranges_from_incoming_edge()
191 asserts[i].expr, in record_ranges_from_incoming_edge()
192 asserts[i].comp_code, in record_ranges_from_incoming_edge()
193 asserts[i].val); in record_ranges_from_incoming_edge()
195 vrs.safe_push (std::make_pair (asserts[i].name, vr)); in record_ranges_from_incoming_edge()
DChangeLog-19971266 (save_eh_status): Turn asserts into conditional aborts.
1269 (bit_offset_attribute): Turn asserts into conditional aborts.
1276 (expand_builtin_dwarf_reg_size): Turn asserts into conditional aborts.
DChangeLog-201020619 Move asserts to more useful places.
24374 checking asserts they are not necessary.
25956 datastructure checks into checking asserts.
26778 bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
28860 (bp_pack_value): Remove redundant asserts.
29012 (ira_reassign_conflict_allocnos): Remove bogus asserts.
29839 * var-tracking.c (find_loc_in_1pdv): Guard asserts with
31122 (variable_union): Use FOR_EACH_HTAB_ELEMENT. Merge asserts.
31123 (variable_merge_over_cur): Adjust. Merge asserts.
31126 (variable_post_merge_new_vals): Merge asserts.
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
DChangeLog575 * rsa-imath.c: Fix the last one of the asserts.
714 * des.c (DES_cfb64_encrypt): add asserts that the *num pointers is
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dplugins.texi83 any allocated section, though. The compiler merely asserts that
Dlto.texi496 program option (@option{-fwhole-program}) asserts that every
/netbsd/src/external/lgpl3/gmp/dist/mini-gmp/
DChangeLog382 * mini-gmp.c: Move asserts to work-around a compiler bug.
/netbsd/src/external/gpl3/binutils/dist/ld/
DChangeLog-2012678 Make bfd asserts cause linker errors.
/netbsd/src/external/gpl3/gcc/dist/lto-plugin/
DChangeLog1182 * lto-plugin.c (onload): add missing break statements and asserts.
/netbsd/src/sys/arch/m68k/060sp/dist/
Disp.s4044 # are separated because the final write which asserts LOCKE* must
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-202053 (write_expression): Add asserts.
1428 asserts.
2000 (do_pushdecl): Drop DECL_ANTICIPATED asserts & update.
4225 asserts.
DChangeLog-20062695 stub asserts guaranteed to fail.
/netbsd/src/external/historical/nawk/dist/
DFIXES.1e537 removed some no-effect asserts in run.c.
/netbsd/src/external/gpl3/binutils/dist/bfd/
DChangeLog-20162989 dynamic tags rather than using output sections. Remove asserts.
3537 (elf_arc_relocate_section): Added and changed asserts, validating
/netbsd/src/external/gpl3/gdb/dist/bfd/
DChangeLog-20162989 dynamic tags rather than using output sections. Remove asserts.
3537 (elf_arc_relocate_section): Added and changed asserts, validating
DChangeLog-20132643 * elfxx-mips.c (mips_elf_sort_hash_table_f): Remove asserts.
/netbsd/src/crypto/external/bsd/netpgp/dist/ref/
Drfc2440.txt1478 Signer asserts that the key is not only valid, but also trustworthy,
1485 asserts that a key is trusted to issue level n-1 trust signatures.
Ddraft-ietf-openpgp-rfc2440bis-12.txt1558 Signer asserts that the key is not only valid, but also trustworthy,
1565 asserts that a key is trusted to issue level n-1 trust signatures.
Ddraft-ietf-openpgp-rfc2440bis-12-ben.txt1477 Signer asserts that the key is not only valid, but also trustworthy,
1484 asserts that a key is trusted to issue level n-1 trust signatures.
Ddraft-ietf-openpgp-rfc2440bis-15.txt1562 Signer asserts that the key is not only valid, but also trustworthy,
1573 asserts that a key is trusted to issue level n-1 trust signatures.
Ddraft-ietf-openpgp-rfc2440bis-14.txt1558 Signer asserts that the key is not only valid, but also trustworthy,
1565 asserts that a key is trusted to issue level n-1 trust signatures.
Ddraft-ietf-openpgp-rfc2440bis-13.txt1558 Signer asserts that the key is not only valid, but also trustworthy,
1565 asserts that a key is trusted to issue level n-1 trust signatures.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
DChangeLog6087 * lto-read.c (input_expr_operand): Remove ssa name asserts.
6363 (lto_main): Remove bogus asserts.
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20188027 * regcache.c (readable_regcache::read_part): Fix asserts.
8029 (regcache::write_part): Fix asserts.
10789 (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
14454 asserts.
15184 (regcache::restore): More asserts.

1234