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

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.cpp18 Lists.pop_back();
34 Entries.pop_back();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h86 void pop_back() {
87 ValuePtrs.pop_back();
88 FullTypes.pop_back();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCXXFieldCollector.h73 FieldCount.pop_back();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityWorklist.h145 void pop_back() { function in class:llvm::PriorityWorklist
150 V.pop_back();
156 pop_back();
171 V.pop_back();
H A DSetVector.h221 void pop_back() {
224 vector_.pop_back();
229 pop_back();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp74 BB->getInstList().pop_back(); // Remove the unreachable inst.
115 BB->getInstList().pop_back(); // Remove the return insn
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp76 Worklist.pop_back();
87 Worklist.pop_back();
88 Stack.pop_back();
95 Worklist.pop_back();
157 Worklist.pop_back();
172 Worklist.pop_back();
173 Stack.pop_back();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPCaching.cpp35 BacktrackPositions.pop_back();
44 BacktrackPositions.pop_back();
H A DPPConditionalDirectiveRecord.cpp114 CondDirectiveStack.pop_back();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp73 AtExitHandlers.pop_back();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp51 Stack.pop_back(); // This technically "invalidates" U, but we are fine.
111 Stack.pop_back(); // This technically "invalidates" U, but we are fine.
116 // Don't use const reference. The subsequent pop_back() might make it
176 StackUnexplored.pop_back();
180 StackOthers.pop_back();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp27 this->DumpDir.pop_back();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp28 str.pop_back();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp472 StateStack.pop_back();
491 StateStack.pop_back();
516 StateStack.pop_back();
519 StateStack.pop_back();
532 StateStack.pop_back();
568 StateStack.pop_back();
577 StateStack.pop_back();
580 StateStack.pop_back();
595 StateStack.pop_back();
H A DConvertUTFWrapper.cpp131 Out.pop_back();
149 DstUTF16.pop_back();
176 DstUTF16.pop_back();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp130 Queue.pop_back();
140 Queue.pop_back();
H A DLoopTraversal.cpp43 Workqueue.pop_back();
H A DScheduleDAG.cpp284 WorkList.pop_back();
315 WorkList.pop_back();
497 WorkList.pop_back();
578 WorkList.pop_back();
621 WorkList.pop_back();
655 WorkList.pop_back();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h165 /// pop_back - It allows LiveRangeEdit users to drop new registers.
173 void pop_back() { NewRegs.pop_back(); } function in class:llvm::LiveRangeEdit
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp193 CalledFunctions.pop_back();
207 CalledFunctions.pop_back();
221 CalledFunctions.pop_back();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp311 m_frames.pop_back();
361 m_frames.pop_back();
388 m_frames.pop_back();
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_stack.h196 c.pop_back();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp57 SelectionStack.pop_back();
135 SelectionStack.pop_back();
312 Parents.pop_back();
368 ParentStack.pop_back();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Testing/Support/
H A DAnnotations.cpp52 OpenRanges.pop_back();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h105 for (; !Bucket.empty(); Bucket.pop_back())

Completed in 316 milliseconds

1234567891011>>