Home
last modified time | relevance | path

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

12345678910>>...15

/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/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp49 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 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/clang/include/clang/AST/
H A DStmtOpenACC.h45 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 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/llvm/lib/MC/
H A DMachObjectWriter.cpp181 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 DPPCCTRLoops.cpp166 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 DM68kAsmParser.cpp132 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 DLiveRangeCalc.cpp68 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 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()
/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/lldb/source/API/
H A DSBTrace.cpp95 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 DParallel.h115 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 DLoopInfo.h44 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 DUSRFinder.cpp46 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 DWhitespaceManager.cpp94 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 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/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp295 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 DUse.cpp39 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
H A DConstantRangeList.cpp99 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 DCodeRegion.h92 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 Dgetdate.y610 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 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

12345678910>>...15