Home
last modified time | relevance | path

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

/freebsd/usr.bin/dtc/
H A Dinput_buffer.cc498 class unary_operator : public expression class
523 unary_operator(source_location l, expression_ptr p) : in unary_operator() function in dtc::__anon3998a5d80211::unary_operator
911 lhs.reset(new unary_operator<'+', unary_plus<valty>>(l, std::move(subexpr))); in parse_expression()
922 lhs.reset(new unary_operator<'-', std::negate<valty>>(l, std::move(subexpr))); in parse_expression()
933 lhs.reset(new unary_operator<'!', std::logical_not<valty>>(l, std::move(subexpr))); in parse_expression()
944 lhs.reset(new unary_operator<'~', bit_not<valty>>(l, std::move(subexpr))); in parse_expression()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y210 %type <l_tok> unary_operator
460 | unary_operator cast_expression { $$ = OP1($1, $2); }
470 unary_operator: DT_TOK_BAND { $$ = DT_TOK_ADDROF; }