Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp408 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList); in visitKnownRecord()
418 MF.ReturnType, MF.ParameterCount, MF.ArgumentList); in visitKnownRecord()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp408 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
418 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp764 Left->ParameterCount = in parseSquare()
901 ++Left->ParameterCount; in updateParameterCount()
905 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount()
906 Left->ParameterCount = 1; in updateParameterCount()
3304 (Left.ParameterCount <= 1 || Style.AllowAllArgumentsOnNextLine)) { in splitPenalty()
3309 return Left.ParameterCount > 1 ? Style.PenaltyBreakBeforeFirstCallParameter in splitPenalty()
3365 Right.ParameterCount > 0) { in spaceRequiredBeforeParens()
4734 if (Left.ParameterCount == 0) in mustBreakBefore()
H A DContinuationIndenter.cpp405 Previous.ParameterCount > 1) || in mustBreak()
1324 if (Previous->ParameterCount > 1) in hasNestedBlockInlined()
1662 if (Current.ParameterCount > 1) in moveStatePastScopeOpener()
H A DFormatToken.h420 unsigned ParameterCount = 0; member
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp752 QUERY_CHECKER_OPTION(ParameterCount) in registerCallAndMessageChecker()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td149 "ParameterCount",