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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 280 return Ctx.LongLongTy;
287 return Ctx.LongLongTy;
343 return ArgType::PtrTo(Ctx.LongLongTy);
ScanfFormatString.cpp 234 return ArgType::PtrTo(Ctx.LongLongTy);
244 return ArgType::PtrTo(Ctx.LongLongTy);
351 return ArgType::PtrTo(Ctx.LongLongTy);
FormatString.cpp 306 return T == C.LongLongTy;
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 117 return getTBAAInfo(Context.LongLongTy);
CGRTTI.cpp     [all...]
CGObjCMac.cpp 174 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 426 Ctx.LongLongTy == CanRetTy ||
BasicObjCFoundationChecks.cpp 241 case kCFNumberLongLongType: T = Ctx.LongLongTy; break;
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp 828 InitBuiltinType(LongLongTy, BuiltinType::LongLong);
    [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.LongLongTy) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaChecking.cpp 341 return Flags.isUnsigned() ? Context.UnsignedLongLongTy : Context.LongLongTy;
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaType.cpp 819 Result = Context.LongLongTy;
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 450 milliseconds