Searched refs:StackOption (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/Support/
H A DCommandLineTest.cpp49 class StackOption : public cl::opt<T> { class in namespace:__anon13687
54 explicit StackOption(const M0t &M0) : Base(M0) {} function in class:__anon13687::StackOption
58 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} function in class:__anon13687::StackOption
62 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} function in class:__anon13687::StackOption
66 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) function in class:__anon13687::StackOption
69 ~StackOption() override { this->removeArgument(); }
71 template <class DT> StackOption<T> &operator=(const DT &V) {
91 StackOption<int> TestOption("test-option", cl::desc("old description"));
151 StackOption<std::string> EnvironmentTestOptionLocal("env-test-opt-local");
161 StackOption<in
[all...]

Completed in 160 milliseconds