| /llvm-project-15.0.7/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-15.0.7/clang/test/CodeGen/ |
| H A D | pascal-wchar-string.c | 8 typedef unsigned short UInt16; typedef 10 typedef UInt16 UniChar;
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-objc.h | 9 typedef unsigned short UInt16; typedef 18 typedef UInt16 UniChar;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 42 {"unsigned __int16*", SimpleTypeKind::UInt16},
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/ |
| H A D | umul.with.overflow.i16-bug.ll | 17 ;print(unsignedInt: adjustedAngle &* UInt16(11))
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt16, OS) in operator <<() 376 case PDB_VariantType::UInt16: in operator <<() 377 OS << Value.Value.UInt16; in operator <<()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 39 M(uint16_t, UInt16) \
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | rewrite-modern-ivars-2.mm | 53 typedef unsigned short UInt16; typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 57 HANDLE_MP_FIRST_BYTE(0xcd, UInt16)
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 73 EW.write(FirstByte::UInt16); in write()
|
| H A D | MsgPackReader.cpp | 62 case FirstByte::UInt16: in read()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | ivar-layout-64.m | 73 typedef unsigned short UInt16; typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 45 UInt16 = 0x0073, // 16 bit unsigned int enumerator
|
| /llvm-project-15.0.7/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-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 224 case SimpleTypeKind::UInt16: in getBuiltinType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 92 case PDB_VariantType::UInt16: in TranslateEnumEncoding() 1173 case PDB_VariantType::UInt16: in AddEnumValue() 1174 raw_value = v.Value.UInt16; in AddEnumValue()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 879 case SimpleTypeKind::UInt16: in GetCompilerTypeForSimpleKind() 928 case SimpleTypeKind::UInt16: in GetTypeSizeForSimpleKind()
|
| H A D | SymbolFileNativePDB.cpp | 209 case SimpleTypeKind::UInt16: in GetSimpleTypeName()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TFUtils.cpp | 95 case TensorType::UInt16: in getTFTypeIndex()
|
| /llvm-project-15.0.7/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-15.0.7/clang/test/Analysis/ |
| H A D | keychainAPI.m | 47 UInt16 port,
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 141 UInt16 = 0x0073, // 16 bit unsigned int
|