Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/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()
/external/llvm/lib/LineEditor/
DLineEditor.cpp105 unsigned PrevCount; member
137 std::string Prevs(Data->PrevCount, '\02'); in ElCompletionFn()
188 Data->PrevCount = LI->lastchar - LI->cursor; in ElCompletionFn()
/external/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()
/external/llvm-project/llvm/lib/IR/
DFunction.cpp1694 auto PrevCount = getEntryCount(); in setEntryCount() local
1695 assert(!PrevCount.hasValue() || PrevCount.getType() == Count.getType()); in setEntryCount()