Home
last modified time | relevance | path

Searched defs:binary_expr (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/test/tools/
Dassertion.hpp340 class binary_expr : public expression_base<binary_expr<LExpr,Rhs,OP>,typename OP::result_type> { class
347 binary_expr( binary_expr&& be ) in binary_expr() function in boost::test_tools::assertion::binary_expr
351 binary_expr( LExpr&& lhs, Rhs&& rhs ) in binary_expr() function in boost::test_tools::assertion::binary_expr
356 binary_expr( LExpr const& lhs, Rhs const& rhs ) in binary_expr() function in boost::test_tools::assertion::binary_expr
/third_party/boost/boost/proto/
Dtraits.hpp520 struct binary_expr struct
523 typedef proto::expr<Tag, list2<T, U>, 2> type;
524 typedef proto::basic_expr<Tag, list2<T, U>, 2> proto_grammar;
527 struct impl
532 typedef Tag proto_tag;
534 typedef T proto_child0;
536 typedef U proto_child1;
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc3860 auto* binary_expr = create<ast::BinaryExpression>(Source{}, binary_op, in MaybeEmitCombinatorialValue() local
3938 auto* binary_expr = create<ast::BinaryExpression>(Source{}, negated_op, in MaybeEmitCombinatorialValue() local