Home
last modified time | relevance | path

Searched refs:UInt128 (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h590 using UInt128 = std::pair<uint64_t, uint64_t>;
593 static_assert(sizeof(UInt128) == 16);
611 return literal16Map.at(*reinterpret_cast<const UInt128 *>(buf)) * 16; in getLiteral16Offset()
633 std::unordered_map<UInt128, uint64_t, Hasher<UInt128>> literal16Map;
H A DSyntheticSections.cpp1792 UInt128 value = *reinterpret_cast<const UInt128 *>(buf + off); in finalizeContents()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp52 {"unsigned __int128*", SimpleTypeKind::UInt128},
H A DTypeRecordHelpers.cpp104 case SimpleTypeKind::UInt128: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DScalar.h175 llvm::APInt UInt128(const llvm::APInt &fail_value) const;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp53 case BuiltinType::UInt128: in TypeIdxFromBuiltin()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp223 case SimpleTypeKind::UInt128: in getBuiltinType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp141 case BuiltinType::UInt128: in getTypeInfoHelper()
H A DCodeGenTypes.cpp548 case BuiltinType::UInt128: in ConvertType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp965 case SimpleTypeKind::UInt128: in GetCompilerTypeForSimpleKind()
993 case SimpleTypeKind::UInt128: in GetTypeSizeForSimpleKind()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DBuiltinTypes.def96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DNSAPI.cpp457 case BuiltinType::UInt128: in getNSNumberFactoryMethodKind()
H A DTypeLoc.cpp356 case BuiltinType::UInt128: in getWrittenTypeSpec()
H A DPrintfFormatString.cpp755 case BuiltinType::UInt128: in fixType()
H A DType.cpp2095 BT->getKind() <= BuiltinType::UInt128; in isUnsignedIntegerType()
2116 BT->getKind() <= BuiltinType::UInt128; in isUnsignedIntegerOrEnumerationType()
3018 case UInt128: in getName()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp606 return m_scalar.UInt128(fail_value); in GetAsUInt128()
H A DScalar.cpp350 llvm::APInt Scalar::UInt128(const llvm::APInt &fail_value) const { in UInt128() function in Scalar
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp42 BTCASE(UInt128); in GetBuiltinTypeKind()
575 TKIND(UInt128); in clang_getTypeKindSpelling()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst153 UInt128 = 0x0079, // 128 bit unsigned int
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp684 case BuiltinType::UInt128: in VisitType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp293 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); in Initialize() local
294 if (IdResolver.begin(UInt128) == IdResolver.end()) in Initialize()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp234 if (!AssignToMatchType(cast_scalar, scalar.UInt128(llvm::APInt()), in AssignValue()
H A DDWARFExpression.cpp2170 llvm::APInt ap_int = scalar.UInt128(fail_value); in Evaluate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3905 case clang::BuiltinType::UInt128: in GetTypeInfo()
4102 case clang::BuiltinType::UInt128: in GetMinimumLanguage()
4874 case clang::BuiltinType::UInt128: in GetEncoding()
5270 case clang::BuiltinType::UInt128: in GetFormat()
5576 case clang::BuiltinType::UInt128: in GetBasicTypeEnumeration()
6110 case clang::BuiltinType::UInt128: in GetNumPointeeChildren()

12