| /freebsd/contrib/llvm-project/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
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 49 OpenACCDirectiveKind ParentKind, SourceLocation Start, in OpenACCLoopConstruct() 119 OpenACCDataConstruct::Create(const ASTContext &C, SourceLocation Start, in Create() 142 const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, in Create() 163 const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, in Create() 184 const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, in Create() 207 const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, in Create() 233 OpenACCInitConstruct::Create(const ASTContext &C, SourceLocation Start, in Create() 254 const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, in Create() 273 OpenACCSetConstruct::Create(const ASTContext &C, SourceLocation Start, in Create() 293 OpenACCUpdateConstruct::Create(const ASTContext &C, SourceLocation Start, in Create() [all …]
|
| 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
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 45 SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCConstructStmt() 89 SourceLocation Start, in OpenACCAssociatedStmtConstruct() 149 OpenACCComputeConstruct(OpenACCDirectiveKind K, SourceLocation Start, in OpenACCComputeConstruct() 258 OpenACCCombinedConstruct(OpenACCDirectiveKind K, SourceLocation Start, in OpenACCCombinedConstruct() 306 OpenACCDataConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCDataConstruct() 348 OpenACCEnterDataConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCEnterDataConstruct() 381 OpenACCExitDataConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCExitDataConstruct() 416 OpenACCHostDataConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCHostDataConstruct() 483 OpenACCWaitConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCWaitConstruct() 576 OpenACCCacheConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCCacheConstruct() [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/parser/ |
| H A D | psargs.c | 253 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/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 181 uint64_t Start = W.OS.tell(); in writeHeader() local 228 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand() local 278 uint64_t Start = W.OS.tell(); in writeSection() local 314 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand() local 337 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand() local 458 uint64_t Start = W.OS.tell(); in writeLinkeditLoadCommand() local 482 uint64_t Start = W.OS.tell(); in writeLinkerOptionsLoadCommand() local 1052 uint64_t Start = getSymbolAddress(*Data.Start); in writeObject() local 1071 unsigned Start = W.OS.tell(); in writeObject() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoops.cpp | 166 MachineInstr *Start = nullptr; in processLoop() local 234 void PPCCTRLoops::expandNormalLoops(MachineLoop *ML, MachineInstr *Start, in expandNormalLoops() 310 void PPCCTRLoops::expandCTRLoops(MachineLoop *ML, MachineInstr *Start, in expandCTRLoops()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 132 SMLoc Start, End; member in __anon8d0ae56c0111::M68kOperand 142 M68kOperand(KindTy Kind, SMLoc Start, SMLoc End) in M68kOperand() 330 SMLoc Start, SMLoc End) { in createMemOp() 344 SMLoc Start, SMLoc End) { in createToken() 360 SMLoc Start, SMLoc End) { in createImm() 772 SMLoc Start = getLexer().getLoc(); in parseImm() local 786 SMLoc Start = getLexer().getLoc(); in parseMemOp() local 897 SMLoc Start = getLexer().getLoc(); in parseRegOrMoveMask() local 969 SMLoc Start = getLexer().getLoc(); in parseInstruction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRangeCalc.cpp | 68 SlotIndex Start, End; in updateFromLiveIns() local 246 SlotIndex Start, End; in findReachingDefs() local 287 SlotIndex Start, End; in findReachingDefs() local 400 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
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/usr.sbin/fifolog/lib/ |
| H A D | getdate.y | 612 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/lldb/source/API/ |
| H A D | SBTrace.cpp | 95 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start() function in SBTrace 106 SBError SBTrace::Start(const SBThread &thread, in Start() function in SBTrace
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 115 RandomAccessIterator medianOf3(RandomAccessIterator Start, in medianOf3() 127 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() 153 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 44 DebugLoc Start; variable 49 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() 50 LocRange(DebugLoc Start, DebugLoc End) in LocRange()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFinder.cpp | 46 SourceLocation Start = Range.getBegin(); in visitSymbolOccurrence() local 60 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 94 SourceLocation Start = Tok.getStartOfNonWhitespace().getLocWithOffset(Offset); in replaceWhitespaceInToken() local 287 AlignTokenSequence(const FormatStyle &Style, unsigned Start, unsigned End, in AlignTokenSequence() 1224 void WhitespaceManager::alignTrailingComments(unsigned Start, unsigned End, in alignTrailingComments() 1273 void WhitespaceManager::alignEscapedNewlines(unsigned Start, unsigned End, in alignEscapedNewlines() 1314 void WhitespaceManager::alignArrayInitializers(unsigned Start, unsigned End) { in alignArrayInitializers() 1366 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified() local 1432 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified() local 1456 WhitespaceManager::CellDescriptions WhitespaceManager::getCells(unsigned Start, in getCells() 1577 unsigned WhitespaceManager::calculateCellWidth(unsigned Start, unsigned End, in calculateCellWidth() 1589 void WhitespaceManager::alignToStartOfCell(unsigned Start, unsigned End) { in alignToStartOfCell()
|
| /freebsd/usr.bin/find/ |
| H A D | getdate.y | 609 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/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 295 const SCEV *Start = AddExpr->getStart(); in IsSafeActiveMask() local 376 Value *Start) { in InsertVCTPIntrinsic() 441 Value *Start = Expander.expandCodeFor(StartSCEV, StartSCEV->getType(), Ins); in TryConvertActiveLaneMask() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Use.cpp | 39 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
|
| H A D | ConstantRangeList.cpp | 99 auto AppendRangeIfNonEmpty = [&Result](APInt Start, APInt End) { in subtract() 219 APInt Start = APIntOps::smax(Range.getLower(), OtherRange.getLower()); in intersectWith() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegion.h | 92 CodeRegion(llvm::StringRef Desc, llvm::SMLoc Start) in CodeRegion() 136 InstrumentRegion(llvm::StringRef Desc, llvm::SMLoc Start, UniqueInstrument I) in InstrumentRegion()
|
| /freebsd/crypto/krb5/src/kadmin/cli/ |
| H A D | getdate.y | 610 DSTcorrect(time_t Start, time_t Future, int *error) in DSTcorrect() 634 RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber, int *error) in RelativeDate() 652 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth() 869 time_t Start; in get_date_rel() local
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPExpressions.cpp | 441 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
|