Searched refs:RStart (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| H A D | operations.cpp | 162 const PosPtr RStart = getCurrentTokenStartPos() - 1; in decrement() local 163 if (RStart == REnd) // we're decrementing the begin in decrement() 169 if (PosPtr SepEnd = consumeAllSeparators(RStart, REnd)) { in decrement() 171 return makeState(PS_InRootDir, Path.data(), RStart + 1); in decrement() 174 return makeState(PS_InRootDir, RStart, RStart + 1); in decrement() 175 return makeState(PS_InTrailingSep, SepEnd + 1, RStart + 1); in decrement() 177 PosPtr TkStart = consumeRootName(RStart, REnd); in decrement() 179 return makeState(PS_InRootName, TkStart + 1, RStart + 1); in decrement() 180 TkStart = consumeName(RStart, REnd); in decrement() 181 return makeState(PS_InFilenames, TkStart + 1, RStart + 1); in decrement() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| H A D | DifferenceEngine.cpp | 518 BasicBlock::iterator RStart) { in runBlockDiff() argument 520 BasicBlock::iterator RE = RStart->getParent()->end(); in runBlockDiff() 543 for (BasicBlock::iterator RI = RStart; RI != RE; ++RI) { in runBlockDiff() 575 BasicBlock::iterator LI = LStart, RI = RStart; in runBlockDiff() 632 Instruction *RTerm = RStart->getParent()->getTerminator(); in runBlockDiff() 650 if (I == RStart->getParent()->begin()) return; in runBlockDiff()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 1150 SlotIndex RStart = LIS.getInstructionIndex(*Range.first); in computeIntervals() local 1156 RStart = LIS.getSlotIndexes()->getIndexBefore(*Range.first); in computeIntervals() 1172 if (RStart < IStop) in computeIntervals() 1173 I.insert(RStart, IStop, DbgValue); in computeIntervals() 1177 I.advanceTo(RStart); in computeIntervals() 1181 if (I.start() < RStart) { in computeIntervals() 1183 I.setStartUnchecked(RStart); in computeIntervals() 1185 trimmedDefs.insert(RStart); in computeIntervals()
|