Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Editline/
DEditlineTest.cpp189 int start_block_count = 0; in IsInputComplete() local
195 ++start_block_count; in IsInputComplete()
202 return (start_block_count > 0) && (brace_balance == 0); in IsInputComplete()