Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test24 YAML: ParameterCount: 0
85 YAML: ParameterCount: 1
95 YAML: ParameterCount: 0
185 YAML: ParameterCount: 2
198 YAML: ParameterCount: 1
208 YAML: ParameterCount: 0
308 YAML: ParameterCount: 1
318 YAML: ParameterCount: 0
411 YAML: ParameterCount: 1
421 YAML: ParameterCount: 0
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h156 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord() argument
159 CallConv(CallConv), Options(Options), ParameterCount(ParameterCount), in ProcedureRecord()
165 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount()
171 uint16_t ParameterCount = 0; variable
183 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord() argument
187 Options(Options), ParameterCount(ParameterCount), in MemberFunctionRecord()
196 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount()
205 uint16_t ParameterCount = 0; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
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
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h145 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord() argument
148 CallConv(CallConv), Options(Options), ParameterCount(ParameterCount), in ProcedureRecord()
163 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount()
178 uint16_t ParameterCount; variable
187 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord() argument
191 Options(Options), ParameterCount(ParameterCount), in MemberFunctionRecord()
207 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount()
228 uint16_t ParameterCount; variable
/external/llvm-project/lld/test/COFF/
Dpdb-tpi-aligned-records.test28 ParameterCount: 0
Dpdb.test53 # CHECK-NEXT: ParameterCount: 0
67 # CHECK-NEXT: ParameterCount: 0
/external/llvm-project/clang/test/Analysis/
Dcall-and-message.mm4 // RUN: -analyzer-config core.CallAndMessage:ParameterCount=false \
Dcall-and-message.m5 // RUN: -analyzer-config core.CallAndMessage:ParameterCount=false \
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp42 PR.ParameterCount = ParamCount; in createProcedureRecord()
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll170 ; YAML: ParameterCount: 2
201 ; YAML: ParameterCount: 2
214 ; YAML: ParameterCount: 0
/external/pdfium/third_party/lcms/src/
Dcmsgamma.c49 …cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each f… member
152 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number)); in _cmsRegisterParametricCurvesPlugin()
841 size = c->ParameterCount[Pos] * sizeof(cmsFloat64Number); in cmsBuildParametricToneCurve()
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/
Dobject.test251 ParameterCount: 2
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-merging-ghash.test106 ParameterCount: 0
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp405 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList); in visitKnownRecord()
415 MF.ReturnType, MF.ParameterCount, MF.ArgumentList); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp288 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
306 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp288 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
306 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
/external/clang/lib/Format/
DContinuationIndenter.cpp169 Previous.ParameterCount > 1)) && in mustBreak()
788 (Previous->isNot(tok::l_paren) || Previous->ParameterCount > 1); in moveStateToNextToken()
951 if (Current.ParameterCount > 1) in moveStatePastScopeOpener()
DFormatToken.h185 unsigned ParameterCount = 0; member
DTokenAnnotator.cpp445 ++Left->ParameterCount; in updateParameterCount()
449 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount()
450 Left->ParameterCount = 1; in updateParameterCount()
1932 return Left.ParameterCount > 1 ? Style.PenaltyBreakBeforeFirstCallParameter in splitPenalty()
/external/llvm-project/clang/lib/Format/
DTokenAnnotator.cpp682 Left->ParameterCount = in parseSquare()
786 ++Left->ParameterCount; in updateParameterCount()
790 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount()
791 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()
3754 if (Left.ParameterCount == 0) in mustBreakBefore()
DContinuationIndenter.cpp378 Previous.ParameterCount > 1) || in mustBreak()
1167 if (Previous->ParameterCount > 1) in hasNestedBlockInlined()
1472 if (Current.ParameterCount > 1) in moveStatePastScopeOpener()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp403 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
413 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp403 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
413 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h330 …cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each f… member
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp752 QUERY_CHECKER_OPTION(ParameterCount) in registerCallAndMessageChecker()

12