Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_itanium.cc66 unsigned int base_count; member in __cxxabiv1::__vmi_class_type_info
135 for (unsigned int base = 0; base != VTI->base_count; ++base) { in isDerivedFromAtOffset()
171 for (unsigned int base = 0; base != VTI->base_count; ++base) { in findBaseAtOffset()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_type_hash_itanium.cc68 unsigned int base_count; member in __cxxabiv1::__vmi_class_type_info
136 for (unsigned int base = 0; base != VTI->base_count; ++base) { in isDerivedFromAtOffset()
172 for (unsigned int base = 0; base != VTI->base_count; ++base) { in findBaseAtOffset()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_itanium.cpp68 unsigned int base_count; member in __cxxabiv1::__vmi_class_type_info
135 for (unsigned int base = 0; base != VTI->base_count; ++base) { in isDerivedFromAtOffset()
171 for (unsigned int base = 0; base != VTI->base_count; ++base) { in findBaseAtOffset()
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_opic.c306 unsigned base_count; member
1384 reg = timer->base_count; in do_timer_N_base_count_register_read()
1399 timer->timeout_event = device_event_queue_schedule(me, timer->base_count, in timer_event()
1402 timer->nr, (long)device_event_queue_time(me), timer->base_count)); in timer_event()
1421 timer->base_count = reg; in do_timer_N_base_count_register_write()
1422 timer->timeout_event = device_event_queue_schedule(me, timer->base_count, in do_timer_N_base_count_register_write()
1432 timer->base_count = reg; in do_timer_N_base_count_register_write()
1439 timer->base_count = reg; in do_timer_N_base_count_register_write()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc406 static profile_count base_count; variable
3342 gcc_assert (base_count > profile_count::zero ()); in good_cloning_opportunity_p()
3343 sreal factor = count_sum.probability_in (base_count).to_sreal (); in good_cloning_opportunity_p()
4007 base_count = profile_count::uninitialized (); in ipcp_propagate_stage()
4063 base_count = all_edge_counts[base_count_pos]; in ipcp_propagate_stage()
4070 base_count.dump (dump_file); in ipcp_propagate_stage()
6696 base_count = profile_count::uninitialized (); in ipa_cp_cc_finalize()
H A DChangeLog-20218429 * ipa-cp.c (max_count): Replace with base_count, replace all
8436 edges and make it the base_count.