Searched refs:ArgumentList (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsarguments.c | 198 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 D | aslpredef.c | 243 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 D | utpredef.c | 418 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 D | TypeRecord.h | 152 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 D | NativeTypeFunctionSig.cpp | 94 initializeArgList(MemberFunc.ArgumentList); in initialize() 96 initializeArgList(Proc.ArgumentList); in initialize()
|
| /freebsd/contrib/libfido2/windows/ |
| H A D | cygwin.ps1 | 64 -ArgumentList "-dnNOqW -s ${Mirror} -R ${Root} -P ${Packages}"
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 410 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 D | TypeRecordMapping.cpp | 334 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 D | CodeViewYAMLTypes.cpp | 410 IO.mapRequired("ArgumentList", Record.ArgumentList); in map() 420 IO.mapRequired("ArgumentList", Record.ArgumentList); in map()
|
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbnames.c | 638 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList), in AcpiDbWalkForPredefinedNames()
|
| H A D | dbtest.c | 1257 ArgTypeList = Predefined->Info.ArgumentList; in AcpiDbEvaluateOnePredefinedName()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | aclocal.h | 484 UINT16 ArgumentList; member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 795 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv); in CreateType() 802 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv); in CreateType()
|