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

  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 148 llvm::IntegerType *LongTy;
    [all...]
CGObjCMac.cpp 174 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
314 Params.push_back(Ctx.LongTy);
405 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
    [all...]
CodeGenTBAA.cpp 128 return getTBAAInfo(Context.LongTy);
CGRTTI.cpp 811 CGM.getTypes().ConvertType(CGM.getContext().LongTy);
    [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 284 case LengthModifier::AsLong: return Ctx.LongTy;
340 return ArgType::PtrTo(Ctx.LongTy);
ScanfFormatString.cpp 231 return ArgType::PtrTo(Ctx.LongTy);
348 return ArgType::PtrTo(Ctx.LongTy);
FormatString.cpp 302 return T == C.LongTy;
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 355 case kCFNumberLongType: T = Ctx.LongTy; break;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 747 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 458 QT == C.LongTy ||
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaType.cpp 828 case DeclSpec::TSW_long: Result = Context.LongTy; break;
    [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 901 milliseconds