HomeSort by: relevance | last modified time | path
    Searched refs:ParameterCount (Results 1 - 9 of 9) 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/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...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp 313 error(IO.mapInteger(Record.ParameterCount, "NumParameters"));
331 error(IO.mapInteger(Record.ParameterCount, "NumParameters"));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 405 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList);
415 MF.ReturnType, MF.ParameterCount, MF.ArgumentList);
  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.cpp 689 Left->ParameterCount =
793 ++Left->ParameterCount;
797 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) {
798 Left->ParameterCount = 1;
2745 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine))
2749 return Left.ParameterCount > 1 ? Style.PenaltyBreakBeforeFirstCallParameter
2794 Right.ParameterCount > 0);
3758 // If Left.ParameterCount is 0, then this submessage entry is not the
3760 // If Left.ParameterCount is greater than 0, then its parent submessage
3764 if (Left.ParameterCount == 0
    [all...]
ContinuationIndenter.cpp 378 Previous.ParameterCount > 1) ||
1167 if (Previous->ParameterCount > 1)
1472 if (Current.ParameterCount > 1)
FormatToken.h 354 unsigned ParameterCount = 0;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 408 IO.mapRequired("ParameterCount", Record.ParameterCount);
418 IO.mapRequired("ParameterCount", Record.ParameterCount);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 752 QUERY_CHECKER_OPTION(ParameterCount)

Completed in 77 milliseconds