Lines Matching refs:StackSubCommand
77 class StackSubCommand : public cl::SubCommand { class
79 StackSubCommand(const char *const Name, in StackSubCommand() function in __anon94a651570111::StackSubCommand
83 StackSubCommand() : SubCommand() {} in StackSubCommand() function in __anon94a651570111::StackSubCommand
85 ~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()
399 StackSubCommand SC("sc", "Subcommand"); in TEST()
438 StackSubCommand SC1("sc1", "First Subcommand"); in TEST()
439 StackSubCommand SC2("sc2", "Second Subcommand"); in TEST()