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 779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 149 llvm::IntegerType *LongTy;
    [all...]
CGObjCMac.cpp 175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
318 Params.push_back(Ctx.LongTy);
412 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
    [all...]

Completed in 288 milliseconds