Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp594 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty)) in GetBuiltinTypeForEncodingAndBitSize()
595 return ClangASTType (ast, ast->UnsignedInt128Ty.getAsOpaquePtr()); in GetBuiltinTypeForEncodingAndBitSize()
789 clang_type = ast->UnsignedInt128Ty.getAsOpaquePtr(); in GetBasicType()
1002 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1003 return ClangASTType (ast, ast->UnsignedInt128Ty.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1017 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1018 return ClangASTType (ast, ast->UnsignedInt128Ty.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2030 if (bit_size == ast->getTypeSize(ast->UnsignedInt128Ty)) in GetIntTypeFromBitSize()
2031 return ClangASTType(ast, ast->UnsignedInt128Ty.getAsOpaquePtr()); in GetIntTypeFromBitSize()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDBuiltinTypes.def94 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
HDASTContext.h827 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp935 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
995 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes()
7852 return UnsignedInt128Ty; in getCorrespondingUnsignedType()
7959 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
8463 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp7070 &ASTContext::UnsignedInt128Ty, in getArithmeticType()
7218 == S.Context.UnsignedInt128Ty && in BuiltinOperatorOverloadBuilder()
7224 == S.Context.UnsignedInt128Ty && in BuiltinOperatorOverloadBuilder()
HDSemaType.cpp1316 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
HDTreeTransform.h10693 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5710 case PREDEF_TYPE_UINT128_ID: T = Context.UnsignedInt128Ty; break; in GetType()