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 144 llvm::IntegerType *LongTy;
    [all...]
CGObjCMac.cpp 175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
316 Params.push_back(Ctx.LongTy);
408 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
    [all...]
CodeGenTBAA.cpp 123 return getTBAAInfo(Context.LongTy);
CGException.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 417 case LengthModifier::AsLong: return Ctx.LongTy;
490 return ArgType::PtrTo(Ctx.LongTy);
ScanfFormatString.cpp 240 return ArgType::PtrTo(Ctx.LongTy);
373 return ArgType::PtrTo(Ctx.LongTy);
FormatString.cpp 327 return T == C.LongTy ? Match : NoMatch;
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 230 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy));
    [all...]
SemaChecking.cpp 660 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 389 case kCFNumberLongType: T = Ctx.LongTy; break;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 572 QT == C.LongTy ||
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1247 milliseconds