Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
DLineEditor.cpp104 unsigned PrevCount; member
136 std::string Prevs(Data->PrevCount, '\02'); in ElCompletionFn()
187 Data->PrevCount = LI->lastchar - LI->cursor; in ElCompletionFn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1552 auto PrevCount = getEntryCount(); in setEntryCount() local
1553 assert(!PrevCount.hasValue() || PrevCount.getType() == Count.getType()); in setEntryCount()