Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsarguments.c198 ArgTypeList = Info->Predefined->Info.ArgumentList; in AcpiNsCheckArgumentTypes()
260 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckAcpiCompliance()
309 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckAcpiCompliance()
412 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckArgumentCount()
422 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckArgumentCount()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c243 RequiredArgCount = METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList); in ApCheckForPredefinedMethod()
256 !(ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in ApCheckForPredefinedMethod()
506 if (METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList) > 0) in ApCheckForPredefinedObject()
873 ThisName->Info.ArgumentList); in ApDisplayReservedNames()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c418 ThisName->Info.ArgumentList); in AcpiUtDisplayPredefinedMethod()
427 (ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM) ? in AcpiUtDisplayPredefinedMethod()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h152 TypeIndex ArgumentList) in ProcedureRecord() argument
155 ArgumentList(ArgumentList) {} in ProcedureRecord()
161 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList()
167 TypeIndex ArgumentList; variable
179 TypeIndex ArgumentList, int32_t ThisPointerAdjustment) in MemberFunctionRecord() argument
183 ArgumentList(ArgumentList), in MemberFunctionRecord()
192 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList()
201 TypeIndex ArgumentList; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp94 initializeArgList(MemberFunc.ArgumentList); in initialize()
96 initializeArgList(Proc.ArgumentList); in initialize()
/freebsd/contrib/libfido2/windows/
H A Dcygwin.ps164 -ArgumentList "-dnNOqW -s ${Mirror} -R ${Root} -P ${Packages}"
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp410 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 DTypeRecordMapping.cpp334 error(IO.mapInteger(Record.ArgumentList, "ArgListType")); in visitKnownRecord()
352 error(IO.mapInteger(Record.ArgumentList, "ArgListType")); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp410 IO.mapRequired("ArgumentList", Record.ArgumentList); in map()
420 IO.mapRequired("ArgumentList", Record.ArgumentList); in map()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c638 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList), in AcpiDbWalkForPredefinedNames()
H A Ddbtest.c1257 ArgTypeList = Predefined->Info.ArgumentList; in AcpiDbEvaluateOnePredefinedName()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h484 UINT16 ArgumentList; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp795 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv); in CreateType()
802 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv); in CreateType()