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

/freebsd-13-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()) {
/freebsd-13-stable/contrib/one-true-awk/
H A Db.c55 unary (STAR, PLUS, QUEST): left is child, right is null
666 return (unary(np));
669 return (unary(op2(ALL, NIL, NIL)));
672 return (unary(op2(EMPTYRE, NIL, NIL)));
676 return (unary(op2(DOT, NIL, NIL)));
681 return (unary(np));
686 return (unary(np));
689 return (unary(op2(CHAR, NIL, itonp(HAT))));
692 return (unary(op2(CHAR, NIL, NIL)));
699 return unary(op
737 Node *unary(Node *np) function
[all...]
H A Dproto.h62 extern Node *unary(Node *);
/freebsd-13-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;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile62 TESTS+= cond-cmp-unary
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile66 TESTS+= cond-cmp-unary
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1595 bool unary, bool binary,
1605 return unary;
1593 check_op_param(bool is_method, clang::OverloadedOperatorKind op_kind, bool unary, bool binary, uint32_t num_params) argument

Completed in 183 milliseconds