Home | History | Annotate | Download | only in AST

Lines Matching defs:UO

150   if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(E)) {
151 switch (UO->getOpcode()) {
153 return UO->getSubExpr()->isKnownToHaveBooleanValue();
1122 } else if (UnaryOperator *UO = dyn_cast<UnaryOperator>(CEE)) {
1123 if (UO->getOpcode() == UO_Deref)
1124 CEE = UO->getSubExpr()->IgnoreParenCasts();
1936 const UnaryOperator *UO = cast<UnaryOperator>(this);
1938 switch (UO->getOpcode()) {
1954 if (Ctx.getCanonicalType(UO->getSubExpr()->getType())
1959 return UO->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
1962 Loc = UO->getOperatorLoc();
1963 R1 = UO->getSubExpr()->getSourceRange();