Searched refs:UnsignedInt128Ty (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp771 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty))
772 return CompilerType (ast, ast->UnsignedInt128Ty);
968 clang_type = ast->UnsignedInt128Ty.getAsOpaquePtr();
1183 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty))
1184 return CompilerType (ast, ast->UnsignedInt128Ty);
1198 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedInt128Ty))
1199 return CompilerType (ast, ast->UnsignedInt128Ty);
2267 if (bit_size == ast->getTypeSize(ast->UnsignedInt128Ty))
2268 return CompilerType(ast, ast->UnsignedInt128Ty);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h891 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; member in class:clang::ASTContext::DynTypedNodeList
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp965 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t");
1027 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128);
7990 return UnsignedInt128Ty;
8097 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;
8613 return Signed ? Int128Ty : UnsignedInt128Ty;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7216 &ASTContext::UnsignedInt128Ty,
7364 == S.Context.UnsignedInt128Ty &&
7370 == S.Context.UnsignedInt128Ty &&
H A DSemaType.cpp1337 Result = Context.UnsignedInt128Ty;
H A DTreeTransform.h11203 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5981 T = Context.UnsignedInt128Ty;

Completed in 367 milliseconds