Searched refs:pop_back (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/external/valgrind/unittest/
H A Datomicity_tests.cc43 // 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/
H A DCXXFieldCollector.h73 FieldCount.pop_back();
/external/llvm/include/llvm/ADT/
H A DSetVector.h142 void pop_back() {
145 vector_.pop_back();
150 pop_back();
H A DSCCIterator.h106 VisitStack.pop_back();
107 MinVisitNumStack.pop_back();
124 SCCNodeStack.pop_back();
/external/astl/tests/
H A Dtest_list.cpp169 l.pop_back();
174 l.pop_back();
177 l.pop_back();
179 l.pop_back();
/external/skia/include/core/
H A DSkDeque.h40 void pop_back();
/external/clang/lib/Lex/
H A DPPCaching.cpp35 BacktrackPositions.pop_back();
44 BacktrackPositions.pop_back();
/external/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp73 BB->getInstList().pop_back(); // Remove the unreachable inst.
117 BB->getInstList().pop_back(); // Remove the return insn
/external/skia/tests/
H A DDequeTest.cpp78 deq.pop_back();
84 deq.pop_back();
/external/chromium/net/ftp/
H A Dftp_auth_cache.cc51 entries_.pop_back();
/external/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp56 worklist.pop_back();
/external/clang/test/Analysis/
H A Dsystem-header-simulator-cxx.h32 T pop_back();
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h72 void pop_back() { ValuePtrs.pop_back(); }
107 void pop_back() { MDValuePtrs.pop_back(); }
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp67 AtExitHandlers.pop_back();
/external/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp129 Queue.pop_back();
138 Queue.pop_back();
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlbuilder.cc116 pvParents_->pop_back();
H A Dxmlnsstack.cc53 pxmlnsDepthStack_->pop_back();
134 pxmlnsStack_->pop_back();
135 pxmlnsStack_->pop_back();
/external/clang/include/clang/AST/
H A DCommentParser.h66 MoreLATokens.pop_back();
/external/clang/include/clang/Lex/
H A DPreprocessorLexer.h116 ConditionalStack.pop_back();
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h78 Worklist.pop_back();
/external/llvm/lib/Transforms/Scalar/
H A DDCE.cpp106 WorkList.pop_back();
/external/webrtc/src/modules/audio_processing/
H A Dprocessing_component.cc32 handles_.pop_back();
/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp285 CalledFunctions.pop_back();
299 CalledFunctions.pop_back();
313 CalledFunctions.pop_back();
/external/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp103 this->V.pop_back();
105 this->V.pop_back();
114 this->V.pop_back();
116 this->V.pop_back();
118 this->V.pop_back();
120 this->V.pop_back();
122 this->V.pop_back();
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp278 FreeNodes.pop_back();
343 WL1.pop_back();
374 WL2.pop_back();

Completed in 2744 milliseconds

1234567891011>>