Lines Matching refs:Argv
492 const char *Argv[] = { "1", "2" }; in TEST() local
494 FixedCompilationDatabase::loadFromCommandLine(Argc, Argv)); in TEST()
501 const char *Argv[] = { in TEST() local
505 FixedCompilationDatabase::loadFromCommandLine(Argc, Argv)); in TEST()
522 const char *Argv[] = { "1", "2", "--\0no-constant-folding" }; in TEST() local
524 FixedCompilationDatabase::loadFromCommandLine(Argc, Argv)); in TEST()
538 const char *Argv[] = {"1", "2", "--", "-c", "somefile.cpp", "-DDEF3"}; in TEST() local
539 int Argc = sizeof(Argv) / sizeof(char*); in TEST()
541 FixedCompilationDatabase::loadFromCommandLine(Argc, Argv)); in TEST()
557 const char *Argv[] = {"1", "2", "--", "mytool", "somefile.cpp"}; in TEST() local
558 int Argc = sizeof(Argv) / sizeof(char*); in TEST()
560 FixedCompilationDatabase::loadFromCommandLine(Argc, Argv)); in TEST()