Searched refs:UInt128 (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp51 {"unsigned __int128*", SimpleTypeKind::UInt128},
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h209 llvm::APInt UInt128(const llvm::APInt &fail_value) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h56 UInt128 = 0x0079, // 128 bit unsigned int member in class:llvm::codeview::SimpleTypeKind
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp53 case BuiltinType::UInt128:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp141 case BuiltinType::UInt128:
H A DCodeGenTypes.cpp518 case BuiltinType::UInt128:
H A DTargetInfo.cpp2791 } else if (k == BuiltinType::Int128 || k == BuiltinType::UInt128) {
2895 ElementType->isSpecificBuiltinType(BuiltinType::UInt128)))
3155 EltTy->isSpecificBuiltinType(BuiltinType::UInt128)))
4249 case BuiltinType::UInt128:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp218 case SimpleTypeKind::UInt128:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp732 case SimpleTypeKind::UInt128:
760 case SimpleTypeKind::UInt128:
H A DSymbolFileNativePDB.cpp214 case SimpleTypeKind::UInt128:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp639 return m_scalar.UInt128(fail_value);
H A DScalar.cpp634 llvm::APInt Scalar::UInt128(const llvm::APInt &fail_value) const { function in class:Scalar
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp456 case BuiltinType::UInt128:
H A DTypeLoc.cpp341 case BuiltinType::UInt128:
H A DPrintfFormatString.cpp752 case BuiltinType::UInt128:
H A DType.cpp2055 BT->getKind() <= BuiltinType::UInt128;
2074 BT->getKind() <= BuiltinType::UInt128;
2911 case UInt128:
H A DASTContext.cpp1331 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128);
2006 case BuiltinType::UInt128:
6194 case BuiltinType::UInt128:
7091 case BuiltinType::UInt128: return 'T';
H A DItaniumMangle.cpp2681 case BuiltinType::UInt128:
H A DMicrosoftMangle.cpp2010 case BuiltinType::UInt128:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp681 case BuiltinType::UInt128:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp245 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); local
246 if (IdResolver.begin(UInt128) == IdResolver.end())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3717 case clang::BuiltinType::UInt128:
3913 case clang::BuiltinType::UInt128:
4705 case clang::BuiltinType::UInt128:
5019 case clang::BuiltinType::UInt128:
5322 case clang::BuiltinType::UInt128:
5854 case clang::BuiltinType::UInt128:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2153 llvm::APInt ap_int = scalar.UInt128(fail_value);
H A DIRInterpreter.cpp209 if (!AssignToMatchType(cast_scalar, scalar.UInt128(llvm::APInt()),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h584 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)

Completed in 595 milliseconds

12