Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2620 bool any_found = false; in DoExecute() local
2670 any_found = true; in DoExecute()
2678 if (any_found && is_global_search) in DoExecute()
2690 if (!any_found) in DoExecute()
2694 result.SetStatus(any_found ? lldb::eReturnStatusSuccessFinishResult in DoExecute()