Home
last modified time | relevance | path

Searched refs:IntendedTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp3177 QualType IntendedTy = ExprTy; in checkFormatExpr() local
3184 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
3190 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
3199 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
3200 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
3210 QualType TyTy = IntendedTy; in checkFormatExpr()
3222 IntendedTy = CastTy; in checkFormatExpr()
3231 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
3242 if (IntendedTy == ExprTy) { in checkFormatExpr()
3247 << AT.getRepresentativeTypeName(S.Context) << IntendedTy in checkFormatExpr()
[all …]