Home
last modified time | relevance | path

Searched defs:End (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp204 static void skipOverSpaces(const char *&First, const char *const End) { in skipOverSpaces()
234 static void skipRawString(const char *&First, const char *const End) { in skipRawString()
277 static unsigned isEOL(const char *First, const char *const End) { in isEOL()
286 static void skipString(const char *&First, const char *const End) { in skipString()
316 static unsigned skipNewline(const char *&First, const char *End) { in skipNewline()
330 static void skipToNewlineRaw(const char *&First, const char *const End) { in skipToNewlineRaw()
353 static void skipLineComment(const char *&First, const char *const End) { in skipLineComment()
359 static void skipBlockComment(const char *&First, const char *const End) { in skipBlockComment()
376 const char *const End) { in isQuoteCppDigitSeparator()
396 void Scanner::skipLine(const char *&First, const char *const End) { in skipLine()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h115 RandomAccessIterator End, in medianOf3()
126 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
152 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
167 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce()
231 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
237 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c68 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/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp159 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) printBetweenInsts() local
327 for (unsigned ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); printAfterInst() local
405 for (auto Pos = StrippedNameStart + 1, End = LineInfo.FileName.end(); printSourceLine() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h87 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 DSequence.h305 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 DAddressRanges.h49 uint64_t End = 0; variable
96 typename Collection::const_iterator find(uint64_t Start, uint64_t End) const { in find()
H A DSetVector.h80 SetVector(It Start, It End) { in SetVector() argument
182 void insert(It Start, It End) { in insert() argument
376 SmallSetVector(It Start, It End) { in SmallSetVector() argument
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp45 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
1091 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
1118 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp69 SlotIndex Start, End; in updateFromLiveIns() local
153 SlotIndex Begin, End; in isDefOnEntry() local
242 SlotIndex Start, End; findReachingDefs() local
283 SlotIndex Start, End; findReachingDefs() local
396 SlotIndex Start, End; updateSSA() local
[all...]
H A DRegisterBank.cpp36 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 DSafeStackLayout.cpp57 unsigned End = Start + Obj.Size; in layoutObject() local
68 unsigned End = Start + Obj.Size; in layoutObject() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h29 StoredDeclsMap::iterator It, End; variable
40 StoredDeclsMap::iterator End) in all_lookups_iterator()
H A DStmtOpenACC.h45 SourceLocation End) in OpenACCConstructStmt()
90 SourceLocation End, Stmt *AssocStmt) in OpenACCAssociatedStmtConstruct()
152 SourceLocation DirectiveLoc, SourceLocation End, in OpenACCComputeConstruct()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h59 size_t End = 0; member
117 size_t End = -1; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp35 uint8_t End = S[2]; expand() local
79 size_t End = S.find(']', 2); scan() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp87 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange() local
144 const auto End = AbbrDeclSets.end(); getAbbreviationDeclarationSet() local
H A DDWARFDebugRnglists.cpp154 auto End = LookupPooledAddress(RLE.Value1); in getAbsoluteRanges() local
253 uint64_t End = 0; in dump() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp49 SourceLocation End = Range.getEnd(); in visitSymbolOccurrence() local
62 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp63 void updateScopeTops(MachineBasicBlock *Begin, MachineBasicBlock *End) { in updateScopeTops()
220 MachineInstr *End) { in registerScope()
227 MachineInstr *End, in registerTryScope()
236 MachineInstr *End = BeginToEnd[Begin]; in unregisterScope() local
388 MachineInstr *End = BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), in placeBlockMarker() local
454 MachineInstr *End = in placeLoopMarker() local
644 MachineInstr *End = in placeTryMarker() local
1617 const MachineInstr *End = X.second; in getRethrowDepth() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp131 SMLoc Start, End; member in __anon8d0ae56c0111::M68kOperand
141 M68kOperand(KindTy Kind, SMLoc Start, SMLoc End) in M68kOperand()
328 SMLoc Start, SMLoc End) { in createMemOp()
342 SMLoc Start, SMLoc End) { in createToken()
358 SMLoc Start, SMLoc End) { in createImm()
770 SMLoc End; in parseImm() local
868 SMLoc End = getLexer().getLoc(); in parseMemOp() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtraCounters.cpp25 uintptr_t *End = reinterpret_cast<uintptr_t*>(ExtraCountersEnd()); in ClearExtraCounters() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp287 AlignTokenSequence(const FormatStyle &Style, unsigned Start, unsigned End, in AlignTokenSequence()
1229 void WhitespaceManager::alignTrailingComments(unsigned Start, unsigned End, in alignTrailingComments()
1278 void WhitespaceManager::alignEscapedNewlines(unsigned Start, unsigned End, in alignEscapedNewlines()
1316 void WhitespaceManager::alignArrayInitializers(unsigned Start, unsigned End) { in alignArrayInitializers()
1369 auto *End = Start + Offset; in alignArrayInitializersRightJustified() local
1435 auto *End = Start + Offset; in alignArrayInitializersLeftJustified() local
1459 unsigned End) { in getCells()
1579 unsigned WhitespaceManager::calculateCellWidth(unsigned Start, unsigned End, in calculateCellWidth()
1591 void WhitespaceManager::alignToStartOfCell(unsigned Start, unsigned End) { in alignToStartOfCell()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRangeList.cpp97 auto AppendRangeIfNonEmpty = [&Result](APInt Start, APInt End) { in subtract()
217 APInt End = APIntOps::smin(Range.getUpper(), OtherRange.getUpper()); in intersectWith() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp206 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_sp); in ParseLineTableAndSupportFiles() local
899 for (LineIterator It(*m_objfile_sp, Record::StackCFI), End(*m_objfile_sp); in ParseUnwindData() local
910 for (LineIterator It(*m_objfile_sp, Record::StackWin), End(*m_objfile_sp); in ParseUnwindData() local

12345678910>>...22