Home
last modified time | relevance | path

Searched refs:m_op (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DElftosbAST.cpp594 : ExprASTNode(other), m_left(), m_op(other.m_op), m_right() in BinaryOpExprASTNode()
618 switch (m_op) in getOperatorName()
689 if (m_op == kBooleanAnd || m_op == kBooleanOr) in reduce()
692 … if ((m_op == kBooleanAnd && leftValue != 0) || (m_op == kBooleanOr && leftValue == 0)) in reduce()
703 switch (m_op) in reduce()
714 else if (m_op == kBooleanAnd) in reduce()
720 else if (m_op == kBooleanOr) in reduce()
737 switch (m_op) in reduce()
DElftosbAST.h476 : ExprASTNode(), m_left(left), m_op(op), m_right(right) in BinaryOpExprASTNode()
492 operator_t getOp() const { return m_op; } in getOp()
497 operator_t m_op; variable
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dparser-defs.h88 : m_op (op) in expr_complete_structop()
95 return m_op->complete (exp, tracker); in complete()
103 expr::structop_base_operation *m_op = nullptr;
Dada-exp.h731 m_op (std::move (op)) in ada_positional_component()
744 operation_up m_op; variable
753 : m_op (std::move (op)) in ada_others_component()
765 operation_up m_op;
804 : m_op (std::move (op)) in ada_choices_component()
818 { m_op = std::move (op); } in set_operation()
843 operation_up m_op; variable
Dada-lang.c9481 return m_op->uses_objfile (objfile); in uses_objfile()
9489 m_op->dump (stream, depth + 1); in dump()
9506 assigner.assign (ind, m_op); in assign()
9605 if (m_op->uses_objfile (objfile)) in uses_objfile()
9623 m_op->dump (stream, depth + 1); in dump()
9638 item->assign (assigner, m_op); in assign()
9669 return m_op->uses_objfile (objfile); in uses_objfile()
9676 m_op->dump (stream, depth + 1); in dump()
9692 assigner.assign (ind, m_op); in assign()