Searched refs:pop_back (Results 126 - 150 of 519) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph.cpp246 ThreadStack.pop_back();
256 ThreadStack.pop_back();
H A Dxray-account.cpp195 ThreadStack.Stack.pop_back();
248 ThreadStack.Stack.pop_back();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_noinst_test.cc72 vec.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dsimple_ilist.h153 void pop_back() { erase(--end()); } function in class:llvm::simple_ilist
H A DSmallVector.h416 void pop_back() { function in class:llvm::SmallVectorTemplateCommon
552 void pop_back() { this->set_size(this->size() - 1); } function in class:llvm::SmallVectorTemplateBase
637 this->pop_back();
715 this->pop_back();
H A DAllocatorList.h207 void pop_back() { List.eraseAndDispose(--List.end(), Disposer(*this)); } function in class:llvm::AllocatorList
H A DPostOrderIterator.h168 VisitStack.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h151 FreeIds.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLexicalScopes.cpp251 WorkStack.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp214 ReadySet.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp442 KnownRegs.pop_back();
H A DAArch64StackTaggingPreRA.cpp281 WorkList.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp369 Ret.pop_back(); // Remove last comma.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp173 Worklist.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopPass.cpp281 LQ.pop_back();
H A DDivergenceAnalysis.cpp325 Worklist.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp455 MIReplacements.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp166 Stack.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp346 LogicOpsWorklist.pop_back();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h188 Nodes.pop_back();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp583 Stack.pop_back();
595 Stack.pop_back();
1198 Stack->pop_back();
1208 Stack->pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp307 this->DumpDir.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimeProfiler.cpp121 Stack.pop_back();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp281 DeadConstants.pop_back();
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dehframe.h309 { this->fdes_.pop_back(); }

Completed in 221 milliseconds

1234567891011>>