| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | svalue.h | 92 tree get_type () const { return m_type; } in get_type() 182 : m_complexity (c), m_type (type) in svalue() 187 tree m_type; variable 200 : m_type (type), m_reg (reg) in key_t() 206 hstate.add_ptr (m_type); in hash() 213 return (m_type == other.m_type && m_reg == other.m_reg); 216 void mark_deleted () { m_type = reinterpret_cast<tree> (1); } in mark_deleted() 217 void mark_empty () { m_type = reinterpret_cast<tree> (2); } in mark_empty() 218 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } in is_deleted() 219 bool is_empty () const { return m_type == reinterpret_cast<tree> (2); } in is_empty() [all …]
|
| H A D | region.h | 147 tree get_type () const { return m_type; } in get_type() 218 tree m_type; variable 1031 : m_original_region (original_region), m_type (type) 1040 hstate.add_ptr (m_type); 1047 && m_type == other.m_type); 1050 void mark_deleted () { m_type = reinterpret_cast<tree> (1); } 1051 void mark_empty () { m_type = NULL_TREE; } 1052 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } 1053 bool is_empty () const { return m_type == NULL_TREE; } 1056 tree m_type; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | find_fn_imps.hpp | 51 if (p_nd == 0 || p_nd->m_type != leaf_node) in find() 76 if (p_nd == 0 || p_nd->m_type != leaf_node) in find() 108 while (p_nd->m_type != leaf_node) in find_imp() 110 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in find_imp() 140 if (p_nd->m_type == leaf_node) in lower_bound_imp() 149 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in lower_bound_imp() 213 if (p_nd->m_type == leaf_node) in pref_begin() 216 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_begin() 225 if (p_nd->m_type == leaf_node) in pref_end() 228 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_end() [all …]
|
| H A D | erase_fn_imps.hpp | 49 if (p_nd == 0 || p_nd->m_type == i_node) in erase() 55 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in erase() 81 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup() 96 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup() 106 if (p_nd->m_p_parent->m_type == head_node) in erase_fixup() 109 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_parent->m_type == i_node); in erase_fixup() 147 if (p_nd->m_type == i_node) in clear_imp() 149 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in clear_imp() 162 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in clear_imp() 179 _GLIBCXX_DEBUG_ASSERT(it.m_p_nd->m_type == leaf_node); in erase() [all …]
|
| H A D | pat_trie_base.hpp | 106 const node_type m_type; member 108 _Node_base(node_type type) : m_type(type) in _Node_base() 196 PB_DS_DEBUG_VERIFY(base_type::m_type == leaf_node); in assert_valid_imp() 537 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator ->() 544 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator *() 602 if (m_p_nd->m_type == head_node) in inc() 609 while (p_y->m_type != head_node && get_larger_sibling(m_p_nd) == 0) in inc() 615 if (p_y->m_type == head_node) in inc() 630 if (m_p_nd->m_type == head_node) in dec() 637 while (p_y->m_type != head_node && get_smaller_sibling(m_p_nd) == 0) in dec() [all …]
|
| H A D | insert_join_fn_imps.hpp | 108 if (p_l->m_type == leaf_node) in rec_join_prep() 110 if (p_r->m_type == leaf_node) in rec_join_prep() 117 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep() 123 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join_prep() 124 if (p_r->m_type == leaf_node) in rec_join_prep() 131 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep() 211 if (p_l->m_type == leaf_node) in rec_join() 213 if (p_r->m_type == leaf_node) in rec_join() 221 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join() 229 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join() [all …]
|
| H A D | debug_fn_imps.hpp | 62 PB_DS_DEBUG_VERIFY(m_p_head->m_p_min->m_type == leaf_node); in assert_valid() 63 PB_DS_DEBUG_VERIFY(m_p_head->m_p_max->m_type == leaf_node); in assert_valid() 106 if (p_nd->m_type == leaf_node) in recursive_count_leafs() 108 PB_DS_DEBUG_VERIFY(p_nd->m_type == i_node); in recursive_count_leafs()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | find_fn_imps.hpp | 51 if (p_nd == 0 || p_nd->m_type != leaf_node) in find() 76 if (p_nd == 0 || p_nd->m_type != leaf_node) in find() 108 while (p_nd->m_type != leaf_node) in find_imp() 110 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in find_imp() 140 if (p_nd->m_type == leaf_node) in lower_bound_imp() 149 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in lower_bound_imp() 213 if (p_nd->m_type == leaf_node) in pref_begin() 216 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_begin() 225 if (p_nd->m_type == leaf_node) in pref_end() 228 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_end() [all …]
|
| H A D | erase_fn_imps.hpp | 49 if (p_nd == 0 || p_nd->m_type == i_node) in erase() 55 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in erase() 81 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup() 96 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup() 106 if (p_nd->m_p_parent->m_type == head_node) in erase_fixup() 109 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_parent->m_type == i_node); in erase_fixup() 147 if (p_nd->m_type == i_node) in clear_imp() 149 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in clear_imp() 162 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in clear_imp() 179 _GLIBCXX_DEBUG_ASSERT(it.m_p_nd->m_type == leaf_node); in erase() [all …]
|
| H A D | pat_trie_base.hpp | 106 const node_type m_type; member 108 _Node_base(node_type type) : m_type(type) in _Node_base() 196 PB_DS_DEBUG_VERIFY(base_type::m_type == leaf_node); in assert_valid_imp() 537 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator ->() 544 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator *() 602 if (m_p_nd->m_type == head_node) in inc() 609 while (p_y->m_type != head_node && get_larger_sibling(m_p_nd) == 0) in inc() 615 if (p_y->m_type == head_node) in inc() 630 if (m_p_nd->m_type == head_node) in dec() 637 while (p_y->m_type != head_node && get_smaller_sibling(m_p_nd) == 0) in dec() [all …]
|
| H A D | insert_join_fn_imps.hpp | 108 if (p_l->m_type == leaf_node) in rec_join_prep() 110 if (p_r->m_type == leaf_node) in rec_join_prep() 117 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep() 123 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join_prep() 124 if (p_r->m_type == leaf_node) in rec_join_prep() 131 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep() 211 if (p_l->m_type == leaf_node) in rec_join() 213 if (p_r->m_type == leaf_node) in rec_join() 221 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join() 229 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join() [all …]
|
| H A D | debug_fn_imps.hpp | 62 PB_DS_DEBUG_VERIFY(m_p_head->m_p_min->m_type == leaf_node); in assert_valid() 63 PB_DS_DEBUG_VERIFY(m_p_head->m_p_max->m_type == leaf_node); in assert_valid() 106 if (p_nd->m_type == leaf_node) in recursive_count_leafs() 108 PB_DS_DEBUG_VERIFY(p_nd->m_type == i_node); in recursive_count_leafs()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hsa-gen.c | 143 m_directive_offset (0), m_type (BRIG_TYPE_NONE), in hsa_symbol() 155 m_directive_offset (0), m_type (type), m_segment (segment), in hsa_symbol() 166 = hsa_type_bit_size (~BRIG_TYPE_ARRAY_MASK & m_type); in total_byte_size() 186 m_type = hsa_type_for_tree_type (TREE_TYPE (decl), &m_dim, false); in fillup_for_decl() 193 m_align = MAX (m_align, hsa_natural_alignment (m_type)); in fillup_for_decl() 1017 hsa_symbol *sym = new hsa_symbol (cst->m_type, BRIG_SEGMENT_GLOBAL, in hsa_get_string_cst_symbol() 1034 insn->m_type = hsa_extend_inttype_to_32bit (insn->m_type); in hsa_fixup_mov_insn_type() 1035 if (insn->m_type == BRIG_TYPE_B8 || insn->m_type == BRIG_TYPE_B16) in hsa_fixup_mov_insn_type() 1036 insn->m_type = BRIG_TYPE_B32; in hsa_fixup_mov_insn_type() 1052 : hsa_op_base (k), m_type (t) in hsa_op_with_type() [all …]
|
| H A D | hsa-dump.c | 718 fprintf (f, " (%s)", hsa_type_name (reg->m_type)); 728 & imm->m_type; in dump_hsa_immed() 741 fprintf (f, " (%s)", hsa_type_name (imm->m_type)); in dump_hsa_immed() 793 hsa_type_name (symbol->m_type & ~BRIG_TYPE_ARRAY_MASK), name); in dump_hsa_symbol() 795 if (symbol->m_type & BRIG_TYPE_ARRAY_MASK) in dump_hsa_symbol() 883 fprintf (f, "_%s ", hsa_type_name (mem->m_type)); in dump_hsa_insn_1() 907 fprintf (f, "_%s ", hsa_type_name (mem->m_type)); in dump_hsa_insn_1() 923 fprintf (f, "_%s ", hsa_type_name (mem->m_type)); in dump_hsa_insn_1() 936 fprintf (f, "_%s ", hsa_type_name (insn->m_type)); in dump_hsa_insn_1() 947 hsa_type_name (seg->m_type), hsa_type_name (seg->m_src_type)); in dump_hsa_insn_1() [all …]
|
| H A D | tree-vector-builder.h | 34 tree_vector_builder () : m_type (0) {} in tree_vector_builder() 38 tree type () const { return m_type; } in type() 60 tree m_type; variable 81 m_type = type; in new_vector() 101 return INTEGRAL_TYPE_P (TREE_TYPE (m_type)); in allow_steps_p()
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | StExecutableImage.cpp | 35 if (region.m_type == FILL_REGION && region.m_data != NULL) in StExecutableImage() 77 region.m_type = FILL_REGION; in addFillRegion() 96 region.m_type = TEXT_REGION; in addTextRegion() 250 if (region.m_type == TEXT_REGION && oldData) in cropRegionToFilter() 265 newRegion.m_type = region.m_type; in cropRegionToFilter() 270 if (region.m_type == TEXT_REGION && oldData) in cropRegionToFilter() 306 if (region.m_type == inRegion.m_type && region.m_flags == inRegion.m_flags) in insertOrMergeRegion() 339 switch (inOldRegion.m_type) in mergeRegions() 404 …return (m_type == other.m_type) && (m_address == other.m_address) && (m_length == other.m_length) … in operator ==()
|
| H A D | SRecordSourceFile.cpp | 130 bool isDataRecord = theRecord.m_type == 3 || theRecord.m_type == 2 || theRecord.m_type == 1; in buildMemoryImage() 160 … bool isEntryPointRecord = theRecord.m_type == 7 || theRecord.m_type == 8 || theRecord.m_type == 9; in buildMemoryImage()
|
| H A D | Operation.h | 65 ExecuteOperation() : Operation(), m_target(), m_argument(0), m_type(kCall), m_isHAB(false) {} in ExecuteOperation() 73 inline void setExecuteType(execute_type_t type) { m_type = type; } in setExecuteType() 74 inline execute_type_t getExecuteType() { return m_type; } in getExecuteType() 82 execute_type_t m_type; variable
|
| /netbsd-src/games/phantasia/ |
| H A D | fight.c | 65 if (Curmonster.m_type == SM_MORGOTH) in encounter() 69 if (Curmonster.m_type == SM_UNICORN) { in encounter() 91 if (Curmonster.m_type == SM_DARKLORD in encounter() 107 && Curmonster.m_type != SM_DARKLORD in encounter() 109 && Curmonster.m_type != SM_SHRIEKER in encounter() 225 if (Curmonster.m_type == SM_MORGOTH) in playerhits() 276 if ((Curmonster.m_type == SM_DARKLORD in playerhits() 277 || Curmonster.m_type == SM_SHRIEKER in playerhits() 281 && (Curmonster.m_type != SM_MIMIC)) in playerhits() 305 if (Curmonster.m_type == SM_DARKLORD) in playerhits() [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | checkout.c | 103 static enum mtype m_type; variable 141 m_type = EXPORT; in checkout() 147 m_type = CHECKOUT; in checkout() 260 if (m_type == EXPORT) in checkout() 314 if (checkout_prune_dirs && m_type == CHECKOUT) in checkout() 346 send_to_server (m_type == EXPORT ? "export\012" : "co\012", 0); in checkout() 388 err += do_module (db, argv[i], m_type, "Updating", checkout_proc, in checkout() 555 if (m_type == EXPORT) in build_one_dir() 558 else if (m_type == CHECKOUT) in build_one_dir() 931 && m_type == CHECKOUT) in checkout_proc() [all …]
|
| H A D | modules.c | 105 my_module (DBM *db, char *mname, enum mtype m_type, char *msg, in my_module() argument 508 err += my_module (db, modargv[i], m_type, msg, callback_proc, in my_module() 641 err += my_module (db, spec_opt, m_type, msg, callback_proc, in my_module() 665 if ((m_type == TAG && tag_prog != NULL) || in my_module() 666 (m_type == CHECKOUT && checkout_prog != NULL) || in my_module() 667 (m_type == EXPORT && export_prog != NULL)) in my_module() 676 char *prog = (m_type == TAG ? tag_prog : in my_module() 677 (m_type == CHECKOUT ? checkout_prog : export_prog)); in my_module() 745 do_module (DBM *db, char *mname, enum mtype m_type, char *msg, in do_module() argument 750 return my_module (db, mname, m_type, msg, callback_proc, where, shorten, in do_module()
|
| /netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
| H A D | fs.c | 77 int m_type; member 102 "umask %05o", stat_type_to_string(data->m_type), in invalid_umask_format() 114 data.m_type = type; in invalid_umask_error() 133 int m_type; member 146 snprintf(buf, buflen, "Unknown file type %d of %s", data->m_type, in unknown_type_format() 158 data.m_type = type; in unknown_type_error() 563 case S_IFBLK: st->m_type = atf_fs_stat_blk_type; break; in atf_fs_stat_init() 564 case S_IFCHR: st->m_type = atf_fs_stat_chr_type; break; in atf_fs_stat_init() 565 case S_IFDIR: st->m_type = atf_fs_stat_dir_type; break; in atf_fs_stat_init() 566 case S_IFIFO: st->m_type = atf_fs_stat_fifo_type; break; in atf_fs_stat_init() [all …]
|
| H A D | process.c | 110 return (sb->m_type == atf_process_stream_type_capture) || in stream_is_valid() 111 (sb->m_type == atf_process_stream_type_connect) || in stream_is_valid() 112 (sb->m_type == atf_process_stream_type_inherit) || in stream_is_valid() 113 (sb->m_type == atf_process_stream_type_redirect_fd) || in stream_is_valid() 114 (sb->m_type == atf_process_stream_type_redirect_path); in stream_is_valid() 120 sb->m_type = atf_process_stream_type_capture; in atf_process_stream_init_capture() 134 sb->m_type = atf_process_stream_type_connect; in atf_process_stream_init_connect() 145 sb->m_type = atf_process_stream_type_inherit; in atf_process_stream_init_inherit() 155 sb->m_type = atf_process_stream_type_redirect_fd; in atf_process_stream_init_redirect_fd() 166 sb->m_type = atf_process_stream_type_redirect_path; in atf_process_stream_init_redirect_path() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vector-builder.h | 34 tree_vector_builder () : m_type (0) {} in tree_vector_builder() 38 tree type () const { return m_type; } in type() 60 tree m_type; variable 81 m_type = type; in new_vector() 101 return INTEGRAL_TYPE_P (TREE_TYPE (m_type)); in allow_steps_p()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
| H A D | context.d | 31 m_type = Call.FN; in opAssign() 36 m_type = Call.DG; in opAssign() 40 switch (m_type) in opCall() 59 Call m_type = Call.NO; variable
|