Home
last modified time | relevance | path

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

/freebsd/usr.bin/dtc/
H A Dinput_buffer.cc579 struct binary_operator_base : public expression struct
594 void insert_left(binary_operator_base *new_left) in insert_left() argument
603 static_cast<binary_operator_base*>(lhs.get())->insert_left(new_left); in insert_left()
613 struct binary_operator : public binary_operator_base
636 binary_operator_base(l) {} in binary_operator()
640 binary_operator_base(l), opName(o) {} in binary_operator()
743 using typename binary_operator_base::result;
746 result r = (*binary_operator_base::rhs)(); in operator ()()
762 binary_operator_base *expr = nullptr; in parse_binary_expression()
901 binary_operator_base *rhs_op = in parse_binary_expression()
[all …]