Searched refs:ParameterCount (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslmethod.c | 673 UINT8 ParameterCount = 0; in MtProcessParameterTypeList() local 680 TypeList[ParameterCount] = in MtProcessParameterTypeList() 688 TypeList[ParameterCount] = in MtProcessParameterTypeList() 691 ParameterCount++; in MtProcessParameterTypeList() 695 return (ParameterCount); in MtProcessParameterTypeList()
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 408 IO.mapRequired("ParameterCount", Record.ParameterCount); in map() 418 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnnotator.cpp | 705 Left->ParameterCount = in parseSquare() 833 ++Left->ParameterCount; in updateParameterCount() 837 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount() 838 Left->ParameterCount = 1; in updateParameterCount() 2861 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine)) in splitPenalty() 2865 return Left.ParameterCount > 1 ? Style.PenaltyBreakBeforeFirstCallParameter in splitPenalty() 2910 Right.ParameterCount > 0); in spaceRequiredBeforeParens() 3892 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 | 355 unsigned ParameterCount = 0; member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CallAndMessageChecker.cpp | 752 QUERY_CHECKER_OPTION(ParameterCount) in registerCallAndMessageChecker()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 148 "ParameterCount",
|