Home
last modified time | relevance | path

Searched refs:ActualType (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c1037 Params[0].Reference.ActualType = Node->Type; in AcpiDbReadFromObject()
1123 Params[0].Reference.ActualType = Node->Type; in AcpiDbWriteToObject()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutcopy.c311 ExternalObject->Reference.ActualType = in AcpiUtCopyIsimpleToEsimple()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h1108 ACPI_OBJECT_TYPE ActualType; /* Type associated with the Handle */ member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1277 QualType ActualType = Sym->getType(); in inferAs() local
1279 if (ActualType->isIntegralOrEnumerationType() || in inferAs()
1280 Loc::isLocType(ActualType)) { in inferAs()