Searched defs:ARGC (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/Support/
H A DCommandLineTest.cpp205 static const size_t ARGC = 3; local
206 const char *const Inputs[][ARGC] = {
220 cl::ParseCommandLineOptions(ARGC, Inputs[i]);

Completed in 50 milliseconds