HomeSort by: relevance | last modified time | path
    Searched refs:UnsignedInt128Ty (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1256 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t");
1342 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128);
10132 return UnsignedInt128Ty;
10395 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;
11105 return Signed ? Int128Ty : UnsignedInt128Ty;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1012 CanQualType UnsignedLongLongTy, UnsignedInt128Ty;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 4167 getContext().UnsignedInt128Ty, getContext().HalfTy,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1504 Result = Context.UnsignedInt128Ty;
SemaOverload.cpp 8197 ArithmeticTypes.push_back(S.Context.UnsignedInt128Ty);
TreeTransform.h 14179 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6849 T = Context.UnsignedInt128Ty;

Completed in 87 milliseconds