Searched refs:Back (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h251 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } function in class:lldb_private::RangeArray
253 const Entry *Back() const { function in class:lldb_private::RangeArray
486 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } function in class:lldb_private::RangeVector
488 const Entry *Back() const { function in class:lldb_private::RangeVector
800 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } function in class:lldb_private::RangeDataVector
802 const Entry *Back() const { function in class:lldb_private::RangeDataVector
917 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } function in class:lldb_private::AddressDataArray
919 const Entry *Back() const { function in class:lldb_private::AddressDataArray
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp38 StringRef Back = S.take_back(Front.size()); local
39 return std::string(Front) + std::string("...") + std::string(Back);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp120 const LayoutItemBase *Back = LayoutItems.back(); local
121 uint32_t ChildPadding = Back->LayoutItemBase::tailPadding();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp973 const std::pair<unsigned, SourceLocation> *Back = &Stack->back(); local
974 bool StartsWithPragma = Back->first != NoVisibility;
976 Diag(Back->second, diag::err_pragma_push_visibility_mismatch);
982 Back = &Stack->back();
983 StartsWithPragma = Back->first != NoVisibility;
987 Diag(Back->second, diag::note_surrounding_namespace_starts_here);
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S152 cld # Back to increment
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec734 - Back out the pipe patch.
801 - Back to old binary names
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp514 const RangeSpan &Back = Ranges.back(); local
515 attachLowHighPC(Die, Front.Begin, Back.End);
/freebsd-11-stable/stand/lua/
H A Dmenu.lua44 name = "Back to main menu" .. color.highlight(" [Backspace]"),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp125 VMRangeToFileOffset::Entry *last_entry = m_core_aranges.Back();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3834 llvm::MDNode *Back = nullptr; local
3836 Back = LexicalBlockStack.back().get();
3838 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2833 const auto &last_range = *m_erased_flash_ranges.Back();
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex799 % Back up by the size of the box, whether we did a page break or not.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex776 % Back up by the size of the box, whether we did a page break or not.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex736 % Back up by the size of the box, whether we did a page break or not.

Completed in 417 milliseconds