Searched refs:UnsignedInt128Ty (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 97 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
|
| H A D | ASTContext.h | 1027 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 1028 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 D | ASTContext.cpp | 1136 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 D | ItaniumCXXABI.cpp | 3727 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1441 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
|
| H A D | SemaOverload.cpp | 7779 ArithmeticTypes.push_back(S.Context.UnsignedInt128Ty); in InitArithmeticTypes()
|
| H A D | TreeTransform.h | 12409 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6811 T = Context.UnsignedInt128Ty; in GetType()
|