Searched refs:any_found (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2733 bool any_found = false; variable
2783 any_found = true;
2791 if (any_found && is_global_search)
2803 if (!any_found)
2807 result.SetStatus(any_found ? lldb::eReturnStatusSuccessFinishResult

Completed in 73 milliseconds