Home
last modified time | relevance | path

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

12345678910>>...22

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp180 static void skipOverSpaces(const char *&First, const char *const End) { in skipOverSpaces()
210 static void skipRawString(const char *&First, const char *const End) { in skipRawString()
253 static unsigned isEOL(const char *First, const char *const End) { in isEOL()
262 static void skipString(const char *&First, const char *const End) { in skipString()
292 static unsigned skipNewline(const char *&First, const char *End) { in skipNewline()
306 static void skipToNewlineRaw(const char *&First, const char *const End) { in skipToNewlineRaw()
329 static void skipLineComment(const char *&First, const char *const End) { in skipLineComment()
335 static void skipBlockComment(const char *&First, const char *const End) { in skipBlockComment()
352 const char *const End) { in isQuoteCppDigitSeparator()
372 void Scanner::skipLine(const char *&First, const char *const End) { in skipLine()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DParallel.h117 RandomAccessIterator End, in medianOf3()
128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
154 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
169 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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp163 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local
182 for (unsigned VarIdx = 0, End = LiveVariables.size(); VarIdx < End; in update() local
244 for (size_t ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterOtherLine() local
271 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in printBetweenInsts() local
302 for (unsigned ColIdx2 = FirstUnprintedColumn, End = ActiveCols.size(); in printBetweenInsts() local
315 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) in printBetweenInsts() local
331 for (unsigned ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterInst() local
409 for (auto Pos = StrippedNameStart + 1, End = LineInfo.FileName.end(); in printSourceLine() local
/openbsd-src/gnu/llvm/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()
315 auto seq_inclusive(T Begin, T End) { in seq_inclusive()
327 auto enum_seq(EnumT Begin, EnumT End) { in enum_seq()
342 auto enum_seq(EnumT Begin, EnumT End, force_iteration_on_noniterable_enum_t) { in enum_seq()
354 auto enum_seq_inclusive(EnumT Begin, EnumT End) { in enum_seq_inclusive()
369 auto enum_seq_inclusive(EnumT Begin, EnumT End, in enum_seq_inclusive()
H A DSetVector.h59 SetVector(It Start, It End) { in SetVector()
150 void insert(It Start, It End) { in insert()
307 SmallSetVector(It Start, It End) { in SmallSetVector()
/openbsd-src/gnu/llvm/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()
1049 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
1076 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
/openbsd-src/gnu/llvm/llvm/tools/sanstats/
H A Dsanstats.cpp43 static uint64_t ReadLE(char Size, const char *Begin, const char *End) { in ReadLE()
55 const char *End) { in ReadModule()
141 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); in main() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp69 SlotIndex Start, End; in updateFromLiveIns() local
153 SlotIndex Begin, End; in isDefOnEntry() local
242 SlotIndex Start, End; in findReachingDefs() local
283 SlotIndex Start, End; in findReachingDefs() local
396 SlotIndex Start, End; in updateSSA() local
H A DRegisterBank.cpp34 for (unsigned RCId = 0, End = TRI.getNumRegClasses(); RCId != End; ++RCId) { in verify() local
104 for (unsigned RCId = 0, End = TRI->getNumRegClasses(); RCId != End; ++RCId) { in print() local
H A DSafeStackLayout.cpp57 unsigned End = Start + Obj.Size; in layoutObject() local
68 unsigned End = Start + Obj.Size; in layoutObject() local
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c55 const __llvm_profile_data *End) { in __llvm_profile_get_num_data()
63 const __llvm_profile_data *End) { in __llvm_profile_get_data_size()
74 uint64_t __llvm_profile_get_num_counters(const char *Begin, const char *End) { in __llvm_profile_get_num_counters()
81 uint64_t __llvm_profile_get_counters_size(const char *Begin, const char *End) { in __llvm_profile_get_counters_size()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclLookups.h29 StoredDeclsMap::iterator It, End; variable
40 StoredDeclsMap::iterator End) in all_lookups_iterator()
/openbsd-src/gnu/llvm/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h59 size_t End = 0; member
117 size_t End = -1; member
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DGlobPattern.cpp35 uint8_t End = S[2]; in expand() local
79 size_t End = S.find(']', 2); in scan() local
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp275 AlignTokenSequence(const FormatStyle &Style, unsigned Start, unsigned End, in AlignTokenSequence()
1043 void WhitespaceManager::alignTrailingComments(unsigned Start, unsigned End, in alignTrailingComments()
1085 void WhitespaceManager::alignEscapedNewlines(unsigned Start, unsigned End, in alignEscapedNewlines()
1123 void WhitespaceManager::alignArrayInitializers(unsigned Start, unsigned End) { in alignArrayInitializers()
1173 auto *End = Start + Offset; in alignArrayInitializersRightJustified() local
1236 auto *End = Start + Offset; in alignArrayInitializersLeftJustified() local
1260 unsigned End) { in getCells()
1378 unsigned WhitespaceManager::calculateCellWidth(unsigned Start, unsigned End, in calculateCellWidth()
1390 void WhitespaceManager::alignToStartOfCell(unsigned Start, unsigned End) { in alignToStartOfCell()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp63 void updateScopeTops(MachineBasicBlock *Begin, MachineBasicBlock *End) { in updateScopeTops()
221 MachineInstr *End) { in registerScope()
228 MachineInstr *End, in registerTryScope()
237 MachineInstr *End = BeginToEnd[Begin]; in unregisterScope() local
389 MachineInstr *End = BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), in placeBlockMarker() local
455 MachineInstr *End = in placeLoopMarker() local
645 MachineInstr *End = in placeTryMarker() local
1638 const MachineInstr *End = X.second; in getRethrowDepth() local
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp133 SMLoc Start, End; member in __anonf7266f230111::M68kOperand
144 M68kOperand(KindTy Kind, SMLoc Start, SMLoc End) in M68kOperand()
317 SMLoc Start, SMLoc End) { in createMemOp()
331 SMLoc Start, SMLoc End) { in createToken()
347 SMLoc Start, SMLoc End) { in createImm()
698 SMLoc End; in parseImm() local
809 SMLoc End = getLexer().getLoc(); in parseMemOp() local
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp115 for (size_t Idx = 0, End = F.arg_size(); Idx < End; ++Idx) in runOnModule() local
166 for (size_t Idx = 0, End = CB->arg_size(); Idx < End; ++Idx) in runOnModule() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp81 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange() local
144 const auto End = AbbrDeclSets.end(); in getAbbreviationDeclarationSet() local
H A DDWARFDebugRnglists.cpp154 auto End = LookupPooledAddress(RLE.Value1); in getAbsoluteRanges() local
253 uint64_t End = 0; in dump() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp206 End(*m_objfile_sp); in ParseCompileUnitAtIndex() local
308 End(*m_objfile_sp); in ParseBlocksRecursive() local
658 End(*m_objfile_sp); in ParseCFIUnwindPlan() local
829 for (LineIterator It(*m_objfile_sp, Record::Func), End(*m_objfile_sp); in ParseCUData() local
864 End(*m_objfile_sp); in ParseLineTableAndSupportFiles() local
906 for (LineIterator It(*m_objfile_sp, Record::StackCFI), End(*m_objfile_sp); in ParseUnwindData() local
917 for (LineIterator It(*m_objfile_sp, Record::StackWin), End(*m_objfile_sp); in ParseUnwindData() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp102 uint64_t Start, End; member
117 bool addRange(uint64_t Start, uint64_t End, Instruction *Inst) { in addRange()
149 void applyMemSet(IRBuilder<> &IRB, int64_t Start, int64_t End, in applyMemSet()
191 void applyStore(IRBuilder<> &IRB, int64_t Start, int64_t End, in applyStore()
562 for (auto *End : Info.LifetimeEnd) in runOnFunction() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp97 const char *End = P + Size; in registerEHFramesInProcess() local
105 const char *End = P + Size; in deregisterEHFramesInProcess() local

12345678910>>...22