Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8106 QualType IntendedTy, in shouldNotPrintDirectly() argument
8109 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
8324 QualType IntendedTy = ExprTy; in checkFormatExpr() local
8326 IntendedTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()
8328 ExprTy = IntendedTy; in checkFormatExpr()
8346 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
8352 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
8361 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
8362 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
8372 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
[all …]