Searched refs:UnaOp (Results 1 – 1 of 1) sorted by relevance
5994 const UnaryOperator *UnaOp = cast<UnaryOperator>(E); in checkFormatStringExpr() local5995 auto ASE = dyn_cast<ArraySubscriptExpr>(UnaOp->getSubExpr()); in checkFormatStringExpr()5996 if (UnaOp->getOpcode() == UO_AddrOf && ASE) { in checkFormatStringExpr()