Searched refs:back (Results 326 - 350 of 965) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp56 VTableAddressPoints.back()));
H A DEHScopeStack.h396 return BranchFixups.back();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp140 State.Stack.back().AvoidBinPacking = true;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp210 std::string pchName = includes.back() + ".pch-final";
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp138 return m_packet_recorders.back().get();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallSet.h194 Set.insert(Vector.back());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h170 DFCalculateWorkObject<BlockT> *currentW = &workList.back();
H A DRegionInfoImpl.h74 RegionT *R = RegionQueue.back();
92 RegionT *R = RegionQueue.back();
892 RegionT *ret = Regions.back();
904 RegionT *ret = getRegionFor(BBs.back());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h544 T &back() { return *static_cast<T *>(Last); } function in class:llvm::IntrusiveBackList
545 const T &back() const { return *static_cast<T *>(Last); } function in class:llvm::IntrusiveBackList
564 // Unlink the node and push it back to this list.
634 /// insertion, we keep a pointer to the back of the list so we can push in
699 return value_iterator(ListTy::toIterator(List.back()));
707 /// Take ownership of the nodes in \p Other, and append them to the back of
834 return Children.back();
H A DMachineFunction.h715 const MachineBasicBlock & back() const { return BasicBlocks.back(); }
716 MachineBasicBlock & back() { return BasicBlocks.back(); }
H A DScheduleDAGInstrs.h391 return &SUnits.back();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h188 NodeId NId = stack.back();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp46 const Token &lastToken = ReplacementTokens.back();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp166 CFGElement LastElement = Map->getBlock(S)->back();
H A DLLVMConventionsChecker.cpp276 os << " (type " << FieldChain.back()->getType().getAsString() << ")";
/freebsd-13-stable/contrib/libucl/include/
H A Ducl++.h494 reinterpret_cast<void*>(&userdata_list.back()));
500 reinterpret_cast<void*>(&userdata_list.back()));
540 reinterpret_cast<void*>(&userdata_list.back()));
546 reinterpret_cast<void*>(&userdata_list.back()));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h483 const Attribute &Attr = Attrs.back();
564 Content.back()->getEndLoc()));
683 SourceLocation NewLocEnd = Args.back().Range.getEnd();
1103 SourceRange(Blocks.front()->getBeginLoc(), Blocks.back()->getEndLoc()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp231 SMgr.getExpansionLoc(path.back()->getLocation().asLocation()),
359 path.back()->getLocation().asLocation().getExpansionLoc().getFileID();
476 int LineNumber = path.back()->getLocation().asLocation().getExpansionLineNumber();
477 int ColumnNumber = path.back()->getLocation().asLocation().getExpansionColumnNumber();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h92 const Stmt *back() const { function in class:clang::StmtSequence
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h885 ParsedAttr &back() {
887 return *AttrList.back();
889 const ParsedAttr &back() const {
891 return *AttrList.back();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp86 return &Objects.back();
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-errata.c231 /* Bring the link back up as autonegotiation is not done in user applications. */
268 ((uint64_t)buffer_ptr.s.back << 7) + ((uint64_t)buffer_ptr.s.addr & 0x7F))
/freebsd-13-stable/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c185 char *back = &input[strlen(input) - 1]; local
186 bool deslash = *back == '/';
188 *back = '\0';
193 *back = '/';
/freebsd-13-stable/sys/dev/e1000/
H A De1000_vf.h263 void *back; member in struct:e1000_hw
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp125 MachineBasicBlock *Pred = WorkList.back();
140 if (!VRInfo.Kills.empty() && VRInfo.Kills.back()->getParent() == MBB) {
143 VRInfo.Kills.back() = &MI;
489 unsigned Reg = Defs.back();

Completed in 169 milliseconds

<<11121314151617181920>>