Searched refs:type_map (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | verify.c | 260 TREE_VEC_ELT (vec, cur_length) = type_map [cur_length]; 279 tree new_type = merge_types (old_type, type_map [i]); 556 type_map[index] = TREE_VEC_ELT (ret_map, index); 557 if (type_map[index] == TYPE_UNUSED) 558 type_map[index] 663 tmp = type_map[index]; 669 && type_map[index+1] != void_type_node) 718 type_map[index] = type; 728 type_map[index+1] = TYPE_SECOND; 805 tmp = type_map[index]; [all …]
|
| H A D | typeck.c | 46 tree * type_map; variable 61 type_map[slot] = type; 63 type_map[++slot] = void_type_node;
|
| H A D | decl.c | 1796 type_map = xrealloc (type_map, i * sizeof (tree)); 1827 type_map[i] = TREE_TYPE (parm_decl); 1831 type_map[i] = void_type_node; 1838 type_map[i++] = NULL_TREE;
|
| H A D | java-tree.h | 1443 extern tree *type_map; 1446 #define stack_type_map (type_map+DECL_MAX_LOCALS(current_function_decl))
|
| H A D | expr.c | 2455 type_map [i] = TREE_VEC_ELT (vec, i); 3014 expand_load_internal (OPVALUE, type_map[OPVALUE], oldpc);
|
| H A D | ChangeLog | 14437 TYPE_USED): New macros for special types in type_map. 14481 * expr.c: In the type_map ptr_type_node is only used for null now. 14537 * typeck.c (set_local_type): Bug fixed when filling type_map[] with
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 557 void SymbolContext::SortTypeList(TypeMap &type_map, TypeList &type_list) const { in SortTypeList() argument 567 type_map.ForEach( in SortTypeList() 577 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 578 type_map.Remove(type_sp); in SortTypeList() 585 if (function != nullptr && !type_map.Empty()) { in SortTypeList() 587 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 599 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList() 604 if (comp_unit != nullptr && !type_map.Empty()) { in SortTypeList() 607 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 619 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList() [all …]
|
| /openbsd-src/usr.bin/systat/ |
| H A D | netstat.c | 259 static int type_map[] = { -1, 2, 3, 1, 4, 5 }; variable 277 if (type_map[ka->so_type] < type_map[kb->so_type]) in kf_comp() 279 if (type_map[ka->so_type] > type_map[kb->so_type]) in kf_comp()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ipa-type-escape.c | 834 bitmap type_map; in mark_interesting_addressof() local 853 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()
|
| /openbsd-src/usr.sbin/mkuboot/ |
| H A D | mkuboot.c | 114 struct type_map { struct 118 static const struct type_map typemap[] = { argument 144 const struct type_map *typemapptr; in main()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | SymbolContext.h | 271 void SortTypeList(TypeMap &type_map, TypeList &type_list) const;
|
| /openbsd-src/usr.bin/netstat/ |
| H A D | inet.c | 101 int type_map[] = { -1, 2, 3, 1, 4, 5 }; variable 119 if (type_map[ka->so_type] < type_map[kb->so_type]) in kf_comp() 121 if (type_map[ka->so_type] > type_map[kb->so_type]) in kf_comp()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.4 | 13308 * fixincl/inclhack.def(type_map): now obsolete
|