Home
last modified time | relevance | path

Searched defs:Start (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp142 auto Start = LookupPooledAddress(RLE.Value0); in getAbsoluteRanges() local
151 auto Start = LookupPooledAddress(RLE.Value0); in getAbsoluteRanges() local
242 uint64_t Start = 0; in dump() local
250 uint64_t Start = 0; in dump() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h74 const char *Start; variable
78 : Start(nullptr), Stop(stop) {} in Start() function
H A DFormatString.cpp76 const char *Start, in ParsePositionAmount() argument
124 const char *Start, in ParseFieldWidth() argument
146 const char *Start, in ParseArgPosition() argument
189 const char *Start = I; ParseVectorModifier() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c249 UINT8 *Start = ParserState->Aml; AcpiPsGetNextPackageEnd() local
283 UINT8 *Start = ParserState->Aml; AcpiPsGetNextNamestring() local
373 UINT8 *Start = ParserState->Aml; AcpiPsGetNextNamepath() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp169 MachineInstr *Start = nullptr; processLoop() local
237 expandNormalLoops(MachineLoop * ML,MachineInstr * Start,MachineInstr * Dec) expandNormalLoops() argument
314 expandCTRLoops(MachineLoop * ML,MachineInstr * Start,MachineInstr * Dec) expandCTRLoops() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp147 uint64_t Start = W.OS.tell(); writeHeader() local
183 uint64_t Start = W.OS.tell(); writeSegmentLoadCommand() local
233 uint64_t Start = W.OS.tell(); writeSection() local
266 uint64_t Start = W.OS.tell(); writeSymtabLoadCommand() local
289 uint64_t Start = W.OS.tell(); writeDysymtabLoadCommand() local
411 uint64_t Start = W.OS.tell(); writeLinkeditLoadCommand() local
435 uint64_t Start = W.OS.tell(); writeLinkerOptionsLoadCommand() local
1017 uint64_t Start = getSymbolAddress(*Data->Start, Layout); writeObject() local
1037 unsigned Start = W.OS.tell(); writeObject() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp131 SMLoc Start, End; member in __anon4cc251fe0111::M68kOperand
141 M68kOperand(KindTy Kind, SMLoc Start, SMLoc End) in M68kOperand() argument
328 SMLoc Start, SMLoc End) { in createMemOp() argument
342 createToken(StringRef Token,SMLoc Start,SMLoc End) createToken() argument
358 createImm(const MCExpr * Expr,SMLoc Start,SMLoc End) createImm() argument
767 SMLoc Start = getLexer().getLoc(); parseImm() local
781 SMLoc Start = getLexer().getLoc(); parseMemOp() local
892 SMLoc Start = getLexer().getLoc(); parseRegOrMoveMask() local
964 SMLoc Start = getLexer().getLoc(); ParseInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp69 SlotIndex Start, End; in updateFromLiveIns() local
247 SlotIndex Start, End; in findReachingDefs() local
288 SlotIndex Start, End; in findReachingDefs() local
401 SlotIndex Start, End; in updateSSA() local
H A DSafeStackLayout.cpp56 unsigned Start = AdjustStackOffset(LastRegionEnd, Obj.Size, Obj.Alignment); in layoutObject() local
67 unsigned Start = AdjustStackOffset(0, Obj.Size, Obj.Alignment); in layoutObject() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h144 IndexT Start = It.start(); in reset() local
365 iterator_range<const_iterator> half_open_range(IndexT Start, in half_open_range()
399 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert()
419 void getNonOverlappingParts(IndexT Start, IndexT Stop, in getNonOverlappingParts()
H A DSetVector.h80 SetVector(It Start, It End) { in SetVector()
182 void insert(It Start, It End) { in insert()
376 SmallSetVector(It Start, It End) { in SmallSetVector()
/freebsd-src/usr.sbin/fifolog/lib/
H A Dgetdate.y612 DSTcorrect(time_t Start, time_t Future) in DSTcorrect()
624 RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber) in RelativeDate()
638 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth()
821 time_t Start; in get_date() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp93 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start() function in SBTrace
104 SBError SBTrace::Start(const SBThread &thread, in Start() function in SBTrace
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h116 medianOf3(RandomAccessIterator Start,RandomAccessIterator End,const Comparator & Comp) medianOf3() argument
128 parallel_quick_sort(RandomAccessIterator Start,RandomAccessIterator End,const Comparator & Comp,TaskGroup & TG,size_t Depth) parallel_quick_sort() argument
154 parallel_sort(RandomAccessIterator Start,RandomAccessIterator End,const Comparator & Comp) parallel_sort() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h48 DebugLoc Start; variable
53 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() argument
54 LocRange(DebugLoc Start, DebugLoc End) in LocRange() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp441 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
471 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
501 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
514 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp48 SourceLocation Start = Range.getBegin(); in visitSymbolOccurrence() local
62 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin()
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp94 SourceLocation Start = Tok.getStartOfNonWhitespace().getLocWithOffset(Offset); in replaceWhitespaceInToken() local
281 AlignTokenSequence(const FormatStyle & Style,unsigned Start,unsigned End,unsigned Column,bool RightJustify,F && Matches,SmallVector<WhitespaceManager::Change,16> & Changes) AlignTokenSequence() argument
1196 alignTrailingComments(unsigned Start,unsigned End,unsigned Column) alignTrailingComments() argument
1238 alignEscapedNewlines(unsigned Start,unsigned End,unsigned Column) alignEscapedNewlines() argument
1276 alignArrayInitializers(unsigned Start,unsigned End) alignArrayInitializers() argument
1328 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); alignArrayInitializersRightJustified() local
1394 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); alignArrayInitializersLeftJustified() local
1418 getCells(unsigned Start,unsigned End) getCells() argument
1539 calculateCellWidth(unsigned Start,unsigned End,bool WithSpaces) const calculateCellWidth() argument
1551 alignToStartOfCell(unsigned Start,unsigned End) alignToStartOfCell() argument
[all...]
/freebsd-src/usr.bin/find/
H A Dgetdate.y609 DSTcorrect(time_t Start, time_t Future) in DSTcorrect()
621 RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber) in RelativeDate()
635 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth()
840 time_t Start; in get_date() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp296 auto *Start = AddExpr->getStart(); in IsSafeActiveMask() local
376 Value *Start) { in InsertVCTPIntrinsic() argument
442 Value *Start = Expander.expandCodeFor(StartSCEV, StartSCEV->getType(), Ins); in TryConvertActiveLaneMask() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DUse.cpp35 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h91 CodeRegion(llvm::StringRef Desc,llvm::SMLoc Start) CodeRegion() argument
123 InstrumentRegion(llvm::StringRef Desc,llvm::SMLoc Start,UniqueInstrument I) InstrumentRegion() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp100 uint64_t Start, End; global() member
115 addRange(uint64_t Start,uint64_t End,Instruction * Inst) addRange() argument
147 applyMemSet(IRBuilder<> & IRB,int64_t Start,int64_t End,ConstantInt * V) applyMemSet() argument
189 applyStore(IRBuilder<> & IRB,int64_t Start,int64_t End,Value * StoredValue) applyStore() argument
550 IntrinsicInst *Start = Info.LifetimeStart[0]; runOnFunction() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h114 visitFixitRecord(const Location &Start, const Location &End, StringRef Text) { in visitFixitRecord() argument
119 virtual std::error_code visitSourceRangeRecord(const Location &Start, in visitSourceRangeRecord() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp122 static std::pair<Value *, Value *> matchStridedStart(Value *Start, in matchStridedStart() argument
207 Value *Step, *Start; matchStridedRecurrence() local
296 Value *Start = BasePtr->getOperand(StartBlock); matchStridedRecurrence() local
[all...]

12345678910>>...14