Home
last modified time | relevance | path

Searched refs:NextStart (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DIssueHash.cpp153 size_t NextStart = 0; in NormalizeLine() local
155 while (!Lexer.LexFromRawLexer(Token) && NextStart < 2) { in NormalizeLine()
156 if (Token.isAtStartOfLine() && NextStart++ > 0) in NormalizeLine()
/external/clang/lib/Lex/
DLiteralSupport.cpp1597 const char *NextStart = resyncUTF8(ErrorPtr, Fragment.end()); in CopyStringFragment() local
1598 StringRef NextFragment(NextStart, Fragment.end()-NextStart); in CopyStringFragment()
1607 NextStart = resyncUTF8(ErrorPtr, Fragment.end()); in CopyStringFragment()
1609 ErrorPtr, NextStart); in CopyStringFragment()
1610 NextFragment = StringRef(NextStart, Fragment.end()-NextStart); in CopyStringFragment()
/external/clang/lib/Basic/
DSourceManager.cpp2163 llvm::Optional<unsigned> NextStart) { in dump() argument
2166 if (NextStart) in dump()
2167 out << *NextStart << ">\n"; in dump()
2204 llvm::Optional<unsigned> NextStart; in dump() local
2208 DumpSLocEntry(ID, LoadedSLocEntryTable[Index], NextStart); in dump()
2209 NextStart = LoadedSLocEntryTable[Index].getOffset(); in dump()
2211 NextStart = None; in dump()
/external/v8/src/compiler/backend/
Dregister-allocator.h100 LifetimePosition NextStart() const { in NextStart() function
657 LifetimePosition NextStart() const { return next_start_; } in NON_EXPORTED_BASE()
1424 return a->NextStart() < b->NextStart(); in operator()
Dregister-allocator.cc493 return use_pos->pos() > pos.NextStart().End(); in CanBeSpilled()
1883 .NextStart(); in AddInitialIntervals()
2010 range->AddUseInterval(position, position.NextStart(), allocation_zone(), in Define()
2012 range->AddUsePosition(NewUsePosition(position.NextStart()), in Define()
2554 last_pos = last_pos.NextStart().End(); in IntervalPredecessorsCoveredByRange()
2731 next_pos = next_pos.NextStart(); in SplitAndSpillRangesDefinedByMemoryOperand()
2739 } else if (pos->pos() > range->Start().NextStart()) { in SplitAndSpillRangesDefinedByMemoryOperand()
3067 if (new_end <= cur_inactive->NextStart()) { in AssignRegisterOnReload()
3930 positions[cur_reg] <= cur_inactive->NextStart()) { in FindFreeRegistersForRange()
4151 if (block_pos[cur_reg] <= range->NextStart()) break; in AllocateBlockedReg()
[all …]