Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp3697 QualType IntendedTy, in shouldNotPrintDirectly() argument
3700 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
3814 QualType IntendedTy = ExprTy; in checkFormatExpr() local
3821 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
3827 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
3836 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
3837 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
3847 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
3849 IntendedTy = CastTy; in checkFormatExpr()
3856 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
[all …]