Home
last modified time | relevance | path

Searched defs:StackOption (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/Support/
DCommandLineTest.cpp49 class StackOption : public cl::opt<T> { class
54 explicit StackOption(const M0t &M0) : Base(M0) {} in StackOption() function in __anon22578a8a0111::StackOption
58 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} in StackOption() function in __anon22578a8a0111::StackOption
62 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} in StackOption() function in __anon22578a8a0111::StackOption
66 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) in StackOption() function in __anon22578a8a0111::StackOption
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCommandLineTest.cpp56 class StackOption : public Base { class
59 explicit StackOption(Ts &&... Ms) : Base(std::forward<Ts>(Ms)...) {} in StackOption() function in __anon2d8aa4e20111::StackOption