reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/BuiltinTypes.def
   96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
tools/clang/lib/AST/ASTContext.cpp
 1185     UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t");
 1271   InitBuiltinType(UnsignedInt128Ty,    BuiltinType::UInt128);
 9334     return UnsignedInt128Ty;
 9519       Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;
10215     return Signed ? Int128Ty : UnsignedInt128Ty;
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3830       getContext().UnsignedInt128Ty,   getContext().HalfTy,
tools/clang/lib/Sema/SemaOverload.cpp
 7954       ArithmeticTypes.push_back(S.Context.UnsignedInt128Ty);
tools/clang/lib/Sema/SemaType.cpp
 1474       Result = Context.UnsignedInt128Ty;
tools/clang/lib/Sema/TreeTransform.h
12914     SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty
tools/clang/lib/Serialization/ASTReader.cpp
 7297       T = Context.UnsignedInt128Ty;
tools/lldb/source/Symbol/ClangASTContext.cpp
  878     if (QualTypeMatchesBitSize(bit_size, ast, ast->UnsignedInt128Ty))
  880                           ast->UnsignedInt128Ty.getAsOpaquePtr());
 1186           if (QualTypeMatchesBitSize(bit_size, ast, ast->UnsignedInt128Ty))
 1187             return CompilerType(this, ast->UnsignedInt128Ty.getAsOpaquePtr());
 1201       if (QualTypeMatchesBitSize(bit_size, ast, ast->UnsignedInt128Ty))
 1202         return CompilerType(this, ast->UnsignedInt128Ty.getAsOpaquePtr());
 1991     return ast->UnsignedInt128Ty.getAsOpaquePtr();
 2306       if (bit_size == ast->getTypeSize(ast->UnsignedInt128Ty))
 2308                             ast->UnsignedInt128Ty.getAsOpaquePtr());
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  108                                    context->UnsignedInt128Ty));