/third_party/boost/libs/spirit/example/karma/ |
D | calc2_ast.hpp | 32 struct unary_op; 42 , boost::recursive_wrapper<unary_op> 56 expression_ast(unary_op const& expr) in expression_ast() 123 struct unary_op struct 125 unary_op( in unary_op() function 170 return unary_op(Op, expr); in operator ()()
|
D | calc2_ast_vm.hpp | 32 struct unary_op; 42 , boost::recursive_wrapper<unary_op> 56 expression_ast(unary_op const& expr) in expression_ast() 136 struct unary_op struct 138 unary_op( in unary_op() function 183 return unary_op(Op, expr); in operator ()()
|
D | calc2_ast_rpn.cpp | 79 unary_op, 101 karma::rule<OuputIterator, unary_op(), space_type> unary_node;
|
D | calc2_ast_dump.cpp | 79 unary_op, 100 karma::rule<OuputIterator, unary_op(), space_type> unary_node;
|
D | calc2_ast_vm.cpp | 145 unary_op, 168 karma::rule<OuputIterator, unary_op(), Delimiter> unary_node;
|
/third_party/boost/libs/spirit/repository/example/karma/ |
D | calc2_ast.hpp | 32 struct unary_op; 42 , boost::recursive_wrapper<unary_op> 56 expression_ast(unary_op const& expr) in expression_ast() 125 struct unary_op struct 127 unary_op( in unary_op() argument 172 return unary_op(Op, expr); in operator ()()
|
D | calc2_ast_dump_sr.cpp | 82 unary_op, 111 repo::karma::subrule<2, unary_op()> unary_node;
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ids.hpp | 74 struct unary_op : make_op<op_type::unary, op> {}; struct 137 plus_plus = unary_op<op::plus_plus>::value, 138 minus_minus = unary_op<op::minus_minus>::value, 141 compl_ = unary_op<op::compl_>::value, 142 not_ = unary_op<op::not_>::value,
|
/third_party/boost/libs/spirit/example/x3/calc/calc9/ |
D | expression_def.hpp | 36 x3::symbols<ast::optoken> unary_op; variable 73 unary_op.add in add_keywords() 145 | (unary_op > primary_expr)
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ids.hpp | 75 struct unary_op : make_op<op_type::unary, op> {}; struct 147 compl_ = unary_op<op::compl_>::value, 148 not_ = unary_op<op::not_>::value,
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/ |
D | expression_def.hpp | 57 unary_op.add in expression() 83 | (unary_op > unary_expr) in expression()
|
D | expression.hpp | 64 unary_op, binary_op member
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/ |
D | expression_def.hpp | 69 unary_op.add in expression() 117 | (unary_op > primary_expr) in expression()
|
D | expression.hpp | 57 additive_op, multiplicative_op, unary_op member
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/ |
D | expression_def.hpp | 72 unary_op.add in expression() 127 | (unary_op > unary_expr) in expression()
|
D | expression.hpp | 68 additive_op, multiplicative_op, unary_op member
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-term.h | 103 enum UnaryOperator unary_op ; member
|
D | cr-term.c | 328 switch (cur->unary_op) { in cr_term_to_string() 522 switch (a_this->unary_op) { in cr_term_one_to_string()
|
/third_party/boost/boost/python/ |
D | operators.hpp | 114 struct unary_op : operator_1<id> struct 144 , unary_op<id> in visit()
|
/third_party/gn/src/gn/ |
D | parser.cc | 500 std::unique_ptr<UnaryOpNode> unary_op = std::make_unique<UnaryOpNode>(); in Not() local 501 unary_op->set_op(token); in Not() 502 unary_op->set_operand(std::move(expr)); in Not() 503 return unary_op; in Not()
|
/third_party/python/Python/ |
D | ast_opt.c | 90 typedef PyObject *(*unary_op)(PyObject*); in fold_unaryop() typedef 91 static const unary_op ops[] = { in fold_unaryop()
|
/third_party/skia/third_party/externals/tint/src/ |
D | BUILD.gn | 325 "ast/unary_op.cc", 326 "ast/unary_op.h",
|
D | CMakeLists.txt | 194 ast/unary_op.cc 195 ast/unary_op.h
|
/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 587 UnaryOp&& unary_op) { 590 std::forward<UnaryOp>(unary_op));
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | container.h | 587 UnaryOp&& unary_op) { 590 std::forward<UnaryOp>(unary_op));
|