/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRnglists.cpp | 142 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 D | MachObjectWriter.cpp | 147 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 D | M68kAsmParser.cpp | 133 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 D | FormatStringParsing.h | 74 const char *Start; variable 78 : Start(nullptr), Stop(stop) {} in Start() function
|
H A D | FormatString.cpp | 76 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 D | WhitespaceManager.cpp | 89 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 D | LiveRangeCalc.cpp | 69 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 D | SafeStackLayout.cpp | 56 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 D | CoalescingBitVector.h | 144 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 D | SetVector.h | 59 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 D | PPCCTRLoops.cpp | 169 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 D | PPExpressions.cpp | 439 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 D | Parallel.h | 116 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 D | getdate.y | 652 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 D | date.y | 587 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 D | date.y | 582 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 D | SBTrace.cpp | 90 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 D | USRFinder.cpp | 48 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 D | AArch64StackTagging.cpp | 102 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 D | CodeRegion.h | 91 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 D | RISCVGatherScatterLowering.cpp | 138 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 D | RewriteRope.h | 195 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 D | SerializedDiagnosticReader.h | 114 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 D | CXLoadedDiagnostic.cpp | 292 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 D | FuzzerTracePC.h | 142 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
|