Home
last modified time | relevance | path

Searched defs:DisplayType (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c793 UINT8 DisplayType, in AcpiNsDumpObjects()
934 UINT8 DisplayType, in AcpiNsDumpObjectPaths()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacstruct.h367 UINT8 DisplayType; member
380 UINT8 DisplayType; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7320 QualType DisplayType(EnumSugar ? (const Type *)EnumSugar : T, 0); in visit() local