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

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dforsubst.mk4 # substitution patterns. Back then, the first ';' was interpreted as the
H A Dforloop.mk38 # Back then, the .newline variable didn't exist, therefore it was unlikely
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h279 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } function in class:lldb_private::RangeVector
281 const Entry *Back() const { function in class:lldb_private::RangeVector
599 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } function in class:lldb_private::RangeDataVector
601 const Entry *Back() const { function in class:lldb_private::RangeDataVector
764 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } function in class:lldb_private::AddressDataArray
766 const Entry *Back() const { function in class:lldb_private::AddressDataArray
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1067 const std::pair<unsigned, SourceLocation> *Back = &Stack->back(); local
1068 bool StartsWithPragma = Back->first != NoVisibility;
1070 Diag(Back->second, diag::err_pragma_push_visibility_mismatch);
1076 Back = &Stack->back();
1077 StartsWithPragma = Back->first != NoVisibility;
1081 Diag(Back->second, diag::note_surrounding_namespace_starts_here);
/freebsd-13-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-13-stable/stand/i386/zfsboot/
H A Dzfsldr.S152 cld # Back to increment
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp570 const RangeSpan &Back = Ranges.back(); local
571 attachLowHighPC(Die, Front.Begin, Back.End);
/freebsd-13-stable/stand/lua/
H A Dmenu.lua44 name = "Back to main menu" .. color.highlight(" [Backspace]"),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp127 VMRangeToFileOffset::Entry *last_entry = m_core_aranges.Back();
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec769 - Back out the pipe patch.
836 - Back to old binary names
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3991 llvm::MDNode *Back = nullptr; local
3993 Back = LexicalBlockStack.back().get();
3995 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2820 const auto &last_range = *m_erased_flash_ranges.Back();

Completed in 221 milliseconds