HomeSort by: relevance | last modified time | path
    Searched refs:base_count (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_itanium.cc 68 unsigned int base_count; member in class:__cxxabiv1::__vmi_class_type_info
136 for (unsigned int base = 0; base != VTI->base_count; ++base) {
172 for (unsigned int base = 0; base != VTI->base_count; ++base) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_type_hash_itanium.cpp 68 unsigned int base_count; member in class:__cxxabiv1::__vmi_class_type_info
135 for (unsigned int base = 0; base != VTI->base_count; ++base) {
171 for (unsigned int base = 0; base != VTI->base_count; ++base) {
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 406 static profile_count base_count; variable
3342 gcc_assert (base_count > profile_count::zero ());
3343 sreal factor = count_sum.probability_in (base_count).to_sreal ();
4007 base_count = profile_count::uninitialized ();
4063 base_count = all_edge_counts[base_count_pos];
4067 fprintf (dump_file, "\nSelected base_count from %u edges at "
4070 base_count.dump (dump_file);
6696 base_count = profile_count::uninitialized ();

Completed in 40 milliseconds