/third_party/skia/third_party/externals/tint/src/transform/ |
D | calculate_array_length.cc | 139 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()
|
D | module_scope_var_to_entry_point_param.cc | 127 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/ |
D | and_predicate.hpp | 31 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/ |
D | and_predicate.hpp | 31 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/ |
D | msm_grammar.hpp | 46 struct terminal_grammar : proto::not_<proto::address_of<proto::_> > 59 proto::not_<proto::address_of<proto::_> >,
|
/third_party/boost/libs/yap/test/ |
D | operators_unary.cpp | 132 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/ |
D | self.hpp | 18 (address_of)
|
/third_party/boost/boost/xpressive/detail/core/ |
D | regex_domain.hpp | 20 : proto::domain<proto::default_generator, proto::not_<proto::address_of<proto::_> > >
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 33 struct address_of {}; struct
|
D | proto_fwd.hpp | 263 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;
|
D | expr.hpp | 56 struct address_of_hack<proto::tag::address_of, Expr &>
|
D | debug.hpp | 40 BOOST_PROTO_DEFINE_TAG_INSERTION(address_of)
|
D | proto_typeof.hpp | 24 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::address_of)
|
D | operators.hpp | 252 … BOOST_PROTO_DEFINE_UNARY_OPERATOR(&, boost::proto::tag::address_of, TRAIT, DOMAIN, 0) \
|
D | traits.hpp | 580 BOOST_PROTO_DEFINE_UNARY_METAFUNCTION(address_of)
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 184 [[`expression::address_of<A0>`] [`` 185 rule::address_of 186 : expression::address_of<meta_grammar>
|
/third_party/boost/boost/gil/ |
D | planar_pixel_iterator.hpp | 101 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/ |
D | algorithm_fwd.hpp | 32 address_of = 6, ///< \c & enumerator
|
D | print.hpp | 34 case expr_kind::address_of: return "&"; in op_string()
|
D | expression.hpp | 180 BOOST_YAP_USER_UNARY_OPERATOR(address_of, expression, expression) // & in BOOST_YAP_USER_UNARY_OPERATOR()
|
/third_party/boost/boost/interprocess/detail/ |
D | intersegment_ptr.hpp | 248 … 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/ |
D | algorithm.hpp | 541 case expr_kind::address_of: // & in arity_of()
|
D | transform.hpp | 135 BOOST_YAP_UNARY_OPERATOR_CASE(&, address_of)
|
/third_party/boost/boost/proto/context/ |
D | default.hpp | 111 BOOST_PROTO_UNARY_DEFAULT_EVAL(&, proto::tag::address_of, make)
|
/third_party/boost/boost/proto/transform/ |
D | default.hpp | 130 BOOST_PROTO_UNARY_DEFAULT_EVAL(&, address_of, make)
|