Searched refs:this_type (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dnode.hpp66 this_type; typedef in struct:pb_ds::detail::left_child_next_sibling_heap_node_
73 this_type>::other::pointer
104 this_type; typedef in struct:pb_ds::detail::left_child_next_sibling_heap_node_
111 this_type>::other::pointer
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp87 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class: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));
160 return (this_type(mid_pointer(m_p_begin_value, m_p_value),
166 inline this_type
170 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value));
175 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value),
182 operator==(const this_type& other) const
197 operator!=(const this_type& other) const
217 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:pb_ds::detail::ov_tree_node_it_
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dp-exp.y519 struct type * this_type;
525 this_type = this_val->type;
527 this_type = NULL;
528 if (this_type)
530 if (TYPE_CODE (this_type) == TYPE_CODE_PTR)
532 this_type = TYPE_TARGET_TYPE (this_type);
537 current_type = this_type;
661 struct type * this_type;
676 this_type
[all...]
H A Dp-exp.c1628 struct type * this_type;
1634 this_type = this_val->type;
1636 this_type = NULL;
1637 if (this_type)
1639 if (TYPE_CODE (this_type) == TYPE_CODE_PTR)
1641 this_type = TYPE_TARGET_TYPE (this_type);
1646 current_type = this_type;
1773 struct type * this_type;
1788 this_type
1625 struct type * this_type; local
1770 struct type * this_type; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dc-aux-info.c124 const char *this_type;
129 this_type = gen_type ("", TREE_VALUE (formal_type), ansi);
131 = ((strlen (this_type))
132 ? concat (formal_list, affix_data_type (this_type), NULL)
123 const char *this_type; local
/freebsd-9.3-release/contrib/binutils/gas/
H A Dwrite.c1866 const relax_typeS *this_type; local
1881 start_type = this_type = table + this_state;
1918 md_prepare_relax_scan (fragP, address, aim, this_state, this_type);
1924 for (next_state = this_type->rlx_more; next_state;)
1925 if (aim >= this_type->rlx_backward)
1931 this_type = table + this_state;
1932 next_state = this_type->rlx_more;
1938 for (next_state = this_type->rlx_more; next_state;)
1939 if (aim <= this_type->rlx_forward)
1945 this_type
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h112 typedef IntrusiveRefCntPtr this_type; typedef in class:llvm::IntrusiveRefCntPtr
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Denv.cpp1986 hyphenation_type this_type = (*startp)->get_hyphenation_type(); local
1987 if (prev_type == HYPHEN_BOUNDARY && this_type == HYPHEN_MIDDLE)
1989 prev_type = this_type;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dinit.c2935 tree this_type = TREE_TYPE (member);
2936 expr = build_delete (this_type, this_member,
2932 tree this_type = TREE_TYPE (member); local
H A Dmangle.c1846 tree this_type = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (type))); local
1847 write_CV_qualifiers_for_type (this_type);
H A Ddecl.c6047 tree this_type;
6052 this_type = TREE_VALUE (TYPE_ARG_TYPES (type));
6056 qual_type = cp_build_qualified_type (this_type, this_quals);
6032 tree this_type; local
H A Dpt.c7629 tree this_type = cp_build_qualified_type (TYPE_MAIN_VARIANT (r),
7632 method_type = build_method_type_directly (this_type,
7628 tree this_type = cp_build_qualified_type (TYPE_MAIN_VARIANT (r), local
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dieee.c687 int this_type)
692 if (new_index != last_index || this_type != last_type)
709 last_type = this_type;
679 get_symbol(bfd *abfd ATTRIBUTE_UNUSED, ieee_data_type *ieee, ieee_symbol_type *last_symbol, unsigned int *symbol_count, ieee_symbol_type ***pptr, unsigned int *max_index, int this_type) argument

Completed in 249 milliseconds