Searched refs:type_map (Results 1 – 7 of 7) sorted by relevance
595 type_map.ForEach( in SortTypeList()605 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()606 type_map.Remove(type_sp); in SortTypeList()615 if (function != nullptr && !type_map.Empty()) { in SortTypeList()629 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()636 if (comp_unit != nullptr && !type_map.Empty()) { in SortTypeList()651 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()658 if (module_sp && !type_map.Empty()) { in SortTypeList()671 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()677 if (!type_map.Empty()) { in SortTypeList()[all …]
834 bitmap type_map; in mark_interesting_addressof() local853 type_map = (bitmap) result->value; in mark_interesting_addressof()856 type_map = BITMAP_ALLOC (&ipa_obstack); in mark_interesting_addressof()859 (splay_tree_value)type_map); in mark_interesting_addressof()861 bitmap_set_bit (type_map, TYPE_UID (to_type)); in mark_interesting_addressof()868 type_map = (bitmap) result->value; in mark_interesting_addressof()871 type_map = BITMAP_ALLOC (&ipa_obstack); in mark_interesting_addressof()874 (splay_tree_value)type_map); in mark_interesting_addressof()876 bitmap_set_bit (type_map, TYPE_UID (to_type)); in mark_interesting_addressof()
13314 * fixincl/inclhack.def(type_map): now obsolete
158 static const char *const type_map[] = { variable192 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()
312 void SortTypeList(TypeMap &type_map, TypeList &type_list) const;
2185 svn_io_parse_mimetypes_file(apr_hash_t **type_map,
3459 svn_io_parse_mimetypes_file(apr_hash_t **type_map, in svn_io_parse_mimetypes_file() argument3529 *type_map = types; in svn_io_parse_mimetypes_file()