Searched refs:UnsignedInt128Ty (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
|
| H A D | ASTContext.h | 1117 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 815 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 D | TestTypeSystemClang.cpp | 102 context.UnsignedInt128Ty)); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 1269 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 D | ItaniumCXXABI.cpp | 4172 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1492 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
|
| H A D | SemaOverload.cpp | 8323 ArithmeticTypes.push_back(S.Context.UnsignedInt128Ty); in InitArithmeticTypes()
|
| H A D | TreeTransform.h | 14539 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6922 T = Context.UnsignedInt128Ty; in GetType()
|