Searched refs:testCommandLineTokenizer (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 200 void testCommandLineTokenizer(ParserFunction *parse, StringRef Input, in testCommandLineTokenizer() function 295 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output, in TEST() 302 testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output); in TEST() 308 testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output); in TEST() 314 testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output); in TEST() 320 testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output); in TEST() 326 testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output); in TEST() 332 testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output); in TEST() 338 testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output); in TEST() 360 testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output); in TEST() [all …]
|