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

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.cpp18 Lists.pop_back();
34 Entries.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.h86 void pop_back() {
87 ValuePtrs.pop_back();
88 FullTypes.pop_back();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCXXFieldCollector.h73 FieldCount.pop_back();
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dgc.cc42 this->worklist().pop_back();
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dgc.cc42 this->worklist().pop_back();
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dgc.cc42 this->worklist().pop_back();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtype-stack.h124 m_elements.pop_back ();
136 m_elements.pop_back ();
144 m_elements.pop_back ();
154 m_elements.pop_back ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtype-stack.h124 m_elements.pop_back ();
136 m_elements.pop_back ();
144 m_elements.pop_back ();
154 m_elements.pop_back ();
/netbsd-current/external/apache2/llvm/dist/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();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp88 Worklist.pop_back();
99 Worklist.pop_back();
100 Stack.pop_back();
107 Worklist.pop_back();
169 Worklist.pop_back();
184 Worklist.pop_back();
185 Stack.pop_back();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPCaching.cpp35 BacktrackPositions.pop_back();
44 BacktrackPositions.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp127 Queue.pop_back();
137 Queue.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp63 BB->getInstList().pop_back(); // Remove the unreachable inst.
105 BB->getInstList().pop_back(); // Remove the return insn
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp73 AtExitHandlers.pop_back();
/netbsd-current/external/apache2/llvm/dist/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();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DConstraintSystem.h78 void popLastConstraint() { Constraints.pop_back(); }
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_vecs.h56 vec.pop_back ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw5-rnglist-test.cc70 todo.pop_back(); /* break-here */
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_vecs.h56 vec.pop_back ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw5-rnglist-test.cc70 todo.pop_back(); /* break-here */
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp144 ControlFlowStack.pop_back();
165 EHInstStack.pop_back();
185 EHInstStack.pop_back();
218 TryStack.pop_back();
219 EHInstStack.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp503 StateStack.pop_back();
522 StateStack.pop_back();
547 StateStack.pop_back();
550 StateStack.pop_back();
563 StateStack.pop_back();
599 StateStack.pop_back();
608 StateStack.pop_back();
611 StateStack.pop_back();
626 StateStack.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCFGDiff.h121 SuccList.pop_back();
128 PredList.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h166 /// pop_back - It allows LiveRangeEdit users to drop new registers.
174 void pop_back() { NewRegs.pop_back(); } function in class:llvm::LiveRangeEdit
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_thread_list.h94 free_list_.pop_back();
122 // pop_back(). This works even if t2 is itself the last element.
124 live_list_.pop_back();

Completed in 260 milliseconds

1234567891011>>