Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmethod.c735 UINT8 ParameterCount = 0; in MtProcessParameterTypeList() local
742 TypeList[ParameterCount] = in MtProcessParameterTypeList()
750 TypeList[ParameterCount] = in MtProcessParameterTypeList()
753 ParameterCount++; in MtProcessParameterTypeList()
757 return (ParameterCount); in MtProcessParameterTypeList()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h151 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord() argument
154 CallConv(CallConv), Options(Options), ParameterCount(ParameterCount), in ProcedureRecord()
160 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount()
166 uint16_t ParameterCount = 0; variable
178 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord() argument
182 Options(Options), ParameterCount(ParameterCount), in MemberFunctionRecord()
191 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount()
200 uint16_t ParameterCount = 0; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp409 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList); in visitKnownRecord()
419 MF.ReturnType, MF.ParameterCount, MF.ArgumentList); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp333 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
351 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp408 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
418 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp797 Left->ParameterCount = in parseSquare()
941 ++Left->ParameterCount; in updateParameterCount()
945 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount()
946 Left->ParameterCount = 1; in updateParameterCount()
3883 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine)) { in splitPenalty()
3888 return Left.ParameterCount > 1 ? Style.PenaltyBreakBeforeFirstCallParameter in splitPenalty()
3944 Right.ParameterCount > 0) { in spaceRequiredBeforeParens()
5390 if (Left.ParameterCount == 0) in mustBreakBefore()
H A DContinuationIndenter.cpp424 Previous.ParameterCount > 1) || in mustBreak()
1465 if (Previous->ParameterCount > 1) in hasNestedBlockInlined()
1822 if (Current.ParameterCount > 1) in moveStatePastScopeOpener()
H A DFormatToken.h470 unsigned ParameterCount = 0; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp751 QUERY_CHECKER_OPTION(ParameterCount) in registerCallAndMessageChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td165 "ParameterCount",