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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 118 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
119 Constant *Zero128 = Constant::getNullValue(Int128Ty);
  /external/lldb/source/Symbol/
ClangASTContext.cpp 581 if (QualTypeMatchesBitSize (bit_size, ast, ast->Int128Ty))
582 return ClangASTType (ast, ast->Int128Ty.getAsOpaquePtr());
758 clang_type = ast->Int128Ty.getAsOpaquePtr();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 127 return getTBAAInfo(Context.Int128Ty);
CGBuiltin.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 152 llvm::Type *Int128Ty = llvm::Type::getIntNTy(*Context, 128);
153 if (AllocType == V2xi64Ty || AllocType == Int128Ty) {
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 860 Result = Context.Int128Ty;
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 163 milliseconds