Searched refs:RetInfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsprepkg.c226 Info->FullPathname, Package->RetInfo.Type,
233 AcpiNsRemoveNullElements (Info, Package->RetInfo.Type, ReturnObject);
246 if (Package->RetInfo.Type == ACPI_PTYPE1_VAR)
263 switch (Package->RetInfo.Type)
277 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2;
293 Package->RetInfo.ObjectType1, Package->RetInfo.Count1,
294 Package->RetInfo.ObjectType2, Package->RetInfo
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslprepkg.c251 switch (Package->RetInfo.Type)
282 switch (Package->RetInfo.Type)
296 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2;
310 Package->RetInfo.ObjectType1, Package->RetInfo.Count1,
311 Package->RetInfo.ObjectType2, Package->RetInfo.Count2);
322 Package->RetInfo.ObjectType1, i);
434 Package->RetInfo
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp167 auto RetInfo = Sets.find(InstantiatedValue{RetVal, 0}); local
168 if (RetInfo.hasValue())
169 AddToRetParamRelations(0, RetInfo->Index);
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c644 Package->RetInfo.Type, Package->RetInfo.ObjectType1,
645 Package->RetInfo.Count1);
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h550 ACPI_PACKAGE_INFO RetInfo; member in union:acpi_predefined_info
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp7325 ABIArgInfo &RetInfo = FI.getReturnInfo();
7327 RetInfo = classifyReturnType(FI.getReturnType());
7330 uint64_t Offset = RetInfo.isIndirect() ? MinABIStackAlignInBytes : 0;

Completed in 175 milliseconds