Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/Support/
H A DCommandLineTest.cpp77 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()
[all …]