Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp5056 QualType IntendedTy, in shouldNotPrintDirectly() argument
5059 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
5173 QualType IntendedTy = ExprTy; in checkFormatExpr() local
5180 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
5186 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
5195 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
5196 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
5206 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
5208 IntendedTy = CastTy; in checkFormatExpr()
5215 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8483 QualType IntendedTy, in shouldNotPrintDirectly() argument
8486 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
8644 QualType IntendedTy = ExprTy; in checkFormatExpr() local
8651 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
8657 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
8666 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
8667 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
8677 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
8685 IntendedTy = CastTy; in checkFormatExpr()
8693 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
[all …]