Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 104) sorted by relevance

12345

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dvtable-class-hierarchy.c324 sbitmap inserted) in add_to_worklist() argument
328 if (bitmap_bit_p (inserted, node->class_uid)) in add_to_worklist()
336 bitmap_set_bit (inserted, node->class_uid); in add_to_worklist()
383 sbitmap inserted = sbitmap_alloc (num_vtable_map_nodes); in vtv_compute_class_hierarchy_transitive_closure() local
396 bitmap_clear (inserted); in vtv_compute_class_hierarchy_transitive_closure()
402 && ! (bitmap_bit_p (inserted, cur->class_info->class_uid))) in vtv_compute_class_hierarchy_transitive_closure()
403 add_to_worklist (&worklist, cur->class_info, inserted); in vtv_compute_class_hierarchy_transitive_closure()
425 if (!bitmap_bit_p (inserted, temp_node->parents[i]->class_uid)) in vtv_compute_class_hierarchy_transitive_closure()
426 add_to_worklist (&worklist, temp_node->parents[i], inserted); in vtv_compute_class_hierarchy_transitive_closure()
/dflybsd-src/contrib/cvs-1.12/diff/
H A Dcontext.c194 prefix = (next->inserted > 0 ? "!" : "-");
213 while (next && next->line1 + next->inserted <= i)
338 k = next->inserted;
370 top1 = start->line1 + start->inserted;
H A Dutil.c766 l1 = next->line1 + next->inserted - 1;
768 show_to += next->inserted;
847 sp->line0, sp->line1, sp->deleted, sp->inserted);
H A Danalyze.c729 add_change (line0, line1, deleted, inserted, old) in add_change() argument
730 int line0, line1, deleted, inserted; in add_change()
737 new->inserted = inserted;
H A Ddiff.h202 int inserted; /* # lines of file 1 changed here. */ member
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-devirt.c2332 tree target, hash_set<tree> *inserted,
2418 if (!inserted->add (target))
2469 hash_set<tree> *inserted,
2531 maybe_record_node (nodes, target, inserted, can_refer, completep);
2545 otr_token, outer_type, offset, inserted,
2563 hash_set<tree> *inserted,
2592 inserted, matched_vtables,
2596 possible_polymorphic_call_targets_1 (nodes, inserted,
2849 hash_set<tree> *inserted,
2898 maybe_record_node (nodes, target, inserted, can_refer, completep);
[all …]
H A Dreg-stack.c2737 int inserted = 0; in convert_regs_entry() local
2766 inserted = 1; in convert_regs_entry()
2772 return inserted; in convert_regs_entry()
2942 bool inserted = false; in compensate_edges() local
2954 inserted |= compensate_edge (e); in compensate_edges()
2956 return inserted; in compensate_edges()
3227 int inserted; in convert_regs() local
3233 inserted = convert_regs_entry (); in convert_regs()
3259 inserted |= fixup_abnormal_edges (); in convert_regs()
3261 inserted |= compensate_edges (); in convert_regs()
[all …]
H A Dgcse.c2118 sbitmap *inserted; in pre_edge_insert() local
2125 inserted = sbitmap_vector_alloc (num_edges, expr_hash_table.n_elems); in pre_edge_insert()
2126 bitmap_vector_clear (inserted, num_edges); in pre_edge_insert()
2153 if (!bitmap_bit_p (inserted[e], j)) in pre_edge_insert()
2183 bitmap_set_bit (inserted[e], j); in pre_edge_insert()
2192 sbitmap_vector_free (inserted); in pre_edge_insert()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dreg-stack.c2646 int inserted = 0; in convert_regs_entry() local
2676 inserted = 1; in convert_regs_entry()
2682 return inserted; in convert_regs_entry()
2851 bool inserted = false; in compensate_edges() local
2863 inserted |= compensate_edge (e); in compensate_edges()
2865 return inserted; in compensate_edges()
3141 int inserted; in convert_regs() local
3147 inserted = convert_regs_entry (); in convert_regs()
3173 inserted |= fixup_abnormal_edges (); in convert_regs()
3175 inserted |= compensate_edges (); in convert_regs()
[all …]
H A Dgcse.c2223 sbitmap *inserted; in pre_edge_insert() local
2230 inserted = sbitmap_vector_alloc (num_edges, expr_hash_table.n_elems); in pre_edge_insert()
2231 sbitmap_vector_zero (inserted, num_edges); in pre_edge_insert()
2258 if (!TEST_BIT (inserted[e], j)) in pre_edge_insert()
2288 SET_BIT (inserted[e], j); in pre_edge_insert()
2297 sbitmap_vector_free (inserted); in pre_edge_insert()
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dat-file.texi6 inserted in place of the original @@@var{file} option. If @var{file}
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dat-file.texi6 inserted in place of the original @@@var{file} option. If @var{file}
/dflybsd-src/contrib/gdb-7/gdb/
H A Dbreakpoint.c838 if (is_breakpoint (loc->owner) && loc->inserted) in set_condition_evaluation_mode()
1413 if (!bl->inserted) in bp_location_has_shadow()
2388 if (!should_be_inserted (bl) || (bl->inserted && !bl->needs_update)) in insert_bp_location()
2593 bl->inserted = 1; in insert_bp_location()
2623 bl->inserted = 1; in insert_bp_location()
2641 bl->inserted = (val == 0); in insert_bp_location()
2662 bl->inserted = (val == 0); in insert_bp_location()
2788 if (!bl->inserted || (bl->inserted && !bl->needs_update)) in update_inserted_breakpoint_locations()
2840 if (!should_be_inserted (bl) || (bl->inserted && !bl->needs_update)) in insert_breakpoint_locations()
2883 if (!loc->inserted && should_be_inserted (loc)) in insert_breakpoint_locations()
[all …]
H A Dbreakpoint.h385 char inserted; member
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dostream256 * Characters are extracted from @p __sb and inserted into @c *this
261 * character that would have been inserted is not extracted), or
322 * Characters are copied from @p __s and inserted into the stream until
325 * - @p __n characters are inserted
591 * @param __x A reference to the object being inserted.
H A Distream246 * Characters are extracted from this stream and inserted into the
251 * character that would have been inserted is not extracted), or
361 * Characters are extracted and inserted into @a __sb until one of the
366 * character that would have been inserted is not extracted)
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dostream258 * Characters are extracted from @p __sb and inserted into @c *this
263 * character that would have been inserted is not extracted), or
324 * Characters are copied from @p __s and inserted into the stream until
327 * - @p __n characters are inserted
667 * @param __x A reference to the object being inserted.
H A Distream248 * Characters are extracted from this stream and inserted into the
253 * character that would have been inserted is not extracted), or
363 * Characters are extracted and inserted into @a __sb until one of the
368 * character that would have been inserted is not extracted)
/dflybsd-src/contrib/cryptsetup/po/
H A DMakevars13 # This is the copyright holder that gets inserted into the header of the
/dflybsd-src/games/hack/
H A Dhack.fix26 does the fix [it deletes two lines which have been inserted in 1.0.3],
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drandom571 * @returns The output stream with the state of @p __x inserted or in
876 * @returns The output stream with the state of @p __x inserted or in
1137 * @returns The output stream with the state of @p __x inserted or in
1363 * @returns The output stream with the state of @p __x inserted or in
1604 * @returns The output stream with the state of @p __x inserted or in
1854 * @returns The output stream with the state of @p __x inserted or in
2090 * @returns The output stream with the state of @p __x inserted or in
2330 * @returns The output stream with the state of @p __x inserted or in
2594 * @returns The output stream with the state of @p __x inserted or in
2832 * @returns The output stream with the state of @p __x inserted or in
[all …]
/dflybsd-src/lib/libc/db/
H A Dchangelog54 btree: If enough duplicate records were inserted and then deleted
/dflybsd-src/sys/netgraph/ppp/
H A Dng_ppp.c1067 int i, diff, inserted; in ng_ppp_mp_input() local
1143 inserted = 0; in ng_ppp_mp_input()
1148 inserted = 1; in ng_ppp_mp_input()
1157 if (!inserted) in ng_ppp_mp_input()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dnode_handle.h291 bool inserted = false; in _GLIBCXX_VISIBILITY() member
/dflybsd-src/contrib/gcc-4.7/gcc/lto/
H A Dlto.c2125 struct pointer_set_t *inserted = pointer_set_create (); in lto_promote_cross_file_statics() local
2178 && !pointer_set_insert (inserted, vnode)) in lto_promote_cross_file_statics()
2210 if (!pointer_set_insert (inserted, vnode)) in lto_promote_cross_file_statics()
2219 && !pointer_set_insert (inserted, vnode)) in lto_promote_cross_file_statics()
2227 pointer_set_destroy (inserted); in lto_promote_cross_file_statics()

12345