Searched refs:unary (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp62 // token is unary operator
134 bool Visit(UnaryOpNode &unary, Node *&) override {
135 return Dispatch(unary.Operand());
164 void Visit(UnaryOpNode &unary, Node *&) override;
229 void DWARFCodegen::Visit(UnaryOpNode &unary, Node *&) { argument
230 Dispatch(unary.Operand());
232 switch (unary.GetOpType()) {
H A DClangASTContext.cpp1478 bool unary, bool binary,
1488 return unary;
1476 check_op_param(bool is_method, clang::OverloadedOperatorKind op_kind, bool unary, bool binary, uint32_t num_params) argument
/freebsd-11-stable/contrib/one-true-awk/
H A Db.c56 unary (STAR, PLUS, QUEST): left is child, right is null
654 return (unary(np));
657 return (unary(op2(ALL, NIL, NIL)));
660 return (unary(op2(ALL, NIL, NIL)));
663 return (unary(op2(DOT, NIL, NIL)));
667 return (unary(np));
671 return (unary(np));
674 return (unary(op2(CHAR, NIL, itonp(HAT))));
677 return (unary(op2(CHAR, NIL, NIL)));
682 return unary(op
715 Node *unary(Node *np) function
[all...]
H A Dproto.h62 extern Node *unary(Node *);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldexp.h72 } unary; member in union:etree_union
H A Dldexp.c209 exp_fold_tree_1 (tree->unary.child);
884 value.unary.type.node_code = code;
885 value.unary.type.lineno = child->type.lineno;
886 value.unary.child = child;
887 value.unary.type.node_class = etree_unary;
892 new = stat_alloc (sizeof (new->unary));
893 memcpy (new, &value, sizeof (new->unary));
1012 exp_print_token (tree->unary.type.node_code, FALSE);
1013 if (tree->unary.child)
1016 exp_print_tree (tree->unary
[all...]
H A Dldlang.c1941 exp_init_os (exp->unary.child);
3469 return scan_for_self_assignment (dst, rhs->unary.child);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h131 /// A node representing a unary operation.
172 virtual ResultT Visit(UnaryOpNode &unary, Node *&ref) = 0;

Completed in 246 milliseconds