| 103 | //----------------------------------------------------------------------------- |
| 104 | |
| 105 | UnaryOperator* Dref(const Expr* stmt) |
| 106 | { |
| 107 | return mkUnaryOperator(stmt, UO_Deref, stmt->getType()); |
| 108 | } |
| 109 | //----------------------------------------------------------------------------- |
| 110 | |
| 111 | UnaryOperator* AddrOf(const Expr* stmt) |
no test coverage detected