Searched refs:ArgumentList (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnsarguments.c90 ArgTypeList = Info->Predefined->Info.ArgumentList;
152 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList);
201 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM))
304 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList);
314 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM))
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutpredef.c310 ThisName->Info.ArgumentList);
319 (ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM) ?
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslpredef.c135 RequiredArgCount = METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList);
148 !(ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM))
398 if (METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList) > 0)
765 ThisName->Info.ArgumentList);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp93 initializeArgList(MemberFunc.ArgumentList);
95 initializeArgList(Proc.ArgumentList);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h151 TypeIndex ArgumentList)
154 ArgumentList(ArgumentList) {}
160 TypeIndex getArgumentList() const { return ArgumentList; }
166 TypeIndex ArgumentList; member in class:llvm::codeview::ProcedureRecord
178 TypeIndex ArgumentList, int32_t ThisPointerAdjustment)
182 ArgumentList(ArgumentList),
191 TypeIndex getArgumentList() const { return ArgumentList; }
200 TypeIndex ArgumentList; member in class:llvm::codeview::MemberFunctionRecord
149 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList) argument
175 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, TypeIndex ThisType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList, int32_t ThisPointerAdjustment) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dd-exp.y372 ArgumentList:
375 | ArgumentList ',' AssignExpression
382 | ArgumentList
395 PostfixExpression '[' ArgumentList ']'
371 ArgumentList: label
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dd-exp.y386 ArgumentList:
389 | ArgumentList ',' AssignExpression
396 | ArgumentList
412 PostfixExpression '[' ArgumentList ']'
385 ArgumentList: label
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahdecode.c454 ThisName->Info.ArgumentList);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp314 error(IO.mapInteger(Record.ArgumentList, "ArgListType"));
332 error(IO.mapInteger(Record.ArgumentList, "ArgListType"));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp405 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList);
415 MF.ReturnType, MF.ParameterCount, MF.ArgumentList);
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbtest.c1149 ArgTypeList = Predefined->Info.ArgumentList;
H A Ddbnames.c530 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp409 IO.mapRequired("ArgumentList", Record.ArgumentList);
419 IO.mapRequired("ArgumentList", Record.ArgumentList);
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Daclocal.h376 UINT16 ArgumentList; member in struct:acpi_name_info

Completed in 313 milliseconds