Searched refs:StackOption (Results 1 - 1 of 1) sorted by relevance
/external/llvm/unittests/Support/ | ||
H A D | CommandLineTest.cpp | 49 class StackOption : public cl::opt<T> { class in namespace:__anon13222 54 explicit StackOption(const M0t &M0) : Base(M0) {} function in class:__anon13222::StackOption 58 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} function in class:__anon13222::StackOption 62 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} function in class:__anon13222::StackOption 66 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) function in class:__anon13222::StackOption 69 ~StackOption() override { this->removeArgument(); } 75 StackOption<int> TestOption("test-option", cl::desc("old description")); 134 StackOption<std::string> EnvironmentTestOptionLocal("env-test-opt-local"); 144 StackOption<int> TestOption2("test-option", cl::cat(TestCategory)); 196 StackOption<st [all...] |
Completed in 123 milliseconds