Home
last modified time | relevance | path

Searched refs:StrOption (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp2019 StackOption<std::string> StrOption("str-option"); in TEST() local
2035 EXPECT_EQ("", StrOption); in TEST()
2036 EXPECT_FALSE(StrOption.Default.hasValue()); in TEST()
2037 EXPECT_EQ(0, StrOption.getNumOccurrences()); in TEST()
2058 EXPECT_EQ("str-value", StrOption); in TEST()
2059 EXPECT_FALSE(StrOption.Default.hasValue()); in TEST()
2060 EXPECT_EQ(1, StrOption.getNumOccurrences()); in TEST()