Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectMultiword.cpp146 const size_t num_subcmd_matches = matches.GetSize(); in Execute() local
147 if (num_subcmd_matches > 0) in Execute()
158 if (num_subcmd_matches > 0) in Execute()
161 for (size_t i = 0; i < num_subcmd_matches; i++) in Execute()