Home
last modified time | relevance | path

Searched refs:Int16 (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h337 Int16, enumerator
355 explicit Variant(int16_t V) : Type(PDB_VariantType::Int16) { in Variant()
356 Value.Int16 = V; in Variant()
396 int16_t Int16; member
418 VARIANT_EQUAL_CASE(Int16)
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp32 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS) in operator <<()
319 case PDB_VariantType::Int16: in operator <<()
320 OS << Value.Value.Int16; in operator <<()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp41 {"__int16*", SimpleTypeKind::Int16},
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h21 typedef short Int16; typedef
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetBuiltins.h114 Int16, enumerator
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def62 HANDLE_MP_FIRST_BYTE(0xd1, Int16)
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp46 EW.write(FirstByte::Int16); in write()
H A DMsgPackReader.cpp50 case FirstByte::Int16: in read()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h44 Int16 = 0x0072, // 16 bit signed int enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp602 case SimpleTypeKind::Int16: in GetCompilerTypeForSimpleKind()
660 case SimpleTypeKind::Int16: in GetTypeSizeForSimpleKind()
H A DDWARFLocationExpression.cpp502 case SimpleTypeKind::Int16: in IsSimpleTypeSignedInteger()
H A DSymbolFileNativePDB.cpp207 case SimpleTypeKind::Int16: in GetSimpleTypeName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp85 case PDB_VariantType::Int16: in TranslateEnumEncoding()
1123 case PDB_VariantType::Int16: in AddEnumValue()
1124 raw_value = v.Value.Int16; in AddEnumValue()
/freebsd-12.1/contrib/bzip2/
H A Dbzlib_private.h46 typedef short Int16; typedef
H A Dbzip2.c166 typedef short Int16; typedef
1786 sizeof(Int16) != 2 || sizeof(UInt16) != 2 || in main()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp212 case SimpleTypeKind::Int16: in getBuiltinType()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp39 Result.Value.Int16 = V.iVal; in VariantFromVARIANT()
40 Result.Type = PDB_VariantType::Int16; in VariantFromVARIANT()
/freebsd-12.1/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk316 Int16 = type_new("i16", 2, 1, "BHND_NVRAM_TYPE_INT16",
330 map_set(BaseTypes, get(Int16, p_name), Int16)
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp92 Int16, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp1494 case NeonTypeFlags::Int16: in RFT()
1525 case NeonTypeFlags::Int16: in getNeonEltType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp4094 case NeonTypeFlags::Int16: in GetNeonType()
4124 case NeonTypeFlags::Int16: in GetFloatNeonType()