Searched refs:StackSubCommand (Results 1 – 1 of 1) sorted by relevance
77 class StackSubCommand : public cl::SubCommand { class79 StackSubCommand(const char *const Name, in StackSubCommand() function in __anon94a651570111::StackSubCommand83 StackSubCommand() : SubCommand() {} in StackSubCommand() function in __anon94a651570111::StackSubCommand85 ~StackSubCommand() { unregisterSubCommand(); } in ~StackSubCommand()291 StackSubCommand SC1("sc1", "First subcommand"); in TEST()292 StackSubCommand SC2("sc2", "Second subcommand"); in TEST()335 StackSubCommand SC1("sc1", "First subcommand"); in TEST()336 StackSubCommand SC2("sc2", "Second subcommand"); in TEST()348 StackSubCommand SC1("sc1", "First subcommand"); in TEST()351 StackSubCommand SC2("sc2", "Second subcommand"); in TEST()[all …]