Searched refs:StackOption (Results 1 – 1 of 1) sorted by relevance
/external/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 48 class StackOption : public cl::opt<T> { class 53 explicit StackOption(const M0t &M0) : Base(M0) {} in StackOption() function in __anonc82135e10111::StackOption 57 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} in StackOption() function in __anonc82135e10111::StackOption 61 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} in StackOption() function in __anonc82135e10111::StackOption 65 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) in StackOption() function in __anonc82135e10111::StackOption 68 ~StackOption() override { this->removeArgument(); } in ~StackOption() 74 StackOption<int> TestOption("test-option", cl::desc("old description")); in TEST() 133 StackOption<std::string> EnvironmentTestOptionLocal("env-test-opt-local"); in TEST() 143 StackOption<int> TestOption2("test-option", cl::cat(TestCategory)); in TEST() 201 StackOption<std::string> Actual("actual"); in TEST() [all …]
|