Home
last modified time | relevance | path

Searched refs:UnsignedInt128Ty (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
H A DASTContext.h1223 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp785 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForEncodingAndBitSize()
786 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForEncodingAndBitSize()
1065 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1066 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1080 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1081 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2061 return ast->UnsignedInt128Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
2388 if (bit_size == ast.getTypeSize(ast.UnsignedInt128Ty)) in GetIntTypeFromBitSize()
2389 return GetType(ast.UnsignedInt128Ty); in GetIntTypeFromBitSize()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1264 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1352 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes()
12155 return UnsignedInt128Ty; in getCorrespondingUnsignedType()
12432 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
13219 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
H A DRecordLayoutBuilder.cpp1475 Context.UnsignedLongLongTy, Context.UnsignedInt128Ty, in LayoutWideBitField()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1130 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
9968 &S.Context.UnsignedLongLongTy, &S.Context.UnsignedInt128Ty}; in ChangeIntegralSignedness()
H A DSemaOverload.cpp9290 ArithmeticTypes.push_back(S.Context.UnsignedInt128Ty); in InitArithmeticTypes()
H A DTreeTransform.h17182 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4596 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7554 T = Context.UnsignedInt128Ty; in GetType()