Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd/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/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c253 UINT8 *Start = ParserState->Aml; in AcpiPsGetNextPackageEnd() local
287 UINT8 *Start = ParserState->Aml; in AcpiPsGetNextNamestring() local
377 UINT8 *Start = ParserState->Aml; in AcpiPsGetNextNamepath() local
893 ACPI_PARSE_OBJECT *Start) in AcpiPsFreeFieldList()
/freebsd/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()
124 const char *Start, in ParseFieldWidth()
146 const char *Start, in ParseArgPosition()
189 const char *Start = I; in ParseVectorModifier() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp188 uint64_t Start = W.OS.tell(); in writeHeader() local
224 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand() local
274 uint64_t Start = W.OS.tell(); in writeSection() local
310 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand() local
333 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand() local
454 uint64_t Start = W.OS.tell(); in writeLinkeditLoadCommand() local
478 uint64_t Start = W.OS.tell(); in writeLinkerOptionsLoadCommand() local
1047 uint64_t Start = getSymbolAddress(*Data.Start, Asm); in writeObject() local
1066 unsigned Start = W.OS.tell(); in writeObject() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp172 MachineInstr *Start = nullptr; in processLoop() local
240 void PPCCTRLoops::expandNormalLoops(MachineLoop *ML, MachineInstr *Start, in expandNormalLoops()
317 void PPCCTRLoops::expandCTRLoops(MachineLoop *ML, MachineInstr *Start, in expandCTRLoops()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp131 SMLoc Start, End; member in __anon8d0ae56c0111::M68kOperand
141 M68kOperand(KindTy Kind, SMLoc Start, SMLoc End) in M68kOperand()
328 SMLoc Start, SMLoc End) { in createMemOp()
342 SMLoc Start, SMLoc End) { in createToken()
358 SMLoc Start, SMLoc End) { in createImm()
767 SMLoc Start = getLexer().getLoc(); in parseImm() local
781 SMLoc Start = getLexer().getLoc(); in parseMemOp() local
892 SMLoc Start = getLexer().getLoc(); in parseRegOrMoveMask() local
964 SMLoc Start = getLexer().getLoc(); in ParseInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp69 SlotIndex Start, End; in updateFromLiveIns() local
242 SlotIndex Start, End; findReachingDefs() local
283 SlotIndex Start, End; findReachingDefs() local
396 SlotIndex Start, End; updateSSA() local
[all...]
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/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() argument
182 void insert(It Start, It End) { in insert() argument
376 SmallSetVector(It Start, It End) { in SmallSetVector() argument
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h114 RandomAccessIterator medianOf3(RandomAccessIterator Start, in medianOf3()
126 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
152 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h44 SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCConstructStmt()
88 SourceLocation Start, in OpenACCAssociatedStmtConstruct()
151 OpenACCComputeConstruct(OpenACCDirectiveKind K, SourceLocation Start, in OpenACCComputeConstruct()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h48 DebugLoc Start; variable
53 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange()
54 LocRange(DebugLoc Start, DebugLoc End) in LocRange()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp94 SourceLocation Start = Tok.getStartOfNonWhitespace().getLocWithOffset(Offset); in replaceWhitespaceInToken() local
287 AlignTokenSequence(const FormatStyle &Style, unsigned Start, unsigned End, in AlignTokenSequence()
1229 void WhitespaceManager::alignTrailingComments(unsigned Start, unsigned End, in alignTrailingComments()
1278 void WhitespaceManager::alignEscapedNewlines(unsigned Start, unsigned End, in alignEscapedNewlines()
1316 void WhitespaceManager::alignArrayInitializers(unsigned Start, unsigned End) { in alignArrayInitializers()
1368 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified() local
1434 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified() local
1458 WhitespaceManager::CellDescriptions WhitespaceManager::getCells(unsigned Start, in getCells()
1579 unsigned WhitespaceManager::calculateCellWidth(unsigned Start, unsigned End, in calculateCellWidth()
1591 void WhitespaceManager::alignToStartOfCell(unsigned Start, unsigned End) { in alignToStartOfCell()
/freebsd/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/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/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/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp296 auto *Start = AddExpr->getStart(); in IsSafeActiveMask() local
376 Value *Start) { in InsertVCTPIntrinsic()
442 Value *Start = Expander.expandCodeFor(StartSCEV, StartSCEV->getType(), Ins); in TryConvertActiveLaneMask() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUse.cpp35 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
H A DConstantRangeList.cpp97 auto AppendRangeIfNonEmpty = [&Result](APInt Start, APInt End) { in subtract()
216 APInt Start = APIntOps::smax(Range.getLower(), OtherRange.getLower()); in intersectWith() local
/freebsd/crypto/krb5/src/kadmin/cli/
H A Dgetdate.y613 DSTcorrect(time_t Start, time_t Future, int *error) in DSTcorrect()
637 RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber, int *error) in RelativeDate()
655 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth()
872 time_t Start; in get_date_rel() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h92 CodeRegion(llvm::StringRef Desc, llvm::SMLoc Start) in CodeRegion()
136 InstrumentRegion(llvm::StringRef Desc, llvm::SMLoc Start, UniqueInstrument I) in InstrumentRegion()

12345678910>>...14