Home
last modified time | relevance | path

Searched refs:this_type (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp70 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in __gnu_pbds::detail::ov_tree_node_const_it_
134 inline this_type
138 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); in get_l_child()
143 return (this_type(mid_pointer(m_p_begin_value, m_p_value), in get_l_child()
150 inline this_type
154 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); in get_r_child()
159 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), in get_r_child()
166 operator==(const this_type& other) const in operator ==()
181 operator!=(const this_type& other) const in operator !=()
200 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in __gnu_pbds::detail::ov_tree_node_it_
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp70 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in __gnu_pbds::detail::ov_tree_node_const_it_
134 inline this_type
138 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); in get_l_child()
143 return (this_type(mid_pointer(m_p_begin_value, m_p_value), in get_l_child()
150 inline this_type
154 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); in get_r_child()
159 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), in get_r_child()
166 operator==(const this_type& other) const in operator ==()
181 operator!=(const this_type& other) const in operator !=()
200 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in __gnu_pbds::detail::ov_tree_node_it_
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dnode.hpp55 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type; typedef
62 typedef typename rebind_traits<_Alloc, this_type>::pointer node_pointer;
75 typedef left_child_next_sibling_heap_node_<_Value, null_type, _Alloc> this_type; typedef
81 typedef typename rebind_traits<_Alloc, this_type>::pointer node_pointer;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dnode.hpp55 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type; typedef
62 typedef typename rebind_traits<_Alloc, this_type>::pointer node_pointer;
75 typedef left_child_next_sibling_heap_node_<_Value, null_type, _Alloc> this_type; typedef
81 typedef typename rebind_traits<_Alloc, this_type>::pointer node_pointer;
/netbsd-src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dslot.pl272 my $this_type = $optable{$opcode};
273 if (! defined ($this_type)) { $this_type = ' '; }
277 $type{$addr} = $this_type;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c116 const char *this_type; in gen_formal_list_for_type() local
121 this_type = gen_type ("", TREE_VALUE (formal_type), ansi); in gen_formal_list_for_type()
123 = ((strlen (this_type)) in gen_formal_list_for_type()
124 ? concat (formal_list, affix_data_type (this_type), NULL) in gen_formal_list_for_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.cc116 const char *this_type; in gen_formal_list_for_type() local
121 this_type = gen_type ("", TREE_VALUE (formal_type), ansi); in gen_formal_list_for_type()
123 = ((strlen (this_type)) in gen_formal_list_for_type()
124 ? concat (formal_list, affix_data_type (this_type), NULL) in gen_formal_list_for_type()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.h108 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ argument
111 if (aim == 0 && this_type->rlx_forward == 127) \
H A Dtc-cris.c525 const relax_typeS *this_type; in cris_relax_frag() local
573 start_type = this_type = table + this_state; in cris_relax_frag()
578 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag()
579 if (aim >= this_type->rlx_backward) in cris_relax_frag()
585 this_type = table + this_state; in cris_relax_frag()
586 next_state = this_type->rlx_more; in cris_relax_frag()
592 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag()
593 if (aim <= this_type->rlx_forward) in cris_relax_frag()
599 this_type = table + this_state; in cris_relax_frag()
600 next_state = this_type->rlx_more; in cris_relax_frag()
[all …]
H A Dtc-msp430.c4980 const relax_typeS *this_type; in msp430_relax_frag() local
5009 start_type = this_type = table + this_state; in msp430_relax_frag()
5014 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag()
5015 if (aim >= this_type->rlx_backward || !this_type->rlx_backward) in msp430_relax_frag()
5021 this_type = table + this_state; in msp430_relax_frag()
5022 next_state = this_type->rlx_more; in msp430_relax_frag()
5028 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag()
5029 if (aim <= this_type->rlx_forward || !this_type->rlx_forward) in msp430_relax_frag()
5035 this_type = table + this_state; in msp430_relax_frag()
5036 next_state = this_type->rlx_more; in msp430_relax_frag()
[all …]
H A Dtc-m68hc11.c3872 const relax_typeS *this_type; in m68hc11_relax_frag() local
3913 start_type = this_type = table + this_state; in m68hc11_relax_frag()
3918 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag()
3919 if (aim >= this_type->rlx_backward) in m68hc11_relax_frag()
3925 this_type = table + this_state; in m68hc11_relax_frag()
3926 next_state = this_type->rlx_more; in m68hc11_relax_frag()
3932 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag()
3933 if (aim <= this_type->rlx_forward) in m68hc11_relax_frag()
3939 this_type = table + this_state; in m68hc11_relax_frag()
3940 next_state = this_type->rlx_more; in m68hc11_relax_frag()
[all …]
H A Dtc-csky.c5684 const relax_typeS *this_type; in csky_relax_frag() local
5699 start_type = this_type = table + this_state; in csky_relax_frag()
5762 for (next_state = this_type->rlx_more; next_state;) in csky_relax_frag()
5763 if (aim >= this_type->rlx_backward) in csky_relax_frag()
5769 this_type = table + this_state; in csky_relax_frag()
5770 next_state = this_type->rlx_more; in csky_relax_frag()
5776 for (next_state = this_type->rlx_more; next_state;) in csky_relax_frag()
5777 if (aim <= this_type->rlx_forward) in csky_relax_frag()
5783 this_type = table + this_state; in csky_relax_frag()
5784 next_state = this_type->rlx_more; in csky_relax_frag()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68k.h108 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ argument
111 if (aim == 0 && this_type->rlx_forward == 127) \
H A Dtc-cris.c525 const relax_typeS *this_type; in cris_relax_frag() local
573 start_type = this_type = table + this_state; in cris_relax_frag()
578 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag()
579 if (aim >= this_type->rlx_backward) in cris_relax_frag()
585 this_type = table + this_state; in cris_relax_frag()
586 next_state = this_type->rlx_more; in cris_relax_frag()
592 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag()
593 if (aim <= this_type->rlx_forward) in cris_relax_frag()
599 this_type = table + this_state; in cris_relax_frag()
600 next_state = this_type->rlx_more; in cris_relax_frag()
[all …]
H A Dtc-msp430.c4978 const relax_typeS *this_type; in msp430_relax_frag() local
5007 start_type = this_type = table + this_state; in msp430_relax_frag()
5012 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag()
5013 if (aim >= this_type->rlx_backward || !this_type->rlx_backward) in msp430_relax_frag()
5019 this_type = table + this_state; in msp430_relax_frag()
5020 next_state = this_type->rlx_more; in msp430_relax_frag()
5026 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag()
5027 if (aim <= this_type->rlx_forward || !this_type->rlx_forward) in msp430_relax_frag()
5033 this_type = table + this_state; in msp430_relax_frag()
5034 next_state = this_type->rlx_more; in msp430_relax_frag()
[all …]
H A Dtc-m68hc11.c3872 const relax_typeS *this_type; in m68hc11_relax_frag() local
3913 start_type = this_type = table + this_state; in m68hc11_relax_frag()
3918 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag()
3919 if (aim >= this_type->rlx_backward) in m68hc11_relax_frag()
3925 this_type = table + this_state; in m68hc11_relax_frag()
3926 next_state = this_type->rlx_more; in m68hc11_relax_frag()
3932 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag()
3933 if (aim <= this_type->rlx_forward) in m68hc11_relax_frag()
3939 this_type = table + this_state; in m68hc11_relax_frag()
3940 next_state = this_type->rlx_more; in m68hc11_relax_frag()
[all …]
H A Dtc-csky.c5662 const relax_typeS *this_type; in csky_relax_frag() local
5677 start_type = this_type = table + this_state; in csky_relax_frag()
5740 for (next_state = this_type->rlx_more; next_state;) in csky_relax_frag()
5741 if (aim >= this_type->rlx_backward) in csky_relax_frag()
5747 this_type = table + this_state; in csky_relax_frag()
5748 next_state = this_type->rlx_more; in csky_relax_frag()
5754 for (next_state = this_type->rlx_more; next_state;) in csky_relax_frag()
5755 if (aim <= this_type->rlx_forward) in csky_relax_frag()
5761 this_type = table + this_state; in csky_relax_frag()
5762 next_state = this_type->rlx_more; in csky_relax_frag()
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Dcpp.h98 ConversionMethod(const Method &method, const std::string &this_type,
100 ConversionMethod(const Method &method, const std::string &this_type);
107 const std::string this_type; member
H A Dcpp.cc1187 const std::string &this_type, in ConversionMethod() argument
1189 NoCopyMethod(method), this_type(this_type), in ConversionMethod()
1203 const std::string &this_type) : in ConversionMethod() argument
1204 ConversionMethod(method, this_type, [this] (int pos) { in ConversionMethod()
1258 if (clazz.name == this_type) { in print_call()
1261 auto cpp_type = ns + cpp_generator::type2cpp(this_type); in print_call()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dwrite.c2554 const relax_typeS *this_type; in relax_frag() local
2569 start_type = this_type = table + this_state; in relax_frag()
2618 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); in relax_frag()
2624 for (next_state = this_type->rlx_more; next_state;) in relax_frag()
2625 if (aim >= this_type->rlx_backward) in relax_frag()
2631 this_type = table + this_state; in relax_frag()
2632 next_state = this_type->rlx_more; in relax_frag()
2638 for (next_state = this_type->rlx_more; next_state;) in relax_frag()
2639 if (aim <= this_type->rlx_forward) in relax_frag()
2645 this_type = table + this_state; in relax_frag()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dwrite.c2561 const relax_typeS *this_type; in relax_frag() local
2576 start_type = this_type = table + this_state; in relax_frag()
2625 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); in relax_frag()
2631 for (next_state = this_type->rlx_more; next_state;) in relax_frag()
2632 if (aim >= this_type->rlx_backward) in relax_frag()
2638 this_type = table + this_state; in relax_frag()
2639 next_state = this_type->rlx_more; in relax_frag()
2645 for (next_state = this_type->rlx_more; next_state;) in relax_frag()
2646 if (aim <= this_type->rlx_forward) in relax_frag()
2652 this_type = table + this_state; in relax_frag()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c5133 tree this_type = TREE_TYPE (member); in push_base_cleanups() local
5134 if (this_type == error_mark_node in push_base_cleanups()
5138 if (ANON_AGGR_TYPE_P (this_type)) in push_base_cleanups()
5140 if (type_build_dtor_call (this_type)) in push_base_cleanups()
5147 expr = build_delete (input_location, this_type, this_member, in push_base_cleanups()
5151 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (this_type)) in push_base_cleanups()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc5287 tree this_type = TREE_TYPE (member); in push_base_cleanups() local
5288 if (this_type == error_mark_node in push_base_cleanups()
5292 if (ANON_AGGR_TYPE_P (this_type)) in push_base_cleanups()
5294 if (type_build_dtor_call (this_type)) in push_base_cleanups()
5301 expr = build_delete (input_location, this_type, this_member, in push_base_cleanups()
5305 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (this_type)) in push_base_cleanups()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.h343 uint32_t this_type; member
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp1988 hyphenation_type this_type = (*startp)->get_hyphenation_type(); in hyphenate_line() local
1989 if (prev_type == HYPHEN_BOUNDARY && this_type == HYPHEN_MIDDLE) in hyphenate_line()
1991 prev_type = this_type; in hyphenate_line()

12