Home
last modified time | relevance | path

Searched refs:ArgumentList (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsarguments.c90 ArgTypeList = Info->Predefined->Info.ArgumentList; in AcpiNsCheckArgumentTypes()
152 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckAcpiCompliance()
201 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckAcpiCompliance()
304 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckArgumentCount()
314 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckArgumentCount()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslpredef.c135 RequiredArgCount = METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList); in ApCheckForPredefinedMethod()
148 !(ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in ApCheckForPredefinedMethod()
398 if (METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList) > 0) in ApCheckForPredefinedObject()
765 ThisName->Info.ArgumentList); in ApDisplayReservedNames()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h151 TypeIndex ArgumentList) in ProcedureRecord() argument
154 ArgumentList(ArgumentList) {} in ProcedureRecord()
160 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList()
166 TypeIndex ArgumentList; variable
178 TypeIndex ArgumentList, int32_t ThisPointerAdjustment) in MemberFunctionRecord() argument
182 ArgumentList(ArgumentList), in MemberFunctionRecord()
191 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList()
200 TypeIndex ArgumentList; variable
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutpredef.c310 ThisName->Info.ArgumentList); in AcpiUtDisplayPredefinedMethod()
319 (ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM) ? in AcpiUtDisplayPredefinedMethod()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp93 initializeArgList(MemberFunc.ArgumentList); in initialize()
95 initializeArgList(Proc.ArgumentList); in initialize()
/netbsd-src/external/bsd/libfido2/dist/windows/
H A Dcygwin.ps164 -ArgumentList "-dnNOqW -s ${Mirror} -R ${Root} -P ${Packages}"
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahdecode.c454 ThisName->Info.ArgumentList); in AhDisplayResourceName()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp405 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList); in visitKnownRecord()
415 MF.ReturnType, MF.ParameterCount, MF.ArgumentList); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp314 error(IO.mapInteger(Record.ArgumentList, "ArgListType")); in visitKnownRecord()
332 error(IO.mapInteger(Record.ArgumentList, "ArgListType")); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp409 IO.mapRequired("ArgumentList", Record.ArgumentList); in map()
419 IO.mapRequired("ArgumentList", Record.ArgumentList); in map()
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbnames.c530 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList), in AcpiDbWalkForPredefinedNames()
H A Ddbtest.c1149 ArgTypeList = Predefined->Info.ArgumentList; in AcpiDbEvaluateOnePredefinedName()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Daclocal.h376 UINT16 ArgumentList; member