Searched refs:ParameterCount (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslmethod.c | 735 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 D | TypeRecord.h | 151 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 D | MinimalTypeDumper.cpp | 410 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList); in visitKnownRecord() 420 MF.ReturnType, MF.ParameterCount, MF.ArgumentList); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 333 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 D | CodeViewYAMLTypes.cpp | 409 IO.mapRequired("ParameterCount", Record.ParameterCount); in map() 419 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 854 Left->ParameterCount = in parseSquare() 1253 ++Left->ParameterCount; in updateParameterCount() 1257 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount() 1258 Left->ParameterCount = 1; in updateParameterCount() 4303 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine)) { in splitPenalty() 4308 return Left.ParameterCount > 1 ? Style.PenaltyBreakBeforeFirstCallParameter in splitPenalty() 4364 Right.ParameterCount > 0) { in spaceRequiredBeforeParens() 5471 Left.ParameterCount > 0) { in mustBreakBefore() 5903 if (Left.ParameterCount == 0) in mustBreakBefore()
|
H A D | ContinuationIndenter.cpp | 432 Previous.ParameterCount > 1) || in mustBreak() 1488 if (Previous->ParameterCount > 1) in hasNestedBlockInlined() 1851 if (Current.ParameterCount > 1) in moveStatePastScopeOpener()
|
H A D | FormatToken.h | 492 unsigned ParameterCount = 0; member
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 169 "ParameterCount",
|