Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp104 unsigned PrevCount; member
136 std::string Prevs(Data->PrevCount, '\02'); in ElCompletionFn()
187 Data->PrevCount = LI->lastchar - LI->cursor; in ElCompletionFn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1851 auto PrevCount = getEntryCount(); in setEntryCount() local
1852 assert(!PrevCount.hasValue() || PrevCount.getType() == Count.getType()); in setEntryCount()