Searched refs:max_num_matches (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1718 const uint32_t max_num_matches = UINT32_MAX; local
1724 num_matches = module->FindTypes(sc, name, name_is_fully_qualified, max_num_matches, type_list);
1774 const uint32_t max_num_matches = UINT32_MAX; local
1779 num_matches = sym_ctx.module_sp->FindTypes(sym_ctx, name, name_is_fully_qualified, max_num_matches, type_list);

Completed in 151 milliseconds