Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Support/
DCommandLineTest.cpp651 StackOption<bool> Opt1("opt1", cl::sub(SC1), cl::init(false)); in TEST() local
1004 StackOption<std::string> Opt1("opt1", cl::init("true")); in TEST() local