Home | History | Annotate | Download | only in slang

Lines Matching refs:Argc

2770                                      const std::string &FunctionName, int Argc,
2774 va_start(vl, Argc);
2776 for (int i = 0; i < Argc; i++) {