Home
last modified time | relevance | path

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

12345678910>>...15

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp147 uint64_t Start = W.OS.tell(); in writeHeader() local
183 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand() local
233 uint64_t Start = W.OS.tell(); in writeSection() local
266 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand() local
289 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand() local
411 uint64_t Start = W.OS.tell(); in writeLinkeditLoadCommand() local
435 uint64_t Start = W.OS.tell(); in writeLinkerOptionsLoadCommand() local
1029 uint64_t Start = getSymbolAddress(*Data->Start, Layout); in writeObject() local
1049 unsigned Start = W.OS.tell(); in writeObject() local
/openbsd/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp133 SMLoc Start, End; member in __anon2bf689590111::M68kOperand
144 M68kOperand(KindTy Kind, SMLoc Start, SMLoc End) in M68kOperand()
317 SMLoc Start, SMLoc End) { in createMemOp()
331 SMLoc Start, SMLoc End) { in createToken()
347 SMLoc Start, SMLoc End) { in createImm()
695 SMLoc Start = getLexer().getLoc(); in parseImm() local
710 SMLoc Start = getLexer().getLoc(); in parseMemOp() local
836 SMLoc Start = getLexer().getLoc(); in parseRegOrMoveMask() local
923 SMLoc Start = getLexer().getLoc(); in ParseInstruction() local
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp89 SourceLocation Start = Tok.getStartOfNonWhitespace().getLocWithOffset(Offset); in replaceWhitespaceInToken() local
275 AlignTokenSequence(const FormatStyle &Style, unsigned Start, unsigned End, in AlignTokenSequence()
1043 void WhitespaceManager::alignTrailingComments(unsigned Start, unsigned End, in alignTrailingComments()
1085 void WhitespaceManager::alignEscapedNewlines(unsigned Start, unsigned End, in alignEscapedNewlines()
1123 void WhitespaceManager::alignArrayInitializers(unsigned Start, unsigned End) { in alignArrayInitializers()
1172 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified() local
1235 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified() local
1259 WhitespaceManager::CellDescriptions WhitespaceManager::getCells(unsigned Start, in getCells()
1378 unsigned WhitespaceManager::calculateCellWidth(unsigned Start, unsigned End, in calculateCellWidth()
1390 void WhitespaceManager::alignToStartOfCell(unsigned Start, unsigned End) { in alignToStartOfCell()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp69 SlotIndex Start, End; in updateFromLiveIns() local
242 SlotIndex Start, End; in findReachingDefs() local
283 SlotIndex Start, End; in findReachingDefs() local
396 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
/openbsd/gnu/llvm/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.h59 SetVector(It Start, It End) { in SetVector()
150 void insert(It Start, It End) { in insert()
307 SmallSetVector(It Start, It End) { in SmallSetVector()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp169 MachineInstr *Start = nullptr; in processLoop() local
237 void PPCCTRLoops::expandNormalLoops(MachineLoop *ML, MachineInstr *Start, in expandNormalLoops()
314 void PPCCTRLoops::expandCTRLoops(MachineLoop *ML, MachineInstr *Start, in expandCTRLoops()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPExpressions.cpp439 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
469 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
499 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
512 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DParallel.h116 RandomAccessIterator medianOf3(RandomAccessIterator Start, in medianOf3()
128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
154 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
/openbsd/gnu/usr.bin/cvs/lib/
H A Dgetdate.y652 DSTcorrect(Start, Future) in DSTcorrect() argument
666 RelativeDate(Start, DayOrdinal, DayNumber) in RelativeDate() argument
683 RelativeMonth(Start, RelMonth) in RelativeMonth() argument
892 time_t Start; local
/openbsd/usr.bin/rcs/
H A Ddate.y587 DSTcorrect(time_t Start, time_t Future) in DSTcorrect()
599 RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber) in RelativeDate()
613 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth()
816 time_t Start, tod, nowtime, tz; in date_parse() local
/openbsd/usr.bin/cvs/
H A Ddate.y582 DSTcorrect(time_t Start, time_t Future) in DSTcorrect()
594 RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber) in RelativeDate()
608 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth()
811 time_t Start, tod, nowtime, tz; in date_parse() local
/openbsd/gnu/llvm/lldb/source/API/
H A DSBTrace.cpp90 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start() function in SBTrace
101 SBError SBTrace::Start(const SBThread &thread, in Start() function in SBTrace
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp102 uint64_t Start, End; member
117 bool addRange(uint64_t Start, uint64_t End, Instruction *Inst) { in addRange()
149 void applyMemSet(IRBuilder<> &IRB, int64_t Start, int64_t End, in applyMemSet()
191 void applyStore(IRBuilder<> &IRB, int64_t Start, int64_t End, in applyStore()
552 IntrinsicInst *Start = Info.LifetimeStart[0]; in runOnFunction() local
/openbsd/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegion.h91 CodeRegion(llvm::StringRef Desc, llvm::SMLoc Start) in CodeRegion()
121 InstrumentRegion(llvm::StringRef Desc, llvm::SMLoc Start, SharedInstrument I) in InstrumentRegion()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp138 static std::pair<Value *, Value *> matchStridedStart(Value *Start, in matchStridedStart()
195 Value *Step, *Start; in matchStridedRecurrence() local
282 Value *Start = BasePtr->getOperand(StartBlock); in matchStridedRecurrence() local
/openbsd/gnu/llvm/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h195 void assign(const char *Start, const char *End) { in assign()
201 void insert(unsigned Offset, const char *Start, const char *End) { in insert()
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h114 visitFixitRecord(const Location &Start, const Location &End, StringRef Text) { in visitFixitRecord()
119 virtual std::error_code visitSourceRangeRecord(const Location &Start, in visitSourceRangeRecord()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp292 CXLoadedDiagnostic::Location *Start, *End; in readRange() local
351 DiagLoader::visitSourceRangeRecord(const serialized_diags::Location &Start, in visitSourceRangeRecord()
361 DiagLoader::visitFixitRecord(const serialized_diags::Location &Start, in visitFixitRecord()
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h142 uint8_t *Start, *Stop; member
148 uint8_t *Start() { return Regions[0].Start; } in Start() function
168 struct { const PCTableEntry *Start, *Stop; } ModulePCTable[4096]; member

12345678910>>...15