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

1 2 3 4

  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_vecs.h 49 unordered_remove (std::vector<T> &vec, typename std::vector<T>::iterator it) function
66 unordered_remove (std::vector<T> &vec, typename std::vector<T>::size_type ix) function
70 return unordered_remove (vec, vec.begin () + ix);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_vecs.h 49 unordered_remove (std::vector<T> &vec, typename std::vector<T>::iterator it) function
66 unordered_remove (std::vector<T> &vec, typename std::vector<T>::size_type ix) function
70 return unordered_remove (vec, vec.begin () + ix);
  /src/external/gpl3/gdb/dist/gdb/unittests/
vec-utils-selftests.c 31 This test was added after a bug was discovered where unordered_remove
61 unordered_remove (v, it);
73 ("unordered_remove",
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
vec-utils-selftests.c 31 This test was added after a bug was discovered where unordered_remove
61 unordered_remove (v, it);
73 ("unordered_remove",
  /src/external/gpl3/gdb.old/dist/gdb/
inline-frame.c 90 unordered_remove (inline_states, state_it);
133 unordered_remove (inline_states, it);
148 unordered_remove (inline_states, it);
  /src/external/gpl3/gdb/dist/gdb/
inline-frame.c 96 unordered_remove (inline_states, state_it);
139 unordered_remove (inline_states, it);
154 unordered_remove (inline_states, it);
  /src/external/gpl3/gcc/dist/gcc/
shortest-paths.h 133 queue.unordered_remove (idx_in_queue_with_min_dist);
tree-ssa-threadupdate.cc 2012 m_paths.unordered_remove (i);
2047 m_paths.unordered_remove (i);
2356 m_paths.unordered_remove (cand_path_num);
2629 m_paths.unordered_remove (0);
2650 m_paths.unordered_remove (0);
2684 m_paths.unordered_remove (i);
ipa-modref-tree.h 497 base_node->refs->unordered_remove (j);
507 bases->unordered_remove (i);
tree-ssa-dse.cc 1184 defs.unordered_remove (i);
1194 defs.unordered_remove (i);
1210 defs.unordered_remove (i);
1228 defs.unordered_remove (i);
cgraphunit.cc 1548 alias_pairs->unordered_remove (i);
1557 alias_pairs->unordered_remove (i);
1584 alias_pairs->unordered_remove (i);
1590 alias_pairs->unordered_remove (i);
1599 alias_pairs->unordered_remove (i);
vec.h 67 'unordered_remove'. The latter function copies the end element
117 ordered_remove, unordered_remove, block_remove etc. require trivially
629 void unordered_remove (unsigned);
1157 vec<T, A, vl_embed>::unordered_remove (unsigned ix)
1628 void unordered_remove (unsigned);
2215 vec<T, va_heap, vl_ptr>::unordered_remove (unsigned ix)
2217 m_vec->unordered_remove (ix);
gimple-ssa-sccopy.cc 559 scc.unordered_remove (i);
hw-doloop.cc 213 loop->incoming->unordered_remove (ei.index);
vec.cc 459 /* Verify that vec::unordered_remove works correctly. */
466 v.unordered_remove (5);
  /src/external/gpl3/gcc.old/dist/gcc/
shortest-paths.h 133 queue.unordered_remove (idx_in_queue_with_min_dist);
tree-ssa-threadupdate.cc 2019 m_paths.unordered_remove (i);
2054 m_paths.unordered_remove (i);
2363 m_paths.unordered_remove (cand_path_num);
2636 m_paths.unordered_remove (0);
2657 m_paths.unordered_remove (0);
2688 m_paths.unordered_remove (i);
ipa-modref-tree.h 497 base_node->refs->unordered_remove (j);
507 bases->unordered_remove (i);
tree-ssa-dse.cc 1066 defs.unordered_remove (i);
1076 defs.unordered_remove (i);
1091 defs.unordered_remove (i);
cgraphunit.cc 1539 alias_pairs->unordered_remove (i);
1548 alias_pairs->unordered_remove (i);
1575 alias_pairs->unordered_remove (i);
1581 alias_pairs->unordered_remove (i);
1590 alias_pairs->unordered_remove (i);
vec.h 67 'unordered_remove'. The latter function copies the end element
609 void unordered_remove (unsigned);
1118 vec<T, A, vl_embed>::unordered_remove (unsigned ix)
1521 void unordered_remove (unsigned);
2096 vec<T, va_heap, vl_ptr>::unordered_remove (unsigned ix)
2098 m_vec->unordered_remove (ix);
hw-doloop.cc 213 loop->incoming->unordered_remove (ei.index);
vec.cc 459 /* Verify that vec::unordered_remove works correctly. */
466 v.unordered_remove (5);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.cc 309 pending_weaks->unordered_remove (i);
618 pending_redefine_extname->unordered_remove (ix);
629 pending_redefine_extname->unordered_remove (ix);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pragma.cc 309 pending_weaks->unordered_remove (i);
618 pending_redefine_extname->unordered_remove (ix);
629 pending_redefine_extname->unordered_remove (ix);

Completed in 49 milliseconds

1 2 3 4