| /freebsd-12.1/contrib/llvm/lib/BinaryFormat/ |
| H A D | MsgPackReader.cpp | 60 Obj.Kind = Type::UInt; in read() 63 Obj.Kind = Type::UInt; in read() 66 Obj.Kind = Type::UInt; in read() 69 Obj.Kind = Type::UInt; in read() 155 Obj.Kind = Type::UInt; in read() 156 Obj.UInt = FB; in read() 207 Obj.UInt = static_cast<uint64_t>(endian::read<T, Endianness>(Current)); in readUInt()
|
| H A D | MsgPackTypes.cpp | 87 case Type::UInt: in read() 88 return OptNodePtr(std::make_shared<ScalarNode>(Obj.UInt)); in read()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 68 #define UInt(x) ((uint64_t)x) macro 92 uint64_t unsigned_sum = UInt(x) + UInt(y) + UInt(carry_in); in AddWithCarry() 640 const uint32_t d = UInt(Rd); in EmulateADDSUBImm() 641 const uint32_t n = UInt(Rn); in EmulateADDSUBImm() 718 integer n = UInt(Rn); in EmulateLDPSTP() 719 integer t = UInt(Rt); in EmulateLDPSTP() 720 integer t2 = UInt(Rt2); in EmulateLDPSTP() 737 scale = 2 + UInt(opc); in EmulateLDPSTP() 1130 integer t = UInt(Rt); in EmulateCBZ() 1168 integer t = UInt(Rt); in EmulateTBZ() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 165 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {} in Arg() 173 UIntMax UInt; member
|
| H A D | ubsan_diag.cc | 202 if (A.UInt <= UINT64_MAX) in RenderText() 203 Buffer->append("%llu", (unsigned long long)A.UInt); in RenderText() 205 RenderHex(Buffer, A.UInt); in RenderText()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.cpp | 43 {codeview::SimpleTypeKind::UInt16Short, PDB_BuiltinType::UInt, 2}, 45 {codeview::SimpleTypeKind::UInt32, PDB_BuiltinType::UInt, 4}, 47 {codeview::SimpleTypeKind::UInt32Long, PDB_BuiltinType::UInt, 4}, 49 {codeview::SimpleTypeKind::UInt64Quad, PDB_BuiltinType::UInt, 8}, 55 {codeview::SimpleTypeKind::UnsignedCharacter, PDB_BuiltinType::UInt, 1},
|
| H A D | NativeSymbolEnumerator.cpp | 96 case PDB_BuiltinType::UInt: in getValue()
|
| H A D | NativeTypeEnum.cpp | 227 return PDB_BuiltinType::UInt; in getBuiltinType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackReader.h | 51 UInt, enumerator 82 uint64_t UInt; member
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyBuiltinDumper.cpp | 36 case PDB_BuiltinType::UInt: in getTypeName()
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 2612 typedef void UInt; 2624 typedef unsigned int UInt; 2633 typedef unsigned __int64 UInt; 2636 typedef unsigned long long UInt; // NOLINT 2642 typedef TypeWithSize<4>::UInt UInt32; 2644 typedef TypeWithSize<8>::UInt UInt64;
|
| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | TValue.cs | 94 internal uint UInt { property
|
| H A D | T0Comp.cs | 924 uint bx = cpu.Pop().UInt; in T0Comp() 925 uint ax = cpu.Pop().UInt; in T0Comp() 929 uint bx = cpu.Pop().UInt; in T0Comp() 930 uint ax = cpu.Pop().UInt; in T0Comp() 934 uint bx = cpu.Pop().UInt; in T0Comp() 935 uint ax = cpu.Pop().UInt; in T0Comp()
|
| /freebsd-12.1/usr.bin/truss/ |
| H A D | syscall.h | 79 UInt, enumerator
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 187 HANDLE_CAST_INST(40, FPToUI , FPToUIInst ) // floating point -> UInt 189 HANDLE_CAST_INST(42, UIToFP , UIToFPInst ) // UInt -> floating point
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 937 strm.PutHex8(value.UInt()); in SetValueFromScalar() 940 strm.PutHex16(value.UInt()); in SetValueFromScalar() 943 strm.PutHex32(value.UInt()); in SetValueFromScalar()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 281 UInt = 7, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 45 case BuiltinType::UInt: in TypeIdxFromBuiltin()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 245 unsigned int UInt(unsigned int fail_value = 0) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 135 case BuiltinType::UInt: in getTypeInfoHelper()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 331 case BuiltinType::UInt: in getWrittenTypeSpec()
|
| H A D | ScanfFormatString.cpp | 457 case BuiltinType::UInt: in fixType()
|
| H A D | NSAPI.cpp | 419 case BuiltinType::UInt: in getNSNumberFactoryMethodKind()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 53 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, UInt, OS) in operator <<()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 88 UNSIGNED_TYPE(UInt, UnsignedIntTy)
|