Searched refs:binary_operator (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/dtc/ |
H A D | input_buffer.cc | 613 struct binary_operator : public binary_operator_base struct 635 binary_operator(source_location l, const char *) : in binary_operator() argument 639 binary_operator(source_location l, const char *o) : in binary_operator() argument 740 struct divmod : public binary_operator<5, T> 742 using binary_operator<5, T>::binary_operator; 752 return binary_operator<5, T>::operator()(); in operator ()() 770 expr = new binary_operator<6, std::plus<valty>>(l, "+"); in parse_binary_expression() 773 expr = new binary_operator<6, std::minus<valty>>(l, "-"); in parse_binary_expression() 779 expr = new binary_operator<5, std::multiplies<valty>>(l, "*"); in parse_binary_expression() 793 expr = new binary_operator<8, std::less<valty>>(l, "<"); in parse_binary_expression() [all …]
|