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

  /src/sys/external/bsd/acpica/dist/compiler/
aslmethod.c 627 UINT8 ParameterCount = 0;
634 TypeList[ParameterCount] =
642 TypeList[ParameterCount] =
645 ParameterCount++;
649 return (ParameterCount);
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 354 unsigned ParameterCount = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 150 FunctionOptions Options, uint16_t ParameterCount,
153 CallConv(CallConv), Options(Options), ParameterCount(ParameterCount),
159 uint16_t getParameterCount() const { return ParameterCount; }
165 uint16_t ParameterCount = 0;
177 FunctionOptions Options, uint16_t ParameterCount,
181 Options(Options), ParameterCount(ParameterCount),
190 uint16_t getParameterCount() const { return ParameterCount; }
199 uint16_t ParameterCount = 0
    [all...]

Completed in 20 milliseconds