Home
last modified time | relevance | path

Searched refs:ParameterCount (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslmethod.c627 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 DTypeRecord.h150 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 DMinimalTypeDumper.cpp405 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 DTypeRecordMapping.cpp313 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 DCodeViewYAMLTypes.cpp408 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 DTokenAnnotator.cpp689 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 DContinuationIndenter.cpp378 Previous.ParameterCount > 1) || in mustBreak()
1167 if (Previous->ParameterCount > 1) in hasNestedBlockInlined()
1472 if (Current.ParameterCount > 1) in moveStatePastScopeOpener()
H A DFormatToken.h354 unsigned ParameterCount = 0; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp752 QUERY_CHECKER_OPTION(ParameterCount) in registerCallAndMessageChecker()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td148 "ParameterCount",