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

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp64 // token is unary operator
136 bool Visit(UnaryOpNode &unary, Node *&) override {
137 return Dispatch(unary.Operand());
166 void Visit(UnaryOpNode &unary, Node *&) override;
231 void DWARFCodegen::Visit(UnaryOpNode &unary, Node *&) { argument
232 Dispatch(unary.Operand());
234 switch (unary.GetOpType()) {
/freebsd-current/contrib/one-true-awk/
H A Db.c52 unary (STAR, PLUS, QUEST): left is child, right is null
983 return (unary(np));
986 return (unary(op2(ALL, NIL, NIL)));
989 return (unary(op2(EMPTYRE, NIL, NIL)));
993 return (unary(op2(DOT, NIL, NIL)));
998 return (unary(np));
1003 return (unary(np));
1006 return (unary(op2(CHAR, NIL, itonp(HAT))));
1009 return (unary(op2(CHAR, NIL, NIL)));
1016 return unary(op
1054 Node *unary(Node *np) function
[all...]
H A Dproto.h62 extern Node *unary(Node *);
/freebsd-current/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-current/contrib/bmake/unit-tests/
H A DMakefile73 TESTS+= cond-cmp-unary
/freebsd-current/usr.bin/bmake/unit-tests/
H A DMakefile76 TESTS+= cond-cmp-unary
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1737 bool unary, bool binary,
1747 return unary;
1735 check_op_param(bool is_method, clang::OverloadedOperatorKind op_kind, bool unary, bool binary, uint32_t num_params) argument

Completed in 158 milliseconds