Searched refs:binary_operator (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/dtc/
H A Dinput_buffer.cc572 struct binary_operator : public binary_operator_base struct in namespace:dtc::__anon6434
594 binary_operator(source_location l, const char *) : function in struct:dtc::__anon6434::binary_operator
598 binary_operator(source_location l, const char *o) : function in struct:dtc::__anon6434::binary_operator
699 struct divmod : public binary_operator<5, T>
701 using binary_operator<5, T>::binary_operator;
711 return binary_operator<5, T>::operator()();
729 expr = new binary_operator<6, std::plus<valty>>(l, "+");
732 expr = new binary_operator<6, std::minus<valty>>(l, "-");
738 expr = new binary_operator<
[all...]

Completed in 67 milliseconds