OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RStart
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp
162
const PosPtr
RStart
= getCurrentTokenStartPos() - 1;
163
if (
RStart
== REnd) // we're decrementing the begin
169
if (PosPtr SepEnd = consumeAllSeparators(
RStart
, REnd)) {
171
return makeState(PS_InRootDir, Path.data(),
RStart
+ 1);
174
return makeState(PS_InRootDir,
RStart
,
RStart
+ 1);
175
return makeState(PS_InTrailingSep, SepEnd + 1,
RStart
+ 1);
177
PosPtr TkStart = consumeRootName(
RStart
, REnd);
179
return makeState(PS_InRootName, TkStart + 1,
RStart
+ 1);
180
TkStart = consumeName(
RStart
, REnd)
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DifferenceEngine.cpp
518
BasicBlock::iterator
RStart
) {
520
BasicBlock::iterator RE =
RStart
->getParent()->end();
543
for (BasicBlock::iterator RI =
RStart
; RI != RE; ++RI) {
575
BasicBlock::iterator LI = LStart, RI =
RStart
;
632
Instruction *RTerm =
RStart
->getParent()->getTerminator();
650
if (I ==
RStart
->getParent()->begin()) return;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp
1150
SlotIndex
RStart
= LIS.getInstructionIndex(*Range.first);
1156
RStart
= LIS.getSlotIndexes()->getIndexBefore(*Range.first);
1172
if (
RStart
< IStop)
1173
I.insert(
RStart
, IStop, DbgValue);
1176
// Advance I so that I.stop() >=
RStart
, and check for overlap.
1177
I.advanceTo(
RStart
);
1181
if (I.start() <
RStart
) {
1183
I.setStartUnchecked(
RStart
);
1185
trimmedDefs.insert(
RStart
);
Completed in 63 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026