| /llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 404 UInt16, enumerator 434 explicit Variant(uint16_t V) : Type(PDB_VariantType::UInt16) { in Variant() 435 Value.UInt16 = V; in Variant() 463 uint16_t UInt16; member 477 case UInt16: in isIntegralType() 500 VARIANT_WIDTH(UInt16, 16u) in getBitWidth() 523 VARIANT_APSINT(UInt16, 16u, true) in toAPSInt() 567 VARIANT_EQUAL_CASE(UInt16)
|
| /llvm-project/clang/test/CodeGen/ |
| H A D | pascal-wchar-string.c | 7 typedef unsigned short UInt16; typedef 9 typedef UInt16 UniChar;
|
| /llvm-project/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-objc.h | 9 typedef unsigned short UInt16; typedef 18 typedef UInt16 UniChar;
|
| /llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 114 COMPONENT_TYPE(4, UInt16) 131 COMPONENT_PRECISION(5, UInt16)
|
| H A D | MsgPack.def | 57 HANDLE_MP_FIRST_BYTE(0xcd, UInt16)
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 42 {"unsigned __int16*", SimpleTypeKind::UInt16},
|
| H A D | TypeRecordHelpers.cpp | 89 case SimpleTypeKind::UInt16: in getSizeInBytesForTypeIndex()
|
| H A D | EnumTables.cpp | 445 CV_ENUM_CLASS_ENT(JumpTableEntrySize, UInt16),
|
| /llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt16, OS) in operator <<() 382 case PDB_VariantType::UInt16: in operator <<() 383 OS << Value.Value.UInt16; in operator <<()
|
| /llvm-project/llvm/test/CodeGen/AVR/ |
| H A D | umul.with.overflow.i16-bug.ll | 17 ;print(unsignedInt: adjustedAngle &* UInt16(11))
|
| /llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 48 M(uint16_t, UInt16) \
|
| /llvm-project/clang/test/Rewriter/ |
| H A D | rewrite-modern-ivars-2.mm | 53 typedef unsigned short UInt16; typedef
|
| /llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 75 EW.write(FirstByte::UInt16); in write()
|
| H A D | MsgPackReader.cpp | 62 case FirstByte::UInt16: in read()
|
| /llvm-project/clang/test/CodeGenObjC/ |
| H A D | ivar-layout-64.m | 73 typedef unsigned short UInt16; typedef
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 45 UInt16 = 0x0073, // 16 bit unsigned int enumerator
|
| H A D | CodeView.h | 640 UInt16 = 3, enumerator
|
| /llvm-project/lldb/unittests/SymbolFile/PDB/ |
| H A D | SymbolFilePDBTests.cpp | 138 case llvm::pdb::PDB_VariantType::UInt16: in GetGlobalConstantInteger() 139 return value.Value.UInt16; in GetGlobalConstantInteger()
|
| /llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 225 case SimpleTypeKind::UInt16: in getBuiltinType()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 93 case PDB_VariantType::UInt16: in TranslateEnumEncoding() 1175 case PDB_VariantType::UInt16: in AddEnumValue() 1176 raw_value = v.Value.UInt16; in AddEnumValue()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 977 case SimpleTypeKind::UInt16: in GetCompilerTypeForSimpleKind() 1026 case SimpleTypeKind::UInt16: in GetTypeSizeForSimpleKind()
|
| /llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 54 Result.Value.UInt16 = V.uiVal; in VariantFromVARIANT() 55 Result.Type = PDB_VariantType::UInt16; in VariantFromVARIANT()
|
| /llvm-project/clang/test/Analysis/ |
| H A D | keychainAPI.m | 47 UInt16 port,
|
| /llvm-project/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 141 UInt16 = 0x0073, // 16 bit unsigned int
|
| /llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 370 RETURN_CASE(JumpTableEntrySize, UInt16, "uint16"); in formatJumpTableEntrySize()
|