HomeSort by relevance Sort by last modified time
    Searched refs:Int128Ty (Results 1 - 9 of 9) sorted by null

  /external/llvm/unittests/IR/
ConstantsTest.cpp 118 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
119 Constant *Zero128 = Constant::getNullValue(Int128Ty);
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 119 return getTBAAInfo(Context.Int128Ty);
  /external/clang/include/clang/AST/
ASTContext.h 747 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 771 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(Int128Ty);
843 InitBuiltinType(Int128Ty, BuiltinType::Int128);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 860 Result = Context.Int128Ty;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 201 milliseconds