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

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp87 const unsigned ArgCount = F->getFunctionType()->getNumParams(); local
88 for (unsigned i = 0; i < ArgCount; ++i)

Completed in 55 milliseconds