Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DBuiltinTypes.def96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
H A DASTContext.h1117 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp815 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForEncodingAndBitSize()
816 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForEncodingAndBitSize()
1097 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1098 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1112 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1113 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2050 return ast->UnsignedInt128Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
2376 if (bit_size == ast.getTypeSize(ast.UnsignedInt128Ty)) in GetIntTypeFromBitSize()
2377 return GetType(ast.UnsignedInt128Ty); in GetIntTypeFromBitSize()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp102 context.UnsignedInt128Ty)); in TEST_F()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1269 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1358 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes()
10811 return UnsignedInt128Ty; in getCorrespondingUnsignedType()
11079 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
11818 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4172 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1492 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
H A DSemaOverload.cpp8323 ArithmeticTypes.push_back(S.Context.UnsignedInt128Ty); in InitArithmeticTypes()
H A DTreeTransform.h14539 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6922 T = Context.UnsignedInt128Ty; in GetType()