| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| array-slices-bad.f90 | 23 integer, allocatable :: other (:, :) variable in program:test 30 allocate (other (1:10, 1:10)) 37 deallocate (other)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| array-slices-bad.f90 | 23 integer, allocatable :: other (:, :) variable in program:test 30 allocate (other (1:10, 1:10)) 37 deallocate (other)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| split_join_fn_imps.hpp | 47 split(Pred pred, PB_DS_CLASS_C_DEC& other) 50 PB_DS_ASSERT_VALID(other) 53 other.make_binomial_heap(); 54 base_type::split(pred, other); 56 other.find_max(); 59 PB_DS_ASSERT_VALID(other) 65 join(PB_DS_CLASS_C_DEC& other) 68 PB_DS_ASSERT_VALID(other) 71 other.make_binomial_heap(); 72 base_type::join(other); [all...] |
| constructors_destructor_fn_imps.hpp | 60 rc_binomial_heap(const PB_DS_CLASS_C_DEC& other) 61 : base_type(other) 76 swap(PB_DS_CLASS_C_DEC& other) 79 PB_DS_ASSERT_VALID(other) 81 base_type::swap(other); 82 m_rc.swap(other.m_rc); 85 PB_DS_ASSERT_VALID(other)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| split_join_fn_imps.hpp | 47 split(Pred pred, PB_DS_CLASS_C_DEC& other) 50 PB_DS_ASSERT_VALID(other) 53 other.make_binomial_heap(); 54 base_type::split(pred, other); 56 other.find_max(); 59 PB_DS_ASSERT_VALID(other) 65 join(PB_DS_CLASS_C_DEC& other) 68 PB_DS_ASSERT_VALID(other) 71 other.make_binomial_heap(); 72 base_type::join(other); [all...] |
| constructors_destructor_fn_imps.hpp | 60 rc_binomial_heap(const PB_DS_CLASS_C_DEC& other) 61 : base_type(other) 76 swap(PB_DS_CLASS_C_DEC& other) 79 PB_DS_ASSERT_VALID(other) 81 base_type::swap(other); 82 m_rc.swap(other.m_rc); 85 PB_DS_ASSERT_VALID(other)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| split_join_fn_imps.hpp | 46 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) 49 PB_DS_ASSERT_VALID(other) 53 other.clear(); 59 value_swap(other); 61 PB_DS_ASSERT_VALID(other) 72 value_swap(other); 74 PB_DS_ASSERT_VALID(other) 79 PB_DS_CLASS_C_DEC new_other(other, other); 85 other.update(other.node_begin(), (node_update*)(&other)) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| split_join_fn_imps.hpp | 46 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) 49 PB_DS_ASSERT_VALID(other) 53 other.clear(); 59 value_swap(other); 61 PB_DS_ASSERT_VALID(other) 72 value_swap(other); 74 PB_DS_ASSERT_VALID(other) 79 PB_DS_CLASS_C_DEC new_other(other, other); 85 other.update(other.node_begin(), (node_update*)(&other)) [all...] |
| /src/usr.bin/make/unit-tests/ |
| opt-var-expanded.exp | 0 other value $$
|
| opt-var-literal.exp | 0 other ${VALUE} $$$$
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| split_join_fn_imps.hpp | 46 join_prep(PB_DS_CLASS_C_DEC& other) 49 PB_DS_ASSERT_VALID(other) 50 if (other.m_size == 0) 55 value_swap(other); 61 PB_DS_V2F(other.m_p_head->m_p_left->m_value)); 64 Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), 71 value_swap(other); 73 m_size += other.m_size; 74 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);) 81 join_finish(PB_DS_CLASS_C_DEC& other) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| split_join_fn_imps.hpp | 46 join_prep(PB_DS_CLASS_C_DEC& other) 49 PB_DS_ASSERT_VALID(other) 50 if (other.m_size == 0) 55 value_swap(other); 61 PB_DS_V2F(other.m_p_head->m_p_left->m_value)); 64 Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), 71 value_swap(other); 73 m_size += other.m_size; 74 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);) 81 join_finish(PB_DS_CLASS_C_DEC& other) [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| scanresultsitem.cpp | 11 bool ScanResultsItem::operator< (const QTreeWidgetItem &other) const 15 return text(sortCol).toInt() < other.text(sortCol).toInt(); 17 return text(sortCol) < other.text(sortCol);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/ |
| point_const_iterator.hpp | 84 point_const_iterator_(const point_const_iterator_& other) 85 : m_p_value(other.m_p_value) 90 point_const_iterator_(const point_iterator_& other) 91 : m_p_value(other.m_p_value) 112 operator==(const point_iterator_& other) const 113 { return m_p_value == other.m_p_value; } 117 operator==(const point_const_iterator_& other) const 118 { return m_p_value == other.m_p_value; } 122 operator!=(const point_iterator_& other) const 123 { return m_p_value != other.m_p_value; [all...] |
| point_iterator.hpp | 79 point_iterator_(const point_iterator_& other) 80 : m_p_value(other.m_p_value) 101 operator==(const point_iterator_& other) const 102 { return m_p_value == other.m_p_value; } 106 operator==(const point_const_iterator_& other) const 107 { return m_p_value == other.m_p_value; } 111 operator!=(const point_iterator_& other) const 112 { return m_p_value != other.m_p_value; } 116 operator!=(const point_const_iterator_& other) const 117 { return m_p_value != other.m_p_value; [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/ |
| point_const_iterator.hpp | 84 point_const_iterator_(const point_const_iterator_& other) 85 : m_p_value(other.m_p_value) 90 point_const_iterator_(const point_iterator_& other) 91 : m_p_value(other.m_p_value) 112 operator==(const point_iterator_& other) const 113 { return m_p_value == other.m_p_value; } 117 operator==(const point_const_iterator_& other) const 118 { return m_p_value == other.m_p_value; } 122 operator!=(const point_iterator_& other) const 123 { return m_p_value != other.m_p_value; [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| cmp_fn_imps.hpp | 48 operator==(const Other_HT_Map_Type& other) const 49 { return cmp_with_other(other); } 55 cmp_with_other(const Other_Map_Type& other) const 57 if (size() != other.size()) 60 for (typename Other_Map_Type::const_iterator it = other.begin(); 61 it != other.end(); ++it) 84 operator!=(const Other_HT_Map_Type& other) const 85 { return !operator==(other); }
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/ |
| split_join_fn_imps.hpp | 46 join(PB_DS_CLASS_C_DEC& other) 49 PB_DS_ASSERT_VALID(other) 50 if (base_type::join_prep(other) == false) 53 PB_DS_ASSERT_VALID(other) 57 node_pointer p_target_r = other.leftmost(other.m_p_head); 59 other.splay(p_target_r); 61 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent); 73 base_type::join_finish(other); 76 PB_DS_ASSERT_VALID(other) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| cmp_fn_imps.hpp | 48 operator==(const Other_HT_Map_Type& other) const 49 { return cmp_with_other(other); } 55 cmp_with_other(const Other_Map_Type& other) const 57 if (size() != other.size()) 60 for (typename Other_Map_Type::const_iterator it = other.begin(); 61 it != other.end(); ++it) 84 operator!=(const Other_HT_Map_Type& other) const 85 { return !operator==(other); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/ |
| split_join_fn_imps.hpp | 46 join(PB_DS_CLASS_C_DEC& other) 49 PB_DS_ASSERT_VALID(other) 50 if (base_type::join_prep(other) == false) 53 PB_DS_ASSERT_VALID(other) 57 node_pointer p_target_r = other.leftmost(other.m_p_head); 59 other.splay(p_target_r); 61 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent); 73 base_type::join_finish(other); 76 PB_DS_ASSERT_VALID(other) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/ |
| split_join_fn_imps.hpp | 47 split(Pred pred, PB_DS_CLASS_C_DEC& other) 50 PB_DS_ASSERT_VALID(other) 52 other.clear(); 57 PB_DS_ASSERT_VALID(other) 67 ++other.m_size; 71 other.push_imp(p_out); 75 PB_DS_ASSERT_VALID(other) 88 PB_DS_ASSERT_VALID(other) 94 join(PB_DS_CLASS_C_DEC& other) 97 PB_DS_ASSERT_VALID(other) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/ |
| split_join_fn_imps.hpp | 47 split(Pred pred, PB_DS_CLASS_C_DEC& other) 50 PB_DS_ASSERT_VALID(other) 52 other.clear(); 57 PB_DS_ASSERT_VALID(other) 67 ++other.m_size; 71 other.push_imp(p_out); 75 PB_DS_ASSERT_VALID(other) 88 PB_DS_ASSERT_VALID(other) 94 join(PB_DS_CLASS_C_DEC& other) 97 PB_DS_ASSERT_VALID(other) [all...] |
| /src/lib/libpanel/ |
| replace.c | 14 * documentation and/or other materials provided with the distribution. 42 PANEL *other; local 45 FOREACH_PANEL (other) { 46 if (other != p) 47 touchoverlap(p->win, other->win);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/ |
| split_join_fn_imps.hpp | 47 split(Pred pred, PB_DS_CLASS_C_DEC& other) 50 PB_DS_ASSERT_VALID(other) 52 other.clear(); 56 PB_DS_ASSERT_VALID(other) 67 ++other.m_size; 69 other.make_root_and_link(p_out); 73 PB_DS_ASSERT_VALID(other) 85 PB_DS_ASSERT_VALID(other) 91 join(PB_DS_CLASS_C_DEC& other) 94 PB_DS_ASSERT_VALID(other) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/ |
| split_join_fn_imps.hpp | 47 split(Pred pred, PB_DS_CLASS_C_DEC& other) 50 PB_DS_ASSERT_VALID(other) 52 other.clear(); 56 PB_DS_ASSERT_VALID(other) 67 ++other.m_size; 69 other.make_root_and_link(p_out); 73 PB_DS_ASSERT_VALID(other) 85 PB_DS_ASSERT_VALID(other) 91 join(PB_DS_CLASS_C_DEC& other) 94 PB_DS_ASSERT_VALID(other) [all...] |