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