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