Home
last modified time | relevance | path

Searched refs:address_of (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/transform/
Dcalculate_array_length.cc139 auto* address_of = arg->As<ast::UnaryOpExpression>(); in Run() local
140 if (!address_of || address_of->op != ast::UnaryOp::kAddressOf) { in Run()
143 << address_of->TypeInfo().name; in Run()
145 auto* array_expr = address_of->expr; in Run()
Dmodule_scope_var_to_entry_point_param.cc127 auto* address_of = node->As<ast::UnaryOpExpression>(); in Process() local
128 if (!address_of || address_of->op != ast::UnaryOp::kAddressOf) { in Process()
131 if (auto* ident = address_of->expr->As<ast::IdentifierExpression>()) { in Process()
132 ident_to_address_of[ident] = address_of; in Process()
/third_party/boost/boost/spirit/home/qi/operator/
Dand_predicate.hpp31 struct use_operator<qi::domain, proto::tag::address_of> // enables &p
74 struct make_composite<proto::tag::address_of, Elements, Modifiers>
/third_party/boost/boost/spirit/home/karma/operator/
Dand_predicate.hpp31 struct use_operator<karma::domain, proto::tag::address_of> // enables &g
77 struct make_composite<proto::tag::address_of, Elements, Modifiers>
/third_party/boost/boost/msm/
Dmsm_grammar.hpp46 struct terminal_grammar : proto::not_<proto::address_of<proto::_> >
59 proto::not_<proto::address_of<proto::_> >,
/third_party/boost/libs/yap/test/
Doperators_unary.cpp132 yap::expr_kind::address_of, in test_main()
136 yap::expr_kind::address_of, in test_main()
140 yap::expr_kind::address_of, in test_main()
/third_party/boost/boost/phoenix/operator/
Dself.hpp18 (address_of)
/third_party/boost/boost/xpressive/detail/core/
Dregex_domain.hpp20 : proto::domain<proto::default_generator, proto::not_<proto::address_of<proto::_> > >
/third_party/boost/boost/proto/
Dtags.hpp33 struct address_of {}; struct
Dproto_fwd.hpp263 struct address_of;
551 template<typename T> struct address_of;
635 typedef make_expr<tag::address_of> make_address_of;
706 typedef functional::make_expr<tag::address_of> _make_address_of;
Dexpr.hpp56 struct address_of_hack<proto::tag::address_of, Expr &>
Ddebug.hpp40 BOOST_PROTO_DEFINE_TAG_INSERTION(address_of)
Dproto_typeof.hpp24 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::address_of)
Doperators.hpp252 … BOOST_PROTO_DEFINE_UNARY_OPERATOR(&, boost::proto::tag::address_of, TRAIT, DOMAIN, 0) \
Dtraits.hpp580 BOOST_PROTO_DEFINE_UNARY_METAFUNCTION(address_of)
/third_party/boost/libs/phoenix/doc/inside/
Drules.qbk184 [[`expression::address_of<A0>`] [``
185 rule::address_of
186 : expression::address_of<meta_grammar>
/third_party/boost/boost/gil/
Dplanar_pixel_iterator.hpp101 struct address_of { template <typename T> T* operator()(T& t) { return &t; } }; in operator ()() struct
105 static_transform(*pix,*this, address_of()); in operator =()
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp32 address_of = 6, ///< \c & enumerator
Dprint.hpp34 case expr_kind::address_of: return "&"; in op_string()
Dexpression.hpp180 BOOST_YAP_USER_UNARY_OPERATOR(address_of, expression, expression) // & in BOOST_YAP_USER_UNARY_OPERATOR()
/third_party/boost/boost/interprocess/detail/
Dintersegment_ptr.hpp248 … char *base = static_cast<char*>(segment_info.group->address_of(this->members.segmented.segment)); in to_raw_pointer()
409 void *address_of(std::size_t segment_id) in address_of() function in boost::interprocess::flat_map_intersegment::segment_group_t
540 void *addr = group_id->address_of(group_id->get_size()-1); in erase_last_mapping()
/third_party/boost/boost/yap/detail/
Dalgorithm.hpp541 case expr_kind::address_of: // & in arity_of()
Dtransform.hpp135 BOOST_YAP_UNARY_OPERATOR_CASE(&, address_of)
/third_party/boost/boost/proto/context/
Ddefault.hpp111 BOOST_PROTO_UNARY_DEFAULT_EVAL(&, proto::tag::address_of, make)
/third_party/boost/boost/proto/transform/
Ddefault.hpp130 BOOST_PROTO_UNARY_DEFAULT_EVAL(&, address_of, make)

12