Searched refs:binary_operator (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/dtc/ |
H A D | input_buffer.cc | 572 struct binary_operator : public binary_operator_base struct 594 binary_operator(source_location l, const char *) : in binary_operator() argument 598 binary_operator(source_location l, const char *o) : in binary_operator() argument 699 struct divmod : public binary_operator<5, T> 701 using binary_operator<5, T>::binary_operator; 711 return binary_operator<5, T>::operator()(); in operator ()() 729 expr = new binary_operator<6, std::plus<valty>>(l, "+"); in parse_binary_expression() 732 expr = new binary_operator<6, std::minus<valty>>(l, "-"); in parse_binary_expression() 738 expr = new binary_operator<5, std::multiplies<valty>>(l, "*"); in parse_binary_expression() 752 expr = new binary_operator<8, std::less<valty>>(l, "<"); in parse_binary_expression() [all …]
|