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

  /external/clang/include/clang/AST/
ASTContext.h 682 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 150 llvm::IntegerType *LongTy;
    [all...]
CGObjCMac.cpp 173 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
313 Params.push_back(Ctx.LongTy);
404 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
    [all...]

Completed in 125 milliseconds