Searched refs:UnsignedInt128Ty (Results 1 – 17 of 17) sorted by relevance
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 94 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
|
D | ASTContext.h | 903 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
|
D | ASTContext.h | 972 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 824 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/ |
D | TestTypeSystemClang.cpp | 99 context.UnsignedInt128Ty)); in TEST_F()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 972 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/ |
D | ASTContext.cpp | 1244 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/ |
D | ItaniumCXXABI.cpp | 3370 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 4071 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1403 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
|
D | TreeTransform.h | 11515 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 1524 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
|
D | SemaOverload.cpp | 8200 ArithmeticTypes.push_back(S.Context.UnsignedInt128Ty); in InitArithmeticTypes()
|
D | TreeTransform.h | 13932 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6005 T = Context.UnsignedInt128Ty; in GetType()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 6822 T = Context.UnsignedInt128Ty; in GetType()
|