Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ExprOp

77   enum ExprOp {
102 SExprNode(ExprOp O, unsigned F, const void* D)
110 ExprOp kind() const { return static_cast<ExprOp>(Op); }
192 unsigned make(ExprOp O, unsigned F = 0, const void *D = nullptr) {