Searched refs:Int16 (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h397 Int16, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
415 explicit Variant(int16_t V) : Type(PDB_VariantType::Int16) {
416 Value.Int16 = V;
456 int16_t Int16; member in union:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::Variant::__anon3202
472 case Int16:
493 VARIANT_WIDTH(Int16, 16u)
518 VARIANT_APSINT(Int16, 16u, false)
560 VARIANT_EQUAL_CASE(Int16)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp40 {"__int16*", SimpleTypeKind::Int16},
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h21 typedef short Int16; typedef
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp31 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS)
346 case PDB_VariantType::Int16:
347 OS << Value.Value.Int16;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp60 case SimpleTypeKind::Int16:
H A DPdbUtil.cpp729 case SimpleTypeKind::Int16:
787 case SimpleTypeKind::Int16:
H A DSymbolFileNativePDB.cpp212 case SimpleTypeKind::Int16:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h141 Int16, enumerator in enum:clang::NeonTypeFlags::EltType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp45 EW.write(FirstByte::Int16);
H A DMsgPackReader.cpp49 case FirstByte::Int16:
/freebsd-13-stable/contrib/bzip2/
H A Dbzlib_private.h46 typedef short Int16; typedef
H A Dbzip2.c166 typedef short Int16; typedef
888 "\tI require Int32, Int16 and Char to have sizes\n"
1786 sizeof(Int16) != 2 || sizeof(UInt16) != 2 ||
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h43 Int16 = 0x0072, // 16 bit signed int member in class:llvm::codeview::SimpleTypeKind
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp84 case PDB_VariantType::Int16:
1134 case PDB_VariantType::Int16:
1135 raw_value = v.Value.Int16;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp211 case SimpleTypeKind::Int16:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp38 Result.Value.Int16 = V.iVal;
39 Result.Type = PDB_VariantType::Int16;
/freebsd-13-stable/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-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp93 Int16, enumerator in enum:__anon2449::NeonTypeFlags::EltType
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1993 case NeonTypeFlags::Int16:
2027 case NeonTypeFlags::Int16:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4573 case NeonTypeFlags::Int16:
4608 case NeonTypeFlags::Int16:

Completed in 324 milliseconds