Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp80 unsigned int base_count; member in __cxxabiv1::__vmi_class_type_info
147 for (unsigned int base = 0; base != VTI->base_count; ++base) { in isDerivedFromAtOffset()
183 for (unsigned int base = 0; base != VTI->base_count; ++base) { in findBaseAtOffset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp260 int base_count = 0; in GetMSInheritance() local
266 base_count++; in GetMSInheritance()
273 if (base_count > 1) in GetMSInheritance()