| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 397 Int16, enumerator 415 explicit Variant(int16_t V) : Type(PDB_VariantType::Int16) { in Variant() 416 Value.Int16 = V; in Variant() 456 int16_t Int16; member 472 case Int16: in isIntegralType() 493 VARIANT_WIDTH(Int16, 16u) in getBitWidth() 518 VARIANT_APSINT(Int16, 16u, false) in toAPSInt() 560 VARIANT_EQUAL_CASE(Int16)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 33 __OMP_TYPE(Int16) 110 __OMP_FUNCTION_TYPE(ShuffleReduce, false, Void, VoidPtr, Int16, Int16, Int16) 412 __OMP_RTL(__kmpc_kernel_init, false, Void, Int32, Int16) 413 __OMP_RTL(__kmpc_kernel_deinit, false, Void, Int16) 414 __OMP_RTL(__kmpc_spmd_kernel_init, false, Void, Int32, Int16) 415 __OMP_RTL(__kmpc_spmd_kernel_deinit_v2, false, Void, Int16) 423 __OMP_RTL(__kmpc_shuffle_int32, false, Int32, Int32, Int16, Int16) 431 __OMP_RTL(__kmpc_shuffle_int64, false, Int64, Int64, Int16, Int16) 435 __OMP_RTL(__kmpc_data_sharing_coalesced_push_stack, false, VoidPtr, SizeTy, Int16) 436 __OMP_RTL(__kmpc_data_sharing_push_stack, false, VoidPtr, SizeTy, Int16) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 31 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS) in operator <<() 360 case PDB_VariantType::Int16: in operator <<() 361 OS << Value.Value.Int16; in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 40 {"__int16*", SimpleTypeKind::Int16},
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_ppmd_private.h | 21 typedef short Int16; typedef
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 61 HANDLE_MP_FIRST_BYTE(0xd1, Int16)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 45 EW.write(FirstByte::Int16); in write()
|
| H A D | MsgPackReader.cpp | 49 case FirstByte::Int16: in read()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 151 Int16, enumerator
|
| H A D | arm_mve.td | 266 let params = !listconcat(T.Int16, T.Int32) in { 877 defm: contiguous_load<"vldrbq", u8, T.All8, !listconcat(T.Int16, T.Int32)>; 938 defm: contiguous_store<"vstrbq", u8, T.All8, !listconcat(T.Int16, T.Int32)>; 1044 defm vldrbq: gather_offset_unshifted<!listconcat(T.All8, T.Int16, T.Int32), u8>; 1090 defm vstrbq: scatter_offset_unshifted<!listconcat(T.All8,T.Int16,T.Int32), u8>; 1141 let params = !listconcat(T.Int8, T.Int16), pnt = PNT_NType in { 1569 foreach desttype = !listconcat(T.Int16, T.Int32, T.Float) in { 1581 !if(!eq(desttype.size, 16), T.Int16, T.Int32),
|
| H A D | arm_mve_defs.td | 582 list<Type> Int16 = [s16, u16]; 587 list<Type> All16 = Int16 # [f16];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 43 Int16 = 0x0072, // 16 bit signed int enumerator
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | bzlib_private.h | 48 typedef short Int16; typedef
|
| /netbsd-src/external/bsd/bzip2/dist/ |
| H A D | bzlib_private.h | 48 typedef short Int16; typedef
|
| H A D | bzip2.c | 168 typedef short Int16; typedef 1791 sizeof(Int16) != 2 || sizeof(UInt16) != 2 || in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 211 case SimpleTypeKind::Int16: in getBuiltinType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 38 Result.Value.Int16 = V.iVal; in VariantFromVARIANT() 39 Result.Type = PDB_VariantType::Int16; in VariantFromVARIANT()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 139 Int16 = 0x0072, // 16 bit signed int
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| H A D | ndbio.cpp | 32 Int16 len; /* length is always little-endian */
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 93 Int16, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2020 case NeonTypeFlags::Int16: in RFT() 2054 case NeonTypeFlags::Int16: in getNeonEltType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 5284 case NeonTypeFlags::Int16: in GetNeonType() 5319 case NeonTypeFlags::Int16: in GetFloatNeonType()
|