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

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/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
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/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...]
/macosx-10.9.5/cctools-845/as/
H A Dlayout.c1089 const relax_typeS *this_type; local
1238 this_type = md_relax_table + this_state;
1239 start_type = this_type;
1264 for(next_state = this_type->rlx_more; next_state; ){
1265 if(aim >= this_type->rlx_backward)
1269 this_type = md_relax_table + this_state;
1270 next_state = this_type->rlx_more;
1276 for(next_state = this_type->rlx_more; next_state; ){
1277 if(aim <= this_type->rlx_forward)
1281 this_type
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h112 typedef IntrusiveRefCntPtr this_type; typedef in class:llvm::IntrusiveRefCntPtr
/macosx-10.9.5/swig-10/Source/Modules/
H A Dallocate.cxx75 String *this_type = Getattr(n, "type"); local
87 if (function_is_defined_in_bases_seek(n, b, extend, this_decl, name, this_type, resolved_decl)) {
97 if (function_is_defined_in_bases_seek(n, b, usingdecl, this_decl, name, this_type, resolved_decl)) {
105 if (function_is_defined_in_bases_seek(n, b, base, this_decl, name, this_type, resolved_decl)) {
124 int function_is_defined_in_bases_seek(Node *n, Node *b, Node *base, String *this_decl, String *name, String *this_type, String *resolved_decl) { argument
133 bool returntype_match = Strcmp(base_type, this_type) == 0 ? true : false;
H A Djava.cxx1970 String *this_type = Copy(getClassType()); local
1974 SwigType_push(this_type, qualifier);
1975 SwigType_add_pointer(this_type);
1976 Parm *this_parm = NewParm(this_type, name);
1980 if (prematureGarbageCollectionPreventionParameter(this_type, this_parm))
1985 Delete(this_type);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c2194 enum case_type this_type;
2200 this_type = one_case;
2202 this_type = two_case;
2204 this_type = strange;
2212 if (this_type == strange || this_type != run_type
2238 if (this_type == strange)
2256 run_type = this_type;
2177 enum case_type this_type; local
/macosx-10.9.5/groff-38/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;
/macosx-10.9.5/cxxfilt-11/cxxfilt/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