Home
last modified time | relevance | path

Searched refs:LastPos (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/FileCheck/
DFileCheck.cpp1029 size_t LastPos = 0; in Check() local
1038 LastPos = CheckDag(SM, Buffer, NotStrings, VariableTable); in Check()
1039 if (LastPos == StringRef::npos) in Check()
1044 StringRef MatchBuffer = Buffer.substr(LastPos); in Check()
1054 StringRef SkippedRegion = Buffer.substr(LastPos, MatchPos); in Check()
1072 return LastPos + MatchPos; in Check()
1170 size_t LastPos = 0; in CheckDag() local
1171 size_t StartPos = LastPos; in CheckDag()
1200 if (MatchPos < LastPos) { in CheckDag()
1206 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data() + LastPos), in CheckDag()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp1069 FX_POSITION LastPos = pItem->m_pObjectList->GetLastObjectPosition(); in Continue() local
1071 if (LastPos == m_PrevLastPos) { in Continue()
1077 LastPos = pItem->m_pObjectList->GetLastObjectPosition(); in Continue()
1080 if (LastPos == m_PrevLastPos) { in Continue()
1095 m_PrevLastPos = LastPos; in Continue()