Home
last modified time | relevance | path

Searched defs:Type2 (Results 1 – 5 of 5) sorted by relevance

/minix3/minix/drivers/power/acpi/namespace/
H A Dnsprepkg.c634 UINT8 Type2, in AcpiNsCheckPackageElements()
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Dinteger-literal-printing.cpp7 template <unsigned short T> class Type2 {}; class
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp215 struct Type2 {}; struct
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DELF.h565 uint8_t Type2 = (Type >> 8) & 0xFF; in getRelocationTypeName() local
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp1003 bool MagicUtil::isCompatibleType(const Type* Type1, const Type* Type2) in isCompatibleType()