/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | DependencyDirectivesScanner.cpp | 204 skipOverSpaces(const char * & First,const char * const End) skipOverSpaces() argument 234 skipRawString(const char * & First,const char * const End) skipRawString() argument 277 isEOL(const char * First,const char * const End) isEOL() argument 286 skipString(const char * & First,const char * const End) skipString() argument 316 skipNewline(const char * & First,const char * End) skipNewline() argument 330 skipToNewlineRaw(const char * & First,const char * const End) skipToNewlineRaw() argument 353 skipLineComment(const char * & First,const char * const End) skipLineComment() argument 359 skipBlockComment(const char * & First,const char * const End) skipBlockComment() argument 376 isQuoteCppDigitSeparator(const char * const Start,const char * const Cur,const char * const End) isQuoteCppDigitSeparator() argument 396 skipLine(const char * & First,const char * const End) skipLine() argument 452 skipDirective(StringRef Name,const char * & First,const char * const End) skipDirective() argument 463 skipWhitespace(const char * & First,const char * const End) skipWhitespace() argument 496 lexModuleDirectiveBody(DirectiveKind Kind,const char * & First,const char * const End) lexModuleDirectiveBody() argument 519 lexToken(const char * & First,const char * const End) lexToken() argument 532 lexIncludeFilename(const char * & First,const char * const End) lexIncludeFilename() argument 544 lexPPDirectiveBody(const char * & First,const char * const End) lexPPDirectiveBody() argument 578 tryLexIdentifierOrSkipLine(const char * & First,const char * const End) tryLexIdentifierOrSkipLine() argument 589 lexIdentifier(const char * & First,const char * const End) lexIdentifier() argument 596 isNextIdentifierOrSkipLine(StringRef Id,const char * & First,const char * const End) isNextIdentifierOrSkipLine() argument 607 isNextTokenOrSkipLine(tok::TokenKind K,const char * & First,const char * const End) isNextTokenOrSkipLine() argument 617 tryLexStringLiteralOrSkipLine(const char * & First,const char * const End) tryLexStringLiteralOrSkipLine() argument 628 lexAt(const char * & First,const char * const End) lexAt() argument 641 lexModule(const char * & First,const char * const End) lexModule() argument 685 lex_Pragma(const char * & First,const char * const End) lex_Pragma() argument 720 lexPragma(const char * & First,const char * const End) lexPragma() argument 770 lexEndif(const char * & First,const char * const End) lexEndif() argument 791 lexDefault(DirectiveKind Kind,const char * & First,const char * const End) lexDefault() argument 810 lexPPLine(const char * & First,const char * const End) lexPPLine() argument 914 skipUTF8ByteOrderMark(const char * & First,const char * const End) skipUTF8ByteOrderMark() argument 920 scanImpl(const char * First,const char * const End) scanImpl() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 117 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2); in medianOf3() argument 128 parallel_quick_sort(RandomAccessIterator Start,RandomAccessIterator End,const Comparator & Comp,TaskGroup & TG,size_t Depth) parallel_quick_sort() argument 154 parallel_sort(RandomAccessIterator Start,RandomAccessIterator End,const Comparator & Comp) parallel_sort() argument 169 parallel_transform_reduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallel_transform_reduce() argument 233 parallelForEach(IterTy Begin,IterTy End,FuncTy Fn) parallelForEach() argument 239 parallelTransformReduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallelTransformReduce() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingBuffer.c | 81 // End). Caller should guarantee that End points to one byte past the inclusive in __llvm_profile_get_num_counters() argument 88 const VTableProfData *End) { in __llvm_profile_get_counters_size() argument 62 __llvm_profile_get_num_data(const __llvm_profile_data * Begin,const __llvm_profile_data * End) __llvm_profile_get_num_data() argument 70 __llvm_profile_get_data_size(const __llvm_profile_data * Begin,const __llvm_profile_data * End) __llvm_profile_get_data_size() argument 95 __llvm_profile_get_num_bitmap_bytes(const char * Begin,const char * End) __llvm_profile_get_num_bitmap_bytes() argument 100 __llvm_profile_get_name_size(const char * Begin,const char * End) __llvm_profile_get_name_size() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 159 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local 178 for (unsigned VarIdx = 0, End = LiveVariables.size(); VarIdx < End; in update() local 240 for (size_t ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterOtherLine() local 267 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in printBetweenInsts() local 298 for (unsigned ColIdx2 = FirstUnprintedColumn, End = ActiveCols.size(); in printBetweenInsts() local 311 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) in printBetweenInsts() local 327 for (unsigned ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterInst() local 405 for (auto Pos = StrippedNameStart + 1, End = LineInfo.FileName.end(); in printSourceLine() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 45 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() argument 59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() argument 74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() argument 95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() argument 1065 if (const char *End = isLabelTail(CurPtr)) { LexDigitOrNegative() local 1092 if (const char *End = isLabelTail(CurPtr)) { LexDigitOrNegative() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | CoalescingBitVector.h | 87 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; ++It) in count() local 108 for (auto It = Other.Intervals.begin(), End = Other.Intervals.end(); in set() local 165 for (auto It = RHS.Intervals.begin(), End = RHS.Intervals.end(); variable 366 IndexT End) const { in half_open_range() 378 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; in print() local 399 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert()
|
H A D | Sequence.h | 305 auto seq(T Begin, T End) { in seq() 325 auto seq_inclusive(T Begin, T End) { in seq_inclusive() 337 auto enum_seq(EnumT Begin, EnumT End) { in enum_seq() 352 auto enum_seq(EnumT Begin, EnumT End, force_iteration_on_noniterable_enum_t) { in enum_seq() 364 auto enum_seq_inclusive(EnumT Begin, EnumT End) { in enum_seq_inclusive() 379 auto enum_seq_inclusive(EnumT Begin, EnumT End, in enum_seq_inclusive()
|
H A D | AddressRanges.h | 49 uint64_t End = 0; variable 96 typename Collection::const_iterator find(uint64_t Start, uint64_t End) const { in find()
|
H A D | SetVector.h | 80 SetVector(It Start, It End) { in SetVector() 182 void insert(It Start, It End) { in insert() 376 SmallSetVector(It Start, It End) { in SmallSetVector()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclLookups.h | 29 StoredDeclsMap::iterator It, End; variable 40 StoredDeclsMap::iterator End) in all_lookups_iterator()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 69 SlotIndex Start, End; in updateFromLiveIns() local 153 SlotIndex Begin, End; in isDefOnEntry() local 247 SlotIndex Start, End; in findReachingDefs() local 288 SlotIndex Start, End; in findReachingDefs() local 401 SlotIndex Start, End; in updateSSA() local
|
H A D | RegisterBank.cpp | 25 for (unsigned RCId = 0, End = TRI.getNumRegClasses(); RCId != End; ++RCId) { in verify() local 91 for (unsigned RCId = 0, End = TRI->getNumRegClasses(); RCId != End; ++RCId) { in print() local
|
H A D | SafeStackLayout.cpp | 57 unsigned End = Start + Obj.Size; in layoutObject() local 68 unsigned End = Start + Obj.Size; in layoutObject() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 59 size_t End = 0; member 117 size_t End = -1; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 149 const SCEV *End = nullptr; member in __anond8c8d8340111::InductiveRangeCheck 200 const SCEV *End; member in __anond8c8d8340111::InductiveRangeCheck::Range 203 Range(const SCEV *Begin, const SCEV *End) : Begin(Begin), End(End) { in Range() 273 const SCEV *&End) { in parseRangeCheckICmp() 308 const SCEV *&End) { in parseIvAgaisntLimit() 369 ScalarEvolution &SE, const SCEVAddRecExpr *&Index, const SCEV *&End) { in reassociateSubLHS() 506 const SCEV *End = nullptr; in extractRangeChecksFromCond() local 584 const SCEV *End = NoopOrExtend(SE.getSCEV(MainLoopStructure.LoopExitAt), RTy, in calculateSubRanges() local 822 const SCEV *End = SE.getMulExpr(ClampedSubtract(REnd, M), RuntimeChecks); in computeSafeIterationSpace() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILPrepare.cpp | 116 for (size_t Idx = 0, End = F.arg_size(); Idx < End; ++Idx) runOnModule() local 164 for (size_t Idx = 0, End = CB->arg_size(); Idx < End; ++Idx) runOnModule() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAbbrev.cpp | 87 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange() local 146 const auto End = AbbrDeclSets.end(); in getAbbreviationDeclarationSet() local
|
H A D | DWARFDebugRnglists.cpp | 154 auto End = LookupPooledAddress(RLE.Value1); in getAbsoluteRanges() local 253 uint64_t End = 0; in dump() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFinder.cpp | 49 SourceLocation End = Range.getEnd(); in visitSymbolOccurrence() local 62 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerExtraCounters.cpp | 25 uintptr_t *End = reinterpret_cast<uintptr_t*>(ExtraCountersEnd()); in ClearExtraCounters() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 63 void updateScopeTops(MachineBasicBlock *Begin, MachineBasicBlock *End) { in updateScopeTops() argument 221 BeginToEnd[Begin] = End; in registerScope() argument 228 registerTryScope(MachineInstr * Begin,MachineInstr * End,MachineBasicBlock * EHPad) registerTryScope() argument 237 MachineInstr *End = BeginToEnd[Begin]; unregisterScope() local 389 MachineInstr *End = BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), placeBlockMarker() local 455 MachineInstr *End = placeLoopMarker() local 645 MachineInstr *End = placeTryMarker() local 1639 const MachineInstr *End = X.second; getRethrowDepth() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 131 SMLoc Start, End; member in __anon4cc251fe0111::M68kOperand 141 M68kOperand(KindTy Kind, SMLoc Start, SMLoc End) in M68kOperand() argument 328 SMLoc Start, SMLoc End) { in createMemOp() argument 342 createToken(StringRef Token,SMLoc Start,SMLoc End) createToken() argument 358 createImm(const MCExpr * Expr,SMLoc Start,SMLoc End) createImm() argument 770 SMLoc End; parseImm() local 868 SMLoc End = getLexer().getLoc(); parseMemOp() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 97 const char *End = P + Size; in registerEHFramesInProcess() local 105 const char *End = P + Size; in deregisterEHFramesInProcess() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 281 AlignTokenSequence(const FormatStyle & Style,unsigned Start,unsigned End,unsigned Column,bool RightJustify,F && Matches,SmallVector<WhitespaceManager::Change,16> & Changes) AlignTokenSequence() argument 1196 alignTrailingComments(unsigned Start,unsigned End,unsigned Column) alignTrailingComments() argument 1238 alignEscapedNewlines(unsigned Start,unsigned End,unsigned Column) alignEscapedNewlines() argument 1276 alignArrayInitializers(unsigned Start,unsigned End) alignArrayInitializers() argument 1329 auto *End = Start + Offset; alignArrayInitializersRightJustified() local 1395 auto *End = Start + Offset; alignArrayInitializersLeftJustified() local 1419 getCells(unsigned Start,unsigned End) getCells() argument 1539 calculateCellWidth(unsigned Start,unsigned End,bool WithSpaces) const calculateCellWidth() argument 1551 alignToStartOfCell(unsigned Start,unsigned End) alignToStartOfCell() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 206 End(*m_objfile_sp); in ParseCompileUnitAtIndex() local 310 End(*m_objfile_sp); in ParseBlocksRecursive() local 651 End(*m_objfile_sp); in ParseCFIUnwindPlan() local 822 for (LineIterator It(*m_objfile_sp, Record::Func), End(*m_objfile_sp); in ParseCUData() local 857 End(*m_objfile_s in ParseLineTableAndSupportFiles() local 899 for (LineIterator It(*m_objfile_sp, Record::StackCFI), End(*m_objfile_sp); ParseUnwindData() local 910 for (LineIterator It(*m_objfile_sp, Record::StackWin), End(*m_objfile_sp); ParseUnwindData() local [all...] |