Home
last modified time | relevance | path

Searched refs:unary_op (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/libs/spirit/example/karma/
Dcalc2_ast.hpp32 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 ()()
Dcalc2_ast_vm.hpp32 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 ()()
Dcalc2_ast_rpn.cpp79 unary_op,
101 karma::rule<OuputIterator, unary_op(), space_type> unary_node;
Dcalc2_ast_dump.cpp79 unary_op,
100 karma::rule<OuputIterator, unary_op(), space_type> unary_node;
Dcalc2_ast_vm.cpp145 unary_op,
168 karma::rule<OuputIterator, unary_op(), Delimiter> unary_node;
/third_party/boost/libs/spirit/repository/example/karma/
Dcalc2_ast.hpp32 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 ()()
Dcalc2_ast_dump_sr.cpp82 unary_op,
111 repo::karma::subrule<2, unary_op()> unary_node;
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp74 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/
Dexpression_def.hpp36 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/
Dids.hpp75 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/
Dexpression_def.hpp57 unary_op.add in expression()
83 | (unary_op > unary_expr) in expression()
Dexpression.hpp64 unary_op, binary_op member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dexpression_def.hpp69 unary_op.add in expression()
117 | (unary_op > primary_expr) in expression()
Dexpression.hpp57 additive_op, multiplicative_op, unary_op member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dexpression_def.hpp72 unary_op.add in expression()
127 | (unary_op > unary_expr) in expression()
Dexpression.hpp68 additive_op, multiplicative_op, unary_op member
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-term.h103 enum UnaryOperator unary_op ; member
Dcr-term.c328 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/
Doperators.hpp114 struct unary_op : operator_1<id> struct
144 , unary_op<id> in visit()
/third_party/gn/src/gn/
Dparser.cc500 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/
Dast_opt.c90 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/
DBUILD.gn325 "ast/unary_op.cc",
326 "ast/unary_op.h",
DCMakeLists.txt194 ast/unary_op.cc
195 ast/unary_op.h
/third_party/abseil-cpp/absl/algorithm/
Dcontainer.h587 UnaryOp&& unary_op) {
590 std::forward<UnaryOp>(unary_op));
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer.h587 UnaryOp&& unary_op) {
590 std::forward<UnaryOp>(unary_op));

12