Searched refs:args5 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 1504 const char *args5[] = {"prog", "-D", "HAVE_FOO"}; in TEST() local 1506 cl::ParseCommandLineOptions(3, args5, StringRef(), &llvm::nulls())); in TEST() 1570 const char *args5[] = {"prog", "-fob"}; in TEST() local 1572 cl::ParseCommandLineOptions(2, args5, StringRef(), &llvm::nulls())); in TEST() 1629 const char *args5[] = {"prog", "-fp", "val5"}; in TEST() local 1631 cl::ParseCommandLineOptions(3, args5, StringRef(), &llvm::nulls())); in TEST() 1912 const char *args5[] = {"prog", "--list=bar"}; in TEST() local 1913 EXPECT_TRUE(cl::ParseCommandLineOptions(2, args5)); in TEST()
|