Home
last modified time | relevance | path

Searched refs:type_map (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp573 type_map.ForEach( in SortTypeList()
583 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
584 type_map.Remove(type_sp); in SortTypeList()
591 if (function != nullptr && !type_map.Empty()) { in SortTypeList()
605 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
610 if (comp_unit != nullptr && !type_map.Empty()) { in SortTypeList()
625 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
630 if (module_sp && !type_map.Empty()) { in SortTypeList()
643 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
647 if (!type_map.Empty()) { in SortTypeList()
[all …]
/freebsd-14.2/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c158 static const char *const type_map[] = { variable
192 for (m = 0; type_map[m] != NULL; m += 2) in print_type()
193 if (strcmp(type_map[m], type->name) == 0) { in print_type()
194 printf("%s", type_map[m + 1]); in print_type()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c267 static const zfs_type_map_t type_map[] = { variable
289 for (int i = 0; i < ARRAY_SIZE(type_map); i++) { in zprop_sysfs_show()
290 if (type_map[i].ztm_type & property->pd_types) { in zprop_sysfs_show()
292 "%s ", type_map[i].ztm_name); in zprop_sysfs_show()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h266 void SortTypeList(TypeMap &type_map, TypeList &type_list) const;