Searched refs:ParameterCount (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslmethod.c | 627 UINT8 ParameterCount = 0; in MtProcessParameterTypeList() local 634 TypeList[ParameterCount] = in MtProcessParameterTypeList() 642 TypeList[ParameterCount] = in MtProcessParameterTypeList() 645 ParameterCount++; in MtProcessParameterTypeList() 649 return (ParameterCount); in MtProcessParameterTypeList()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 150 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord() argument 153 CallConv(CallConv), Options(Options), ParameterCount(ParameterCount), in ProcedureRecord() 159 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount() 165 uint16_t ParameterCount = 0; variable 177 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord() argument 181 Options(Options), ParameterCount(ParameterCount), in MemberFunctionRecord() 190 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount() 199 uint16_t ParameterCount = 0; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 405 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList); in visitKnownRecord() 415 MF.ReturnType, MF.ParameterCount, MF.ArgumentList); in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 313 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord() 331 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 408 IO.mapRequired("ParameterCount", Record.ParameterCount); in map() 418 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | TokenAnnotator.cpp | 689 Left->ParameterCount = in parseSquare() 793 ++Left->ParameterCount; in updateParameterCount() 797 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount() 798 Left->ParameterCount = 1; in updateParameterCount() 2745 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine)) in splitPenalty() 2749 return Left.ParameterCount > 1 ? Style.PenaltyBreakBeforeFirstCallParameter in splitPenalty() 2794 Right.ParameterCount > 0); in spaceRequiredBeforeParens() 3764 if (Left.ParameterCount == 0) in mustBreakBefore()
|
| H A D | ContinuationIndenter.cpp | 378 Previous.ParameterCount > 1) || in mustBreak() 1167 if (Previous->ParameterCount > 1) in hasNestedBlockInlined() 1472 if (Current.ParameterCount > 1) in moveStatePastScopeOpener()
|
| H A D | FormatToken.h | 354 unsigned ParameterCount = 0; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CallAndMessageChecker.cpp | 752 QUERY_CHECKER_OPTION(ParameterCount) in registerCallAndMessageChecker()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 148 "ParameterCount",
|