Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DBuiltinTypes.def94 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
DASTContext.h903 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
DASTContext.h972 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp824 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForEncodingAndBitSize()
825 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForEncodingAndBitSize()
1102 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1103 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1117 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1118 return GetType(ast.UnsignedInt128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1938 return ast->UnsignedInt128Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
2269 if (bit_size == ast.getTypeSize(ast.UnsignedInt128Ty)) in GetIntTypeFromBitSize()
2270 return GetType(ast.UnsignedInt128Ty); in GetIntTypeFromBitSize()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp99 context.UnsignedInt128Ty)); in TEST_F()
/external/clang/lib/AST/
DASTContext.cpp972 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1029 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes()
8068 return UnsignedInt128Ty; in getCorrespondingUnsignedType()
8175 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
8740 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1244 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1330 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes()
10013 return UnsignedInt128Ty; in getCorrespondingUnsignedType()
10208 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
10912 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3370 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp4071 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/Sema/
DSemaType.cpp1403 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
DTreeTransform.h11515 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1524 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
DSemaOverload.cpp8200 ArithmeticTypes.push_back(S.Context.UnsignedInt128Ty); in InitArithmeticTypes()
DTreeTransform.h13932 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
/external/clang/lib/Serialization/
DASTReader.cpp6005 T = Context.UnsignedInt128Ty; in GetType()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6822 T = Context.UnsignedInt128Ty; in GetType()