Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DBuiltinTypes.def97 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
H A DASTContext.h1027 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1028 if (QualTypeMatchesBitSize(bit_size, ast, ast->UnsignedInt128Ty)) in GetBuiltinTypeForEncodingAndBitSize()
1029 return CompilerType(ast, ast->UnsignedInt128Ty); in GetBuiltinTypeForEncodingAndBitSize()
1327 if (QualTypeMatchesBitSize(bit_size, ast, ast->UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1328 return CompilerType(ast, ast->UnsignedInt128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1342 if (QualTypeMatchesBitSize(bit_size, ast, ast->UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1343 return CompilerType(ast, ast->UnsignedInt128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2084 return ast->UnsignedInt128Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
2386 if (bit_size == ast->getTypeSize(ast->UnsignedInt128Ty)) in GetIntTypeFromBitSize()
2387 return CompilerType(ast, ast->UnsignedInt128Ty); in GetIntTypeFromBitSize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1136 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1222 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes()
9189 return UnsignedInt128Ty; in getCorrespondingUnsignedType()
9342 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
10026 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3727 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1441 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
H A DSemaOverload.cpp7779 ArithmeticTypes.push_back(S.Context.UnsignedInt128Ty); in InitArithmeticTypes()
H A DTreeTransform.h12409 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6811 T = Context.UnsignedInt128Ty; in GetType()