Searched refs:unary_operator (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/docs/ |
| H A D | dil-expr-lang.ebnf | 9 | unary_operator expression ; 11 unary_operator = "*" | "&" ;
|
| /freebsd/usr.bin/dtc/ |
| H A D | input_buffer.cc | 539 class unary_operator : public expression class 564 unary_operator(source_location l, expression_ptr p) : in unary_operator() function in dtc::__anon3998a5d80211::unary_operator 964 lhs.reset(new unary_operator<'+', unary_plus<valty>>(l, std::move(subexpr))); in parse_expression() 975 lhs.reset(new unary_operator<'-', std::negate<valty>>(l, std::move(subexpr))); in parse_expression() 986 lhs.reset(new unary_operator<'!', std::logical_not<valty>>(l, std::move(subexpr))); in parse_expression() 997 lhs.reset(new unary_operator<'~', bit_not<valty>>(l, std::move(subexpr))); in parse_expression()
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_grammar.y | 210 %type <l_tok> unary_operator 460 | unary_operator cast_expression { $$ = OP1($1, $2); } 470 unary_operator: DT_TOK_BAND { $$ = DT_TOK_ADDROF; }
|