Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
H A DASTContext.h1056 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp825 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForEncodingAndBitSize()
826 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForEncodingAndBitSize()
1103 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1104 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1118 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1119 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2044 return ast->UnsignedInt128Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
2374 if (bit_size == ast.getTypeSize(ast.UnsignedInt128Ty)) in GetIntTypeFromBitSize()
2375 return GetType(ast.UnsignedInt128Ty); in GetIntTypeFromBitSize()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1256 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1342 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes()
10174 return UnsignedInt128Ty; in getCorrespondingUnsignedType()
10442 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
11179 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4207 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1505 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
H A DSemaOverload.cpp8193 ArithmeticTypes.push_back(S.Context.UnsignedInt128Ty); in InitArithmeticTypes()
H A DTreeTransform.h14244 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6871 T = Context.UnsignedInt128Ty; in GetType()