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

1 2 3 4 5 6 7 8 91011>>

  /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 73 FieldCount.pop_back();
  /external/llvm/include/llvm/ADT/
SetVector.h 142 void pop_back() {
145 vector_.pop_back();
150 pop_back();
SCCIterator.h 106 VisitStack.pop_back();
107 MinVisitNumStack.pop_back();
124 SCCNodeStack.pop_back();
SmallSet.h 73 Vector.pop_back();
  /external/astl/tests/
test_list.cpp 169 l.pop_back();
174 l.pop_back();
177 l.pop_back();
179 l.pop_back();
  /external/skia/include/core/
SkDeque.h 40 void pop_back();
  /external/clang/lib/Lex/
PPCaching.cpp 35 BacktrackPositions.pop_back();
44 BacktrackPositions.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/skia/tests/
DequeTest.cpp 78 deq.pop_back();
84 deq.pop_back();
  /external/chromium/net/ftp/
ftp_auth_cache.cc 51 entries_.pop_back();
  /external/clang/include/clang/Lex/
PreprocessorLexer.h 115 ConditionalStack.pop_back();
  /external/clang/lib/Analysis/
CFGReachabilityAnalysis.cpp 56 worklist.pop_back();
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 72 void pop_back() { ValuePtrs.pop_back(); }
107 void pop_back() { MDValuePtrs.pop_back(); }
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 67 AtExitHandlers.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(); }
  /external/clang/include/clang/AST/
UnresolvedSet.h 141 decls().pop_back();
146 decls().pop_back();
  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 129 Queue.pop_back();
138 Queue.pop_back();
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlbuilder.cc 116 pvParents_->pop_back();
xmlnsstack.cc 53 pxmlnsDepthStack_->pop_back();
134 pxmlnsStack_->pop_back();
135 pxmlnsStack_->pop_back();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineWorklist.h 78 Worklist.pop_back();
  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 102 WorkList.pop_back();
  /external/webrtc/src/modules/audio_processing/
processing_component.cc 32 handles_.pop_back();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
queue.h 46 * concurrently to each other, while pop_back() can be called
124 pop_back(T& t) //queue behavior function in class:__gnu_parallel::RestrictedBoundedConcurrentQueue

Completed in 708 milliseconds

1 2 3 4 5 6 7 8 91011>>