| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | DependencyDirectivesScanner.cpp | 204 static void skipOverSpaces(const char *&First, const char *const End) { in skipOverSpaces() 261 static void skipRawString(const char *&First, const char *const End) { in skipRawString() 303 static unsigned isEOL(const char *First, const char *const End) { in isEOL() 312 static void skipString(const char *&First, const char *const End) { in skipString() 342 static unsigned skipNewline(const char *&First, const char *End) { in skipNewline() 352 static void skipToNewlineRaw(const char *&First, const char *const End) { in skipToNewlineRaw() 378 static void skipLineComment(const char *&First, const char *const End) { in skipLineComment() 384 static void skipBlockComment(const char *&First, const char *const End) { in skipBlockComment() 401 const char *const End) { in isQuoteCppDigitSeparator() 421 void Scanner::skipLine(const char *&First, const char *const End) { in skipLine() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 116 RandomAccessIterator End, 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() 168 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce() 233 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach() 239 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingBuffer.c | 68 const __llvm_profile_data *End) { in __llvm_profile_get_num_data() 76 const __llvm_profile_data *End) { in __llvm_profile_get_data_size() 88 const VTableProfData *End) { in __llvm_profile_get_num_vtable() 96 const VTableProfData *End) { in __llvm_profile_get_vtable_section_size() 107 uint64_t __llvm_profile_get_num_counters(const char *Begin, const char *End) { in __llvm_profile_get_num_counters() 114 uint64_t __llvm_profile_get_counters_size(const char *Begin, const char *End) { in __llvm_profile_get_counters_size() 121 const char *End) { in __llvm_profile_get_num_bitmap_bytes() 126 uint64_t __llvm_profile_get_name_size(const char *Begin, const char *End) { in __llvm_profile_get_name_size()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 50 SourceLocation DirLoc, SourceLocation End, in OpenACCLoopConstruct() 120 SourceLocation DirectiveLoc, SourceLocation End, in Create() 143 SourceLocation End, ArrayRef<const OpenACCClause *> Clauses) { in Create() 164 SourceLocation End, ArrayRef<const OpenACCClause *> Clauses) { in Create() 185 SourceLocation End, ArrayRef<const OpenACCClause *> Clauses, in Create() 209 ArrayRef<Expr *> QueueIdExprs, SourceLocation RParenLoc, SourceLocation End, in Create() 234 SourceLocation DirectiveLoc, SourceLocation End, in Create() 255 SourceLocation End, ArrayRef<const OpenACCClause *> Clauses) { in Create() 274 SourceLocation DirectiveLoc, SourceLocation End, in Create() 294 SourceLocation DirectiveLoc, SourceLocation End, in Create() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 46 SourceLocation End) in OpenACCConstructStmt() 91 SourceLocation End, Stmt *AssocStmt) in OpenACCAssociatedStmtConstruct() 150 SourceLocation DirectiveLoc, SourceLocation End, in OpenACCComputeConstruct() 259 SourceLocation DirectiveLoc, SourceLocation End, in OpenACCCombinedConstruct() 307 SourceLocation End, in OpenACCDataConstruct() 349 SourceLocation End, in OpenACCEnterDataConstruct() 382 SourceLocation End, in OpenACCExitDataConstruct() 417 SourceLocation End, in OpenACCHostDataConstruct() 486 SourceLocation RParenLoc, SourceLocation End, in OpenACCWaitConstruct() 579 SourceLocation End) in OpenACCCacheConstruct() [all …]
|
| H A D | DeclLookups.h | 29 StoredDeclsMap::iterator It, End; variable 40 StoredDeclsMap::iterator End) in all_lookups_iterator()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 157 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local 176 for (unsigned VarIdx = 0, End = LiveVariables.size(); VarIdx < End; in update() local 238 for (size_t ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterOtherLine() local 265 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in printBetweenInsts() local 296 for (unsigned ColIdx2 = FirstUnprintedColumn, End = ActiveCols.size(); in printBetweenInsts() local 309 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) in printBetweenInsts() local 325 for (unsigned ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterInst() local 403 for (auto Pos = StrippedNameStart + 1, End = LineInfo.FileName.end(); in printSourceLine() local
|
| /freebsd/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() argument 315 seq_inclusive(T Begin,T End) seq_inclusive() argument 327 enum_seq(EnumT Begin,EnumT End) enum_seq() argument 342 enum_seq(EnumT Begin,EnumT End,force_iteration_on_noniterable_enum_t) enum_seq() argument 354 enum_seq_inclusive(EnumT Begin,EnumT End) enum_seq_inclusive() argument 369 enum_seq_inclusive(EnumT Begin,EnumT End,force_iteration_on_noniterable_enum_t) enum_seq_inclusive() argument [all...] |
| 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()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 57 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() 71 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() 86 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() 107 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 1147 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local 1174 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRangeCalc.cpp | 68 SlotIndex Start, End; in updateFromLiveIns() local 152 SlotIndex Begin, End; in isDefOnEntry() 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 | RegisterBank.cpp | 36 for (unsigned SubRCId = 0; SubRCId != End; ++SubRCId) { in verify() local 106 for (unsigned RCId = 0, End = TRI->getNumRegClasses(); RCId != End; ++RCId) { 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/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/contrib/llvm-project/llvm/lib/Support/ |
| H A D | GlobPattern.cpp | 35 uint8_t End = S[2]; expand() local 79 size_t End = S.find(']', 2); scan() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 141 const SCEV *End = nullptr; member in __anona4c10e620111::InductiveRangeCheck 192 const SCEV *End; member in __anona4c10e620111::InductiveRangeCheck::Range 195 Range(const SCEV *Begin, const SCEV *End) : Begin(Begin), End(End) { in Range() 267 const SCEV *&End) { in parseRangeCheckICmp() 302 const SCEV *&End) { in parseIvAgaisntLimit() 363 ScalarEvolution &SE, const SCEVAddRecExpr *&Index, const SCEV *&End) { in reassociateSubLHS() 500 const SCEV *End = nullptr; in extractRangeChecksFromCond() local 600 const SCEV *End = NoopOrExtend(SE.getSCEV(MainLoopStructure.LoopExitAt), RTy, in calculateSubRanges() local 838 const SCEV *End = SE.getMulExpr(ClampedSubtract(REnd, M), RuntimeChecks); in computeSafeIterationSpace() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugRnglists.cpp | 154 auto End = LookupPooledAddress(RLE.Value1); in getAbsoluteRanges() local 253 uint64_t End = 0; in dump() local
|
| H A D | DWARFDebugAbbrev.cpp | 86 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange() local 145 const auto End = AbbrDeclSets.end(); in getAbbreviationDeclarationSet() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFinder.cpp | 47 SourceLocation End = Range.getEnd(); in visitSymbolOccurrence() local 60 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin()
|
| /freebsd/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/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() 775 SMLoc End; in parseImm() local 873 SMLoc End = getLexer().getLoc(); in parseMemOp() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRangeList.cpp | 99 auto AppendRangeIfNonEmpty = [&Result](APInt Start, APInt End) { in subtract() 220 APInt End = APIntOps::smin(Range.getUpper(), OtherRange.getUpper()); in intersectWith() local
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 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() 1367 auto *End = Start + Offset; in alignArrayInitializersRightJustified() local 1433 auto *End = Start + Offset; in alignArrayInitializersLeftJustified() local 1457 unsigned End) { in getCells() 1577 unsigned WhitespaceManager::calculateCellWidth(unsigned Start, unsigned End, in calculateCellWidth() 1589 void WhitespaceManager::alignToStartOfCell(unsigned Start, unsigned End) { in alignToStartOfCell()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RTDyldMemoryManager.cpp | 95 const char *End = P + Size; in registerEHFramesInProcess() local 103 const char *End = P + Size; in deregisterEHFramesInProcess() local
|