Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11947 QualType IntendedTy, in shouldNotPrintDirectly() argument
11950 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
12130 QualType IntendedTy = ExprTy; in checkFormatExpr() local
12132 IntendedTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()
12134 ExprTy = IntendedTy; in checkFormatExpr()
12152 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
12158 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
12167 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
12168 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
12188 IntendedTy = CastTy; in checkFormatExpr()
[all …]