Searched refs:back (Results 301 - 325 of 965) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp297 auto &CurInclude = Iter->second.back();
329 unsigned InsertOffset = CatOffset->second; // Fall back offset
346 if (InsertOffset == Code.size() && (!Code.empty() && Code.back() != '\n'))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp109 if (Path.back() != '\\')
163 if (TargetDir.back() != '\\') TargetDir.push_back('\\');
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp247 return &RawEntry.back() + 1;
267 return &Path.back() + 1;
1251 tmp.assign(createView(p.native().data(), &PP.RawEntry.back()));
1319 return createView(__pn_.data(), &PP.RawEntry.back());
1350 return createView(PP.RawEntry.data(), &__pn_.back());
1371 return createView(__pn_.data(), &PP.RawEntry.back());
1437 return Parts.back().second;
1459 NewPathSize -= Parts.back().first.size();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp114 return *ModiList.back();
214 // file name offsets, so we can then go back and write the FileNameOffsets
358 auto &Entry = SectionMap.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp199 storage::Symbol &Sym = Syms.back();
208 Unc = &Uncommons.back();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp420 MainBB->getInstList().back().eraseFromParent();
437 MainBB->getInstList().back().eraseFromParent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp82 auto &Record = Records.back();
151 auto &Record = Records.back();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp150 Run *CurrentRun = &Runs.back();
154 CurrentRun = &Runs.back();
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h144 PossibleLeaves.back().setIsFullyTraversed(IsFullyTraversed);
145 PossibleLeaves.back().setIsFullyTested(IsFullyTested);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp417 DebugLoc DL = OG.back()->getDebugLoc();
483 MachineBasicBlock *MBB = OG.back()->getParent();
511 // old stores, and so we are able to recover it back to the proper insertion
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h537 std::swap(Root, Roots.back());
540 // Root at the back takes the current root's place.
1137 std::swap(*ChIt, IDom->Children.back());
1230 assert(FS.back().getPointer() == CurrentUpdate.getTo() &&
1231 FS.back().getInt() == CurrentUpdate.getKind());
1236 assert(FP.back().getPointer() == CurrentUpdate.getFrom() &&
1237 FP.back().getInt() == CurrentUpdate.getKind());
1440 if (Children.back()->getDFSNumOut() + 1 != Node->getDFSNumOut()) {
1441 PrintChildrenError(Children.back(), nullptr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp386 // set can then be merged with its corresponding target and put back into the
397 EdgeType &Edge = N->back();
443 NodeType &Tgt = Src.back().getTargetNode();
463 // src node back into the worklist again so it gives the target a chance
466 // then after merging (a) and (b) together, we need to put (a,b) back in
475 LLVM_DEBUG(dbgs() << "Putting " << &Src << " back in the worklist.\n");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp24 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
440 CurBlockInfo->Abbrevs.push_back(std::move(CurAbbrevs.back()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp358 << MBB->back());
395 << " Insert a new BB after " << MBB->back());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc211 // fall back to finding the ELF auxiliary vectors after the process's
222 // Fall back to argv[0] if auxiliary vectors are not available.
239 // If we don't have procfs mounted, fall back to argv[0]
272 // Fall back to the classical detection.
666 // Unable to look up the entry, just return back the original path.
1181 assert(Result.back() == 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp342 std::string &DisasmLine = DisasmLines.back();
357 std::string &HexLine = HexLines.back();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp393 return getCurFunction()->CompoundScopes.back();
451 getCurFunction()->SwitchStack.back().getPointer()->getCond();
503 getCurFunction()->SwitchStack.back().setInt(true);
509 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(CS);
527 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(DS);
865 bool CaseListIsIncomplete = getCurFunction()->SwitchStack.back().getInt();
866 assert(SS == getCurFunction()->SwitchStack.back().getPointer() &&
2945 DestScope.Contains(*S.CurrentSEHFinally.back())) {
3062 /// then falls back to treating them as lvalues if that failed.
3070 /// If move-initialization is not possible, such that we must fall back t
[all...]
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c654 goto back;
678 back:
944 goto back;
969 * and switch back to bus regwin once we have done.
999 back:
1768 goto back;
1805 back:
2519 goto back;
2537 goto back;
2552 back
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp299 return mbs.back();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h141 return m_variables.back();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp135 if ((key.size() > 2) && (key.back() == ']')) {
140 if ((key.size() > 2) && (key.back() == quote_char)) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp245 m_msgSend_bkpts.back()->SetThreadID(GetThread().GetID());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp462 to_add.back().GetRange() = section_range;
463 to_add.back().SetLLDBPermissions(section_sp->GetPermissions());
464 to_add.back().SetMapped(MemoryRegionInfo::eYes);
465 to_add.back().SetName(module_sp->GetFileSpec().GetPath().c_str());
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemchr.S111 and r1,r1,#0xff @ Get r1 back to a single character from the expansion above
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h280 const LoopInfo &getInfo() const { return *Active.back(); }

Completed in 289 milliseconds

<<11121314151617181920>>