Searched refs:back (Results 151 - 175 of 965) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp365 0 == internal_strcmp(segment.filename, modules->back().full_name())) {
366 cur_module = &modules->back();
369 cur_module = &modules->back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp231 *I = CalledFunctions.back();
250 CalledFunctions[i] = CalledFunctions.back();
264 *I = CalledFunctions.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp79 Size = Fields.back().getEndOffset();
338 Layout.back().Offset = Offset;
339 LastEnd = Layout.back().getEndOffset();
438 // Copy the layout back into place.
H A DTimeProfiler.cpp91 Entry &E = Stack.back();
97 Entries.back().getFlameGraphStartUs(StartTime) +
98 Entries.back().getFlameGraphDurUs())) &&
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h126 m_diagnostics.back()->AppendMessage(str);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h221 minimal_ranges.back().SetRangeEnd(
253 return m_entries.back().GetRangeEnd();
279 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); }
282 return (m_entries.empty() ? nullptr : &m_entries.back());
474 minimal_ranges.back().SetRangeEnd(pos->GetRangeEnd());
599 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); }
602 return (m_entries.empty() ? nullptr : &m_entries.back());
764 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); }
767 return (m_entries.empty() ? nullptr : &m_entries.back());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DStringView.h79 char back() const { function in class:StringView
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp354 PackIncludeStack.back().CurrentPragmaLocation != PrevLocation);
587 // see the default section, reset our current section back to null so we stop
801 PragmaAttributeStack.back().Entries.push_back(
808 PragmaAttributeStack.back().Loc = PragmaLoc;
809 PragmaAttributeStack.back().Namespace = Namespace;
819 // Dig back through the stack trying to find the most recently pushed group
886 Diag(PragmaAttributeStack.back().Loc, diag::err_pragma_attribute_no_pop_eof);
929 unsigned rawType = Stack->back().first;
934 SourceLocation loc = Stack->back().second;
1067 const std::pair<unsigned, SourceLocation> *Back = &Stack->back();
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h127 reference back() { function in class:clang::ASTVector
130 const_reference back() const { function in class:clang::ASTVector
140 T Result = back();
227 new (this->end()) T(this->back());
H A DJSONNodeDumper.h59 Pending.back()(true);
87 Pending.back()(true);
102 Pending.back()(false);
103 Pending.back() = std::move(DumpWithIndent);
H A DTextNodeDumper.h63 Pending.back()(true);
107 Pending.back()(true);
118 Pending.back()(false);
119 Pending.back() = std::move(DumpWithIndent);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp89 // Normally mapping back to expansion location here only changes FileID, as
261 assert(&Spelled.back() <=
264 auto T1 = Spelled.back().location();
265 auto T2 = File.SpelledTokens.back().location();
292 auto *BackMapping = mappingStartingBeforeSpelled(File, &Spelled.back());
293 unsigned SpelledBackI = &Spelled.back() - File.SpelledTokens.data();
358 spelledForExpandedToken(&Expanded.back());
370 // Expanded.back() being part of a macro arg expansion.
373 SourceMgr->isMacroArgExpansion(Expanded.back().location())) {
375 Expanded.back(), *SourceMg
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h48 T &back() { function in class:scudo::VectorNoCtor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp31 Set &NewSet = Sets.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp151 if (InstList.empty() || !InstList.back().isTerminator())
153 return &InstList.back();
159 const ReturnInst *RI = dyn_cast<ReturnInst>(&InstList.back());
190 auto *RI = dyn_cast<ReturnInst>(&InstList.back());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp313 if (Stack.back().EdgeOnly) {
321 if (EdgePred != getBranchBlock(Stack.back().PInfo))
325 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U);
328 return (VDUse.DFSIn >= Stack.back().DFSIn &&
329 VDUse.DFSOut <= Stack.back().DFSOut);
635 return RenameStack.back().Def;
733 << RenameStack.back().DFSIn << ","
734 << RenameStack.back().DFSOut << ")\n");
760 ValueDFS &Result = RenameStack.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp30 auto &B = Blocks.back();
159 Node = &NodeStorage.back();
174 auto NewNode = &NodeStorage.back();
356 auto Top = TSD.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.cpp66 if (!MBB->empty() && MBB->back().getOpcode() == ARM::tBR_JTr) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryItemStream.h70 return ItemEndOffsets.empty() ? 0 : ItemEndOffsets.back();
H A DSuffixTree.h267 SuffixTreeNode *Curr = ToVisit.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp130 return std::make_pair(CURangeLists.size() - 1, &CURangeLists.back());
/freebsd-13-stable/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh590 -o inline:'F.1: here-doc embed with unbal single, back- or doublequote '\''\n' \
594 F.1: here-doc embed with unbal single, back- or doublequote '\''
598 -o inline:'F.2: here-doc embed with unbal single, back- or doublequote "\n' \
602 F.2: here-doc embed with unbal single, back- or doublequote "
606 -o inline:'F.3: here-doc embed with unbal single, back- or doublequote `\n' \
610 F.3: here-doc embed with unbal single, back- or doublequote `
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc166 // Convert back to UTF-16 so we can call FindFirstFileW.
478 // If that fails, fall back to pseudo-random numbers.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp110 auto Prev = Stack.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionRetHardening.cpp105 MachineInstr &MI = MBB.back();

Completed in 322 milliseconds

1234567891011>>