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

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp143 auto &Back = Data.back(); local
144 ASSERT_EQ(Back.First, 1);
145 ASSERT_EQ(Back.Second, 1);
154 auto &Back = Data.back(); local
155 ASSERT_EQ(Back.First, static_cast<s64>(Segment + 1));
156 ASSERT_EQ(Back.Second, static_cast<s64>(Segment + 1));
209 auto &Back = Data.back(); local
210 ASSERT_EQ(Back.NodePtr, &Dummy);
211 ASSERT_EQ(Back.EntryTSC, i);
246 auto &Back local
268 auto &Back = Data->back(); local
285 auto &Back = Data->back(); local
307 auto &Back = Data->back(); local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_ilist_test.cpp31 EXPECT_EQ(list.Back(), nullptr);
45 EXPECT_EQ(list.Back(), &node);
66 EXPECT_EQ(list.Back(), &nodes[0]);
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp139 const AliasingConfigurations Back(*OtherInstr, Instr, ForbiddenRegisters);
144 else if (!Back.hasImplicitAliasing())
145 setRandomAliasing(Back, OtherIT, ThisIT);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h53 Elem* Back();
128 Elem* e = Back();
140 Elem* IList<Base, Node, Elem>::Back() { function in class:__tsan::IList
H A Dtsan_rtl.cpp913 auto *part = trace->parts.Back();
946 TracePart* part = thr->tctx->trace.parts.Back();
1029 trace->parts.Front(), trace->parts.Back(),
H A Dtsan_rtl.h167 // Current position in tctx->trace.Back()->events (Event*).
710 TracePart *current = thr->tctx->trace.parts.Back();
730 DCHECK_LE(evp + 1, &thr->tctx->trace.parts.Back()->events[TracePart::kSize]);
H A Dtsan_rtl_report.cpp472 last_part = trace->parts.Back();
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DDWARFExpressionList.cpp181 m_exprs.Back()->data.DumpLocation(s, level, abi);
212 expr = m_exprs.Back()->data;
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp123 const LayoutItemBase *Back = LayoutItems.back(); local
124 uint32_t ChildPadding = Back->LayoutItemBase::tailPadding();
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DRangeMap.h306 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } function in class:lldb_private::RangeVector
308 const Entry *Back() const { function in class:lldb_private::RangeVector
646 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } function in class:lldb_private::RangeDataVector
648 const Entry *Back() const { function in class:lldb_private::RangeDataVector
815 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); } function in class:lldb_private::AddressDataArray
817 const Entry *Back() const { function in class:lldb_private::AddressDataArray
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp1368 const std::pair<unsigned, SourceLocation> *Back = &Stack->back(); local
1369 bool StartsWithPragma = Back->first != NoVisibility;
1371 Diag(Back->second, diag::err_pragma_push_visibility_mismatch);
1377 Back = &Stack->back();
1378 StartsWithPragma = Back->first != NoVisibility;
1382 Diag(Back->second, diag::note_surrounding_namespace_starts_here);
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.pm215 Back then, the range 0xD800-0xDFFF was not allocated. Let's split
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp199 VMRangeToFileOffset::Entry *last_entry = m_core_aranges.Back();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp615 const RangeSpan &Back = Ranges.back(); local
616 attachLowHighPC(Die, Front.Begin, Back.End);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp124 VMRangeToFileOffset::Entry *last_entry = m_core_aranges.Back();
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4309 llvm::MDNode *Back = nullptr; local
4311 Back = LexicalBlockStack.back().get();
4313 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc),
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2640 const auto &last_range = *m_erased_flash_ranges.Back();
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex799 % Back up by the size of the box, whether we did a page break or not.
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex773 % Back up by the size of the box, whether we did a page break or not.
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex776 % Back up by the size of the box, whether we did a page break or not.

Completed in 527 milliseconds