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