Searched refs:ExprOp (Results 1 – 1 of 1) sorted by relevance
73 enum ExprOp { enum in __anond7afc2f90111::SExpr98 SExprNode(ExprOp O, unsigned F, const void* D) in SExprNode()106 ExprOp kind() const { return static_cast<ExprOp>(Op); } in kind()