Searched refs:UOp (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
H A DConsumed.cpp504 void VisitUnaryOperator(const UnaryOperator *UOp);
906 void ConsumedStmtVisitor::VisitUnaryOperator(const UnaryOperator *UOp) { argument
907 InfoEntry Entry = findInfo(UOp->getSubExpr());
910 switch (UOp->getOpcode()) {
912 PropagationMap.insert(PairType(UOp, Entry->second));
917 PropagationMap.insert(PairType(UOp, Entry->second.invertTest()));
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp488 if (UnaryOperator *UOp = dyn_cast<UnaryOperator>(ArgExp))
489 if (UOp->getOpcode() == UO_AddrOf)
490 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(UOp->getSubExpr()))

Completed in 95 milliseconds