Searched refs:binary_operator (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | input_buffer.cc | 571 struct binary_operator : public binary_operator_base struct 593 binary_operator(source_location l, const char *) : in binary_operator() function 597 binary_operator(source_location l, const char *o) : in binary_operator() function 698 struct divmod : public binary_operator<5, T> 700 using binary_operator<5, T>::binary_operator; 710 return binary_operator<5, T>::operator()(); in operator ()() 728 expr = new binary_operator<6, std::plus<valty>>(l, "+"); in parse_binary_expression() 731 expr = new binary_operator<6, std::minus<valty>>(l, "-"); in parse_binary_expression() 751 expr = new binary_operator<8, std::less<valty>>(l, "<"); in parse_binary_expression() 759 expr = new binary_operator<7, lshift<valty>>(l, "<<"); in parse_binary_expression() [all …]
|