HomeSort by relevance Sort by last modified time
    Searched refs:pop_back (Results 1 - 25 of 538) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.modifiers/
pop_back.pass.cpp 12 // void pop_back();
21 c.pop_back();
23 c.pop_back();
25 c.pop_back();
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_erase/
pop_back.pass.cpp 12 // void pop_back();
21 s.pop_back();
  /external/valgrind/unittest/
atomicity_tests.cc 43 // v.pop_back()
44 // may fail, if another thread called v.pop_back() in between.
57 void pop_back() { function in class:AtomicityTests_LockedVector::LockedVector
59 v_.pop_back();
73 v.pop_back();
  /external/clang/include/clang/Sema/
CXXFieldCollector.h 74 FieldCount.pop_back();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.modifiers/
pop_back.pass.cpp 12 // void pop_back()
30 c.pop_back();
44 c1.pop_back();
emplace_back.pass.cpp 34 c.pop_back();
emplace_front.pass.cpp 34 c.pop_back();
pop_front.pass.cpp 30 c.pop_back();
  /external/skia/legacy/include/core/
SkDeque.h 40 void pop_back();
  /external/clang/lib/Lex/
PPCaching.cpp 35 BacktrackPositions.pop_back();
44 BacktrackPositions.pop_back();
  /external/llvm/include/llvm/ADT/
SCCIterator.h 106 VisitStack.pop_back();
107 MinVisitNumStack.pop_back();
124 SCCNodeStack.pop_back();
SetVector.h 167 void pop_back() {
170 vector_.pop_back();
175 pop_back();
  /external/llvm/lib/Transforms/Utils/
UnifyFunctionExitNodes.cpp 73 BB->getInstList().pop_back(); // Remove the unreachable inst.
117 BB->getInstList().pop_back(); // Remove the return insn
  /external/chromium/net/ftp/
ftp_auth_cache.cc 51 entries_.pop_back();
  /external/clang/include/clang/Lex/
PreprocessorLexer.h 116 ConditionalStack.pop_back();
  /external/clang/lib/Analysis/
CFGReachabilityAnalysis.cpp 56 worklist.pop_back();
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 37 T pop_back();
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 67 AtExitHandlers.pop_back();
  /external/llvm/unittests/ADT/
MapVectorTest.cpp 42 MV.pop_back();
  /external/regex-re2/re2/testing/
regexp_generator.cc 117 post->pop_back();
129 post->pop_back();
160 post->pop_back();
170 post->pop_back();
  /external/skia/include/core/
SkDeque.h 59 void pop_back();
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 77 void pop_back() { ValuePtrs.pop_back(); }
112 void pop_back() { MDValuePtrs.pop_back(); }
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 77 void pop_back() { ValuePtrs.pop_back(); }
112 void pop_back() { MDValuePtrs.pop_back(); }
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.capacity/
access.pass.cpp 40 c.pop_back();
shrink_to_fit.pass.cpp 30 c.pop_back();

Completed in 442 milliseconds

1 2 3 4 5 6 7 8 91011>>