HomeSort by: relevance | last modified time | path
    Searched defs:argCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 115 unsigned argCount = call->getNumArgs();
116 if (argCount == desiredArgCount) return false;
118 if (argCount < desiredArgCount)
120 << 0 /*function call*/ << desiredArgCount << argCount
125 call->getArg(argCount - 1)->getEndLoc());
128 << 0 /*function call*/ << desiredArgCount << argCount
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c     [all...]

Completed in 58 milliseconds