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

/external/llvm/unittests/Support/
H A DCommandLineTest.cpp46 class StackOption : public cl::opt<T> { class in namespace:__anon26528
51 explicit StackOption(const M0t &M0) : Base(M0) {} function in class:__anon26528::StackOption
55 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} function in class:__anon26528::StackOption
59 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} function in class:__anon26528::StackOption
63 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) function in class:__anon26528::StackOption
66 ~StackOption() {
133 StackOption<std::string> EnvironmentTestOptionLocal("env-test-opt-local");
143 StackOption<int> TestOption2("test-option", cl::cat(TestCategory));
201 StackOption<std::string> Actual("actual");
202 StackOption<boo
[all...]

Completed in 304 milliseconds