HomeSort by relevance Sort by last modified time
    Searched refs:erase (Results 151 - 175 of 3986) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
Trace.h 99 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
100 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
Trace.h 99 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
100 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Trace.h 104 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
105 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
Trace.h 104 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
105 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
Trace.h 104 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
105 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
Trace.h 99 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
100 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
Trace.h 99 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
100 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
Trace.h 99 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
100 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
Trace.h 99 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
100 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/list/list.cons/
db_copy.pass.cpp 29 l2.erase(i);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/list/list.modifiers/
erase_iter_iter_db1.pass.cpp 15 // Call erase(const_iterator first, const_iterator last); with first iterator from another container
29 std::list<int>::iterator i = l1.erase(l2.cbegin(), next(l1.cbegin()));
erase_iter_iter_db2.pass.cpp 15 // Call erase(const_iterator first, const_iterator last); with second iterator from another container
29 std::list<int>::iterator i = l1.erase(l1.cbegin(), next(l2.cbegin()));
erase_iter_iter_db3.pass.cpp 15 // Call erase(const_iterator first, const_iterator last); with both iterators from another container
29 std::list<int>::iterator i = l1.erase(l2.cbegin(), next(l2.cbegin()));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.modifiers/
erase_iter_db1.pass.cpp 12 // Call erase(const_iterator position) with end()
28 l1.erase(i);
erase_iter_db2.pass.cpp 12 // Call erase(const_iterator position) with iterator from another container
31 l1.erase(i);

Completed in 405 milliseconds

1 2 3 4 5 67 8 91011>>