Searched refs:UnsignedInt128Ty (Results 1 – 8 of 8) sorted by relevance
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 566 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty)) in GetBuiltinTypeForEncodingAndBitSize() 567 return ClangASTType (ast, ast->UnsignedInt128Ty.getAsOpaquePtr()); in GetBuiltinTypeForEncodingAndBitSize() 761 clang_type = ast->UnsignedInt128Ty.getAsOpaquePtr(); in GetBasicType() 963 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 964 return ClangASTType (ast, ast->UnsignedInt128Ty.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize() 978 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 979 return ClangASTType (ast, ast->UnsignedInt128Ty.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 94 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
|
D | ASTContext.h | 889 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 967 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl() 1029 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes() 7926 return UnsignedInt128Ty; in getCorrespondingUnsignedType() 8033 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr() 8549 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 7178 &ASTContext::UnsignedInt128Ty, in getArithmeticType() 7326 == S.Context.UnsignedInt128Ty && in BuiltinOperatorOverloadBuilder() 7332 == S.Context.UnsignedInt128Ty && in BuiltinOperatorOverloadBuilder()
|
D | SemaType.cpp | 1328 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
|
D | TreeTransform.h | 11175 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5960 T = Context.UnsignedInt128Ty; in GetType()
|