Searched refs:args6 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 1513 const char *args6[] = {"prog", "-DHAVE_FOO"}; in TEST() local 1515 cl::ParseCommandLineOptions(2, args6, StringRef(), &llvm::nulls())); in TEST() 1580 const char *args6[] = {"prog", "-fd=false"}; in TEST() local 1582 cl::ParseCommandLineOptions(2, args6, StringRef(), &llvm::nulls())); in TEST() 1637 const char *args6[] = {"prog", "-fp=val6"}; in TEST() local 1639 cl::ParseCommandLineOptions(2, args6, StringRef(), &llvm::nulls())); in TEST()
|