| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | SyntheticSections.h | 590 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 D | SyntheticSections.cpp | 1792 UInt128 value = *reinterpret_cast<const UInt128 *>(buf + off); in finalizeContents()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 52 {"unsigned __int128*", SimpleTypeKind::UInt128},
|
| H A D | TypeRecordHelpers.cpp | 104 case SimpleTypeKind::UInt128: in getSizeInBytesForTypeIndex()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 175 llvm::APInt UInt128(const llvm::APInt &fail_value) const;
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 53 case BuiltinType::UInt128: in TypeIdxFromBuiltin()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 223 case SimpleTypeKind::UInt128: in getBuiltinType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 141 case BuiltinType::UInt128: in getTypeInfoHelper()
|
| H A D | CodeGenTypes.cpp | 548 case BuiltinType::UInt128: in ConvertType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 965 case SimpleTypeKind::UInt128: in GetCompilerTypeForSimpleKind() 993 case SimpleTypeKind::UInt128: in GetTypeSizeForSimpleKind()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | NSAPI.cpp | 457 case BuiltinType::UInt128: in getNSNumberFactoryMethodKind()
|
| H A D | TypeLoc.cpp | 356 case BuiltinType::UInt128: in getWrittenTypeSpec()
|
| H A D | PrintfFormatString.cpp | 755 case BuiltinType::UInt128: in fixType()
|
| H A D | Type.cpp | 2095 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 D | RegisterValue.cpp | 606 return m_scalar.UInt128(fail_value); in GetAsUInt128()
|
| H A D | Scalar.cpp | 350 llvm::APInt Scalar::UInt128(const llvm::APInt &fail_value) const { in UInt128() function in Scalar
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 42 BTCASE(UInt128); in GetBuiltinTypeKind() 575 TKIND(UInt128); in clang_getTypeKindSpelling()
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 153 UInt128 = 0x0079, // 128 bit unsigned int
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 684 case BuiltinType::UInt128: in VisitType()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | Sema.cpp | 293 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 D | IRInterpreter.cpp | 234 if (!AssignToMatchType(cast_scalar, scalar.UInt128(llvm::APInt()), in AssignValue()
|
| H A D | DWARFExpression.cpp | 2170 llvm::APInt ap_int = scalar.UInt128(fail_value); in Evaluate()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 3905 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()
|