Searched defs:unop (Results 1 – 10 of 10) sorted by relevance
694 struct expression *unop; in unary_expression() local712 struct expression *unop; in unary_expression() local
107 struct expression *unop = copy_expression(expr->unop); in copy_expression() local
413 struct expression *unop = expr->unop; in do_expression() local
155 static void unop(Btor *btor, struct instruction *insn) in unop() function
184 struct expression *unop; member
702 struct expression *unop = expr->unop; in expand_dereference() local
165 def unop(name, ty, const_expr): function
408 } unop[] = { variable
1318 unop = {"Invert": "~", "Not": "not", "UAdd": "+", "USub": "-"} variable in _Unparser
4988 builtin_builder::unop(builtin_available_predicate avail, in unop() function in builtin_builder