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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 416 case LengthModifier::AsShort: return Ctx.ShortTy;
488 return ArgType::PtrTo(Ctx.ShortTy);
ScanfFormatString.cpp 238 return ArgType::PtrTo(Ctx.ShortTy);
371 return ArgType::PtrTo(Ctx.ShortTy);
FormatString.cpp 319 return T == C.ShortTy ? Match : NoMatch;
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 119 return getTBAAInfo(Context.ShortTy);
CGObjCMac.cpp 175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
    [all...]
CodeGenModule.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 387 case kCFNumberShortType: T = Ctx.ShortTy; break;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 655 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
667 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 285 milliseconds