| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| H A D | node_iterators.hpp | 87 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in pb_ds::detail::ov_tree_node_const_it_ 151 inline this_type 155 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); in get_l_child() 160 return (this_type(mid_pointer(m_p_begin_value, m_p_value), in get_l_child() 166 inline this_type 170 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); in get_r_child() 175 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), in get_r_child() 182 operator==(const this_type& other) const in operator ==() 197 operator!=(const this_type& other) const in operator !=() 217 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in pb_ds::detail::ov_tree_node_it_ [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| H A D | node.hpp | 66 this_type; typedef 73 this_type>::other::pointer 104 this_type; typedef 111 this_type>::other::pointer
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | p-exp.y | 518 struct type * this_type; variable 524 this_type = this_val->type; 526 this_type = NULL; 527 if (this_type) 529 if (TYPE_CODE (this_type) == TYPE_CODE_PTR) 531 this_type = TYPE_TARGET_TYPE (this_type); 536 current_type = this_type; 660 struct type * this_type; variable 675 this_type = this_val->type; 677 this_type = NULL; [all …]
|
| H A D | p-exp.c | 1632 struct type * this_type; local 1638 this_type = this_val->type; 1640 this_type = NULL; 1641 if (this_type) 1643 if (TYPE_CODE (this_type) == TYPE_CODE_PTR) 1645 this_type = TYPE_TARGET_TYPE (this_type); 1650 current_type = this_type; 1777 struct type * this_type; local 1792 this_type = this_val->type; 1794 this_type = NULL; [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-m32r.h | 62 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ 63 m32r_prepare_relax_scan (fragP, address, aim, this_state, this_type)
|
| H A D | tc-m68k.h | 217 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ argument 220 if (aim == 0 && this_type->rlx_forward == 127) \
|
| H A D | tc-cris.c | 386 const relax_typeS *this_type; local 429 start_type = this_type = table + this_state; 434 for (next_state = this_type->rlx_more; next_state;) 435 if (aim >= this_type->rlx_backward) 441 this_type = table + this_state; 442 next_state = this_type->rlx_more; 448 for (next_state = this_type->rlx_more; next_state;) 449 if (aim <= this_type->rlx_forward) 455 this_type = table + this_state; 456 next_state = this_type->rlx_more; [all …]
|
| H A D | tc-m68hc11.c | 2771 const relax_typeS *this_type; in m68hc11_relax_frag() local 2812 start_type = this_type = table + this_state; in m68hc11_relax_frag() 2817 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag() 2818 if (aim >= this_type->rlx_backward) in m68hc11_relax_frag() 2824 this_type = table + this_state; in m68hc11_relax_frag() 2825 next_state = this_type->rlx_more; in m68hc11_relax_frag() 2831 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag() 2832 if (aim <= this_type->rlx_forward) in m68hc11_relax_frag() 2838 this_type = table + this_state; in m68hc11_relax_frag() 2839 next_state = this_type->rlx_more; in m68hc11_relax_frag() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-aux-info.c | 123 const char *this_type; in gen_formal_list_for_type() local 128 this_type = gen_type ("", TREE_VALUE (formal_type), ansi); in gen_formal_list_for_type() 130 = ((strlen (this_type)) in gen_formal_list_for_type() 131 ? concat (formal_list, affix_data_type (this_type), NULL) in gen_formal_list_for_type()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-m68k.h | 160 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ argument 163 if (aim == 0 && this_type->rlx_forward == 127) \
|
| H A D | tc-msp430.c | 2274 const relax_typeS *this_type; in msp430_relax_frag() local 2303 start_type = this_type = table + this_state; in msp430_relax_frag() 2308 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag() 2309 if (aim >= this_type->rlx_backward || !this_type->rlx_backward) in msp430_relax_frag() 2315 this_type = table + this_state; in msp430_relax_frag() 2316 next_state = this_type->rlx_more; in msp430_relax_frag() 2322 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag() 2323 if (aim <= this_type->rlx_forward || !this_type->rlx_forward) in msp430_relax_frag() 2329 this_type = table + this_state; in msp430_relax_frag() 2330 next_state = this_type->rlx_more; in msp430_relax_frag() [all …]
|
| H A D | tc-cris.c | 523 const relax_typeS *this_type; in cris_relax_frag() local 570 start_type = this_type = table + this_state; in cris_relax_frag() 575 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag() 576 if (aim >= this_type->rlx_backward) in cris_relax_frag() 582 this_type = table + this_state; in cris_relax_frag() 583 next_state = this_type->rlx_more; in cris_relax_frag() 589 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag() 590 if (aim <= this_type->rlx_forward) in cris_relax_frag() 596 this_type = table + this_state; in cris_relax_frag() 597 next_state = this_type->rlx_more; in cris_relax_frag() [all …]
|
| H A D | tc-m68hc11.c | 2772 const relax_typeS *this_type; in m68hc11_relax_frag() local 2813 start_type = this_type = table + this_state; in m68hc11_relax_frag() 2818 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag() 2819 if (aim >= this_type->rlx_backward) in m68hc11_relax_frag() 2825 this_type = table + this_state; in m68hc11_relax_frag() 2826 next_state = this_type->rlx_more; in m68hc11_relax_frag() 2832 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag() 2833 if (aim <= this_type->rlx_forward) in m68hc11_relax_frag() 2839 this_type = table + this_state; in m68hc11_relax_frag() 2840 next_state = this_type->rlx_more; in m68hc11_relax_frag() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-aux-info.c | 124 const char *this_type; local 129 this_type = gen_type ("", TREE_VALUE (formal_type), ansi); 131 = ((strlen (this_type)) 132 ? concat (formal_list, affix_data_type (this_type), NULL)
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBType.cpp | 446 CompilerType this_type(m_opaque_sp->GetCompilerType(true)); in GetEnumMembers() local 447 if (this_type.IsValid()) { in GetEnumMembers() 448 this_type.ForEachEnumerator([&sb_enum_member_list]( in GetEnumMembers() 468 CompilerType this_type(m_opaque_sp->GetCompilerType(false)); in GetFieldAtIndex() local 469 if (this_type.IsValid()) { in GetFieldAtIndex() 474 CompilerType field_type(this_type.GetFieldAtIndex( in GetFieldAtIndex()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | write.c | 1595 const relax_typeS *this_type; in relax_frag() local 1610 start_type = this_type = table + this_state; in relax_frag() 1647 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); in relax_frag() 1653 for (next_state = this_type->rlx_more; next_state;) in relax_frag() 1654 if (aim >= this_type->rlx_backward) in relax_frag() 1660 this_type = table + this_state; in relax_frag() 1661 next_state = this_type->rlx_more; in relax_frag() 1667 for (next_state = this_type->rlx_more; next_state;) in relax_frag() 1668 if (aim <= this_type->rlx_forward) in relax_frag() 1674 this_type = table + this_state; in relax_frag() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | write.c | 2031 const relax_typeS *this_type; in relax_frag() local 2046 start_type = this_type = table + this_state; in relax_frag() 2093 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); in relax_frag() 2099 for (next_state = this_type->rlx_more; next_state;) in relax_frag() 2100 if (aim >= this_type->rlx_backward) in relax_frag() 2106 this_type = table + this_state; in relax_frag() 2107 next_state = this_type->rlx_more; in relax_frag() 2113 for (next_state = this_type->rlx_more; next_state;) in relax_frag() 2114 if (aim <= this_type->rlx_forward) in relax_frag() 2120 this_type = table + this_state; in relax_frag() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 875 Type *this_type = this_var->GetType(); in LookUpLldbClass() local 877 if (!this_type) in LookUpLldbClass() 881 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ieee.c | 831 get_symbol (abfd, ieee, last_symbol, symbol_count, pptr, max_index, this_type) in get_symbol() argument 838 int this_type; 843 if (new_index != last_index || this_type != last_type) 860 last_type = this_type;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | mangle.c | 1725 tree this_type = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (type))); local 1726 write_CV_qualifiers_for_type (this_type);
|
| H A D | init.c | 3319 tree this_type = TREE_TYPE (member); in push_base_cleanups() local 3320 expr = build_delete (this_type, this_member, in push_base_cleanups()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | mangle.c | 1832 tree this_type = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (type))); in write_function_type() local 1833 write_CV_qualifiers_for_type (this_type); in write_function_type()
|
| H A D | init.c | 2930 tree this_type = TREE_TYPE (member); in push_base_cleanups() local 2931 expr = build_delete (this_type, this_member, in push_base_cleanups()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ieee.c | 685 int this_type) in get_symbol() argument 690 if (new_index != last_index || this_type != last_type) in get_symbol() 707 last_type = this_type; in get_symbol()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 3105 Type *this_type = in ParseChildParameters() local 3107 if (this_type) { in ParseChildParameters() 3108 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()
|