HomeSort by: relevance | last modified time | path
    Searched refs:this_type (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 55 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
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 in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
81 typedef typename rebind_traits<_Alloc, this_type>::pointer node_pointer;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 55 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
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 in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_
81 typedef typename rebind_traits<_Alloc, this_type>::pointer node_pointer;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 70 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__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));
143 return (this_type(mid_pointer(m_p_begin_value, m_p_value),
150 inline this_type
154 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value));
159 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value),
166 operator==(const this_type& other) const
181 operator!=(const this_type& other) const
200 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 70 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__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));
143 return (this_type(mid_pointer(m_p_begin_value, m_p_value),
150 inline this_type
154 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value));
159 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value),
166 operator==(const this_type& other) const
181 operator!=(const this_type& other) const
200 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-xmethods.c 40 python_xmethod_worker (PyObject *worker, PyObject *this_type);
409 struct type *obj_type, *this_type; local
427 this_type = check_typedef (type_object_to_type (m_this_type));
430 struct type *this_ptr = lookup_pointer_type (this_type);
438 = lookup_reference_type (this_type, obj_type->code ());
445 if (!types_equal (obj_type, this_type))
446 obj = value_cast (this_type, obj);
508 struct type *obj_type, *this_type; local
512 this_type = check_typedef (type_object_to_type (m_this_type));
515 struct type *this_ptr = lookup_pointer_type (this_type);
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
slot.pl 272 my $this_type = $optable{$opcode};
273 if (! defined ($this_type)) { $this_type = ' '; }
277 $type{$addr} = $this_type;
  /src/external/gpl3/gdb/dist/gdb/python/
py-xmethods.c 40 python_xmethod_worker (PyObject *worker, PyObject *this_type);
409 struct type *obj_type, *this_type; local
427 this_type = check_typedef (type_object_to_type (m_this_type));
430 struct type *this_ptr = lookup_pointer_type (this_type);
438 = lookup_reference_type (this_type, obj_type->code ());
445 if (!types_equal (obj_type, this_type))
446 obj = value_cast (this_type, obj);
508 struct type *obj_type, *this_type; local
512 this_type = check_typedef (type_object_to_type (m_this_type));
515 struct type *this_ptr = lookup_pointer_type (this_type);
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.h 108 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \
111 if (aim == 0 && this_type->rlx_forward == 127) \
tc-cris.c 525 const relax_typeS *this_type; local
573 start_type = this_type = table + this_state;
578 for (next_state = this_type->rlx_more; next_state;)
579 if (aim >= this_type->rlx_backward)
585 this_type = table + this_state;
586 next_state = this_type->rlx_more;
592 for (next_state = this_type->rlx_more; next_state;)
593 if (aim <= this_type->rlx_forward)
599 this_type = table + this_state;
600 next_state = this_type->rlx_more
    [all...]
tc-msp430.c 4980 const relax_typeS *this_type; local
5009 start_type = this_type = table + this_state;
5014 for (next_state = this_type->rlx_more; next_state;)
5015 if (aim >= this_type->rlx_backward || !this_type->rlx_backward)
5021 this_type = table + this_state;
5022 next_state = this_type->rlx_more;
5028 for (next_state = this_type->rlx_more; next_state;)
5029 if (aim <= this_type->rlx_forward || !this_type->rlx_forward
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.h 108 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \
111 if (aim == 0 && this_type->rlx_forward == 127) \
tc-cris.c 525 const relax_typeS *this_type; local
573 start_type = this_type = table + this_state;
578 for (next_state = this_type->rlx_more; next_state;)
579 if (aim >= this_type->rlx_backward)
585 this_type = table + this_state;
586 next_state = this_type->rlx_more;
592 for (next_state = this_type->rlx_more; next_state;)
593 if (aim <= this_type->rlx_forward)
599 this_type = table + this_state;
600 next_state = this_type->rlx_more
    [all...]
tc-msp430.c 4980 const relax_typeS *this_type; local
5009 start_type = this_type = table + this_state;
5014 for (next_state = this_type->rlx_more; next_state;)
5015 if (aim >= this_type->rlx_backward || !this_type->rlx_backward)
5021 this_type = table + this_state;
5022 next_state = this_type->rlx_more;
5028 for (next_state = this_type->rlx_more; next_state;)
5029 if (aim <= this_type->rlx_forward || !this_type->rlx_forward
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-aux-info.cc 117 const char *this_type;
122 this_type = gen_type ("", TREE_VALUE (formal_type), ansi);
124 = ((strlen (this_type))
125 ? concat (formal_list, affix_data_type (this_type), NULL)
116 const char *this_type; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-aux-info.cc 117 const char *this_type;
122 this_type = gen_type ("", TREE_VALUE (formal_type), ansi);
124 = ((strlen (this_type))
125 ? concat (formal_list, affix_data_type (this_type), NULL)
116 const char *this_type; local
  /src/external/mit/isl/dist/interface/
cpp.h 93 * "this_type" is the name of the type to which "this" should be converted
98 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 in struct:ConversionMethod
cpp.cc 1187 const std::string &this_type,
1189 NoCopyMethod(method), this_type(this_type),
1203 const std::string &this_type) :
1204 ConversionMethod(method, this_type, [this] (int pos) {
1252 * If "this_type" is different from the name of the class of the method,
1258 if (clazz.name == this_type) {
1261 auto cpp_type = ns + cpp_generator::type2cpp(this_type);
  /src/external/gpl3/gdb.old/dist/gdb/
p-exp.y 586 struct type * this_type;
592 this_type = this_val->type ();
594 this_type = NULL;
595 if (this_type)
597 if (this_type->code () == TYPE_CODE_PTR)
599 this_type = this_type->target_type ();
604 current_type = this_type;
696 struct type * this_type;
709 this_type = this_val->type ()
    [all...]
ctfread.c 926 struct type *this_type, *target_type; local
929 this_type = type_allocator (objfile, language_c).new_type (TYPE_CODE_TYPEDEF,
931 set_tid_type (objfile, tid, this_type);
933 if (target_type != this_type)
934 this_type->set_target_type (target_type);
936 this_type->set_target_type (nullptr);
938 this_type->set_target_is_stub (this_type->target_type () != nullptr);
940 return set_tid_type (objfile, tid, this_type);
  /src/external/gpl3/gdb/dist/gdb/
p-exp.y 586 struct type * this_type;
592 this_type = this_val->type ();
594 this_type = NULL;
595 if (this_type)
597 if (this_type->code () == TYPE_CODE_PTR)
599 this_type = this_type->target_type ();
604 current_type = this_type;
696 struct type * this_type;
709 this_type = this_val->type ()
    [all...]
ctfread.c 926 struct type *this_type, *target_type; local
929 this_type = type_allocator (objfile, language_c).new_type (TYPE_CODE_TYPEDEF,
931 set_tid_type (objfile, tid, this_type);
933 if (target_type != this_type)
934 this_type->set_target_type (target_type);
936 this_type->set_target_type (nullptr);
938 this_type->set_target_is_stub (this_type->target_type () != nullptr);
940 return set_tid_type (objfile, tid, this_type);
  /src/external/gpl3/binutils/dist/gas/
write.c 2546 const relax_typeS *this_type; local
2561 start_type = this_type = table + this_state;
2610 md_prepare_relax_scan (fragP, address, aim, this_state, this_type);
2616 for (next_state = this_type->rlx_more; next_state;)
2617 if (aim >= this_type->rlx_backward)
2623 this_type = table + this_state;
2624 next_state = this_type->rlx_more;
2630 for (next_state = this_type->rlx_more; next_state;)
2631 if (aim <= this_type->rlx_forward)
2637 this_type = table + this_state
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
write.c 2544 const relax_typeS *this_type; local
2559 start_type = this_type = table + this_state;
2608 md_prepare_relax_scan (fragP, address, aim, this_state, this_type);
2614 for (next_state = this_type->rlx_more; next_state;)
2615 if (aim >= this_type->rlx_backward)
2621 this_type = table + this_state;
2622 next_state = this_type->rlx_more;
2628 for (next_state = this_type->rlx_more; next_state;)
2629 if (aim <= this_type->rlx_forward)
2635 this_type = table + this_state
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 12312 struct type *this_type;
12355 this_type = read_type_die (die, cu);
12356 if (this_type && this_type->code () == TYPE_CODE_FUNC)
12358 int nparams = this_type->num_fields ();
12360 /* TYPE is the domain of this method, and THIS_TYPE is the type
12363 this_type->target_type (),
12364 this_type->fields (),
12365 this_type->num_fields (),
12366 this_type->has_varargs ())
12303 struct type *this_type; local
13523 struct type *this_type; local
14939 struct type *this_type; local
19956 struct type *this_type; local
20030 struct type *this_type; local
20045 struct type *this_type = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 10605 struct type *this_type;
10648 this_type = read_type_die (die, cu);
10649 if (this_type && this_type->code () == TYPE_CODE_FUNC)
10651 int nparams = this_type->num_fields ();
10653 /* TYPE is the domain of this method, and THIS_TYPE is the type
10656 this_type->target_type (),
10657 this_type->fields (),
10658 this_type->has_varargs ());
10666 if (nparams == 0 || this_type->field (0).is_artificial () == 0
10598 struct type *this_type; local
11837 struct type *this_type; local
13239 struct type *this_type; local
17541 struct type *this_type; local
17615 struct type *this_type; local
17630 struct type *this_type = NULL; local
    [all...]

Completed in 97 milliseconds

1 2