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

  /external/llvm/unittests/VMCore/
ConstantsTest.cpp 115 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
116 Constant *Zero128 = Constant::getNullValue(Int128Ty);
  /external/clang/include/clang/AST/
ASTContext.h 562 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]

Completed in 487 milliseconds