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

/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsarguments.c198 ArgTypeList = Info->Predefined->Info.ArgumentList;
258 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList);
307 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM))
410 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList);
420 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM))
/freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c418 ThisName->Info.ArgumentList);
427 (ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM) ?
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c243 RequiredArgCount = METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList);
256 !(ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM))
506 if (METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList) > 0)
873 ThisName->Info.ArgumentList);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp93 initializeArgList(MemberFunc.ArgumentList);
95 initializeArgList(Proc.ArgumentList);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h157 TypeIndex ArgumentList)
160 ArgumentList(ArgumentList) {}
166 TypeIndex getArgumentList() const { return ArgumentList; }
172 TypeIndex ArgumentList; member in class:llvm::codeview::ProcedureRecord
184 TypeIndex ArgumentList, int32_t ThisPointerAdjustment)
188 ArgumentList(ArgumentList),
197 TypeIndex getArgumentList() const { return ArgumentList; }
206 TypeIndex ArgumentList; member in class:llvm::codeview::MemberFunctionRecord
155 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList) argument
181 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, TypeIndex ThisType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList, int32_t ThisPointerAdjustment) argument
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Djv-exp.y375 | lcurly ArgumentList rcurly
398 ArgumentList:
401 | ArgumentList ',' Expression
408 | ArgumentList
397 ArgumentList: label
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp289 error(IO.mapInteger(Record.ArgumentList, "ArgListType"));
307 error(IO.mapInteger(Record.ArgumentList, "ArgListType"));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp404 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList);
414 MF.ReturnType, MF.ParameterCount, MF.ArgumentList);
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c638 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList),
H A Ddbtest.c1257 ArgTypeList = Predefined->Info.ArgumentList;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp404 IO.mapRequired("ArgumentList", Record.ArgumentList);
414 IO.mapRequired("ArgumentList", Record.ArgumentList);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp934 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv);
941 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv);
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h484 UINT16 ArgumentList; member in struct:acpi_name_info

Completed in 316 milliseconds