Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5994 const UnaryOperator *UnaOp = cast<UnaryOperator>(E); in checkFormatStringExpr() local
5995 auto ASE = dyn_cast<ArraySubscriptExpr>(UnaOp->getSubExpr()); in checkFormatStringExpr()
5996 if (UnaOp->getOpcode() == UO_AddrOf && ASE) { in checkFormatStringExpr()