Home
last modified time | relevance | path

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

/external/selinux/checkpolicy/test/
Ddismod.c544 unsigned int any_found = 0, j; in display_scope_index() local
549 any_found = 1; in display_scope_index()
565 if (!any_found) { in display_scope_index()
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp2817 bool any_found = false; in DoExecute() local
2867 any_found = true; in DoExecute()
2875 if (any_found && is_global_search) in DoExecute()
2887 if (!any_found) in DoExecute()
2891 result.SetStatus(any_found ? lldb::eReturnStatusSuccessFinishResult in DoExecute()