/third_party/boost/boost/spirit/home/x3/nonterminal/detail/ |
D | transform_attribute.hpp | 50 struct transform_attribute<unused_type, unused_type> 52 typedef unused_type type; 53 static unused_type pre(unused_type) { return unused; } in pre() 54 static void post(unused_type, unused_type) {} in post() 58 struct transform_attribute<unused_type const, unused_type> 59 : transform_attribute<unused_type, unused_type> {}; 62 struct transform_attribute<unused_type, Attribute> 63 : transform_attribute<unused_type, unused_type> {}; 66 struct transform_attribute<unused_type const, Attribute> 67 : transform_attribute<unused_type, unused_type> {}; [all …]
|
/third_party/boost/libs/fusion/test/support/ |
D | unused.cpp | 20 boost::fusion::unused_type dephault; in unused_construction() 22 boost::fusion::unused_type BOOST_ATTRIBUTE_UNUSED parenthesis = boost::fusion::unused_type(); in unused_construction() 24 boost::fusion::unused_type BOOST_ATTRIBUTE_UNUSED brace{}; in unused_construction() 25 boost::fusion::unused_type BOOST_ATTRIBUTE_UNUSED list_copy = {}; in unused_construction() 28 boost::fusion::unused_type copy_copy BOOST_ATTRIBUTE_UNUSED = dephault; in unused_construction() 29 boost::fusion::unused_type copy_direct BOOST_ATTRIBUTE_UNUSED (dephault); in unused_construction() 31 boost::fusion::unused_type copy_copy_brace_direct BOOST_ATTRIBUTE_UNUSED = {dephault}; in unused_construction() 32 boost::fusion::unused_type copy_direct_brace BOOST_ATTRIBUTE_UNUSED {dephault}; in unused_construction() 36 boost::fusion::unused_type move_copy BOOST_ATTRIBUTE_UNUSED = std::move(dephault); in unused_construction() 37 boost::fusion::unused_type move_direct BOOST_ATTRIBUTE_UNUSED (std::move(dephault)); in unused_construction() [all …]
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | attributes.hpp | 49 struct transform_attribute<unused_type, unused_type> 51 typedef unused_type type; 52 static unused_type pre(unused_type) { return unused; } in pre() 56 struct transform_attribute<unused_type const, unused_type> 57 : transform_attribute<unused_type, unused_type> 61 struct transform_attribute<Attribute, unused_type> 62 : transform_attribute<unused_type, unused_type> 66 struct transform_attribute<Attribute const, unused_type> 67 : transform_attribute<unused_type, unused_type>
|
D | as.hpp | 34 inline unused_type as(unused_type) in as() argument 47 inline bool valid_as(unused_type) in valid_as() argument 62 struct attribute_as<T, unused_type> 64 typedef unused_type type; 68 struct attribute_as<T, unused_type const> 70 typedef unused_type type;
|
D | string_compare.hpp | 37 bool string_compare(Char const* attr, Char const* lit, unused_type, unused_type) in string_compare() argument 43 bool string_compare(unused_type, Char const*, unused_type, unused_type) in string_compare() argument 67 bool string_compare(unused_type, Char const*, CharEncoding, Tag) in string_compare() argument
|
/third_party/boost/boost/spirit/home/qi/detail/ |
D | attributes.hpp | 99 struct transform_attribute<unused_type, unused_type> 101 typedef unused_type type; 102 static unused_type pre(unused_type) { return unused; } in pre() 103 static void post(unused_type, unused_type) {} in post() 104 static void fail(unused_type) {} in fail() 108 struct transform_attribute<unused_type const, unused_type> 109 : transform_attribute<unused_type, unused_type> 113 struct transform_attribute<Attribute, unused_type> 114 : transform_attribute<unused_type, unused_type> 118 struct transform_attribute<Attribute const, unused_type> [all …]
|
/third_party/boost/libs/spirit/test/support/ |
D | unused_type.cpp | 16 static_assert(std::is_trivial<boost::spirit::unused_type>::value, ""); 19 void test_use(boost::spirit::unused_type) {} in test_use() argument 30 using boost::spirit::unused_type; in main() 32 unused_type unused_mut; in main() 33 test<unused_type const&>(unused); in main() 34 test<unused_type&>(unused_mut); in main() 35 test<unused_type const&>(unused = 123); in main() 36 test<unused_type const&>(unused = *&unused); in main() 37 test<unused_type const&>(unused = unused_mut); in main() 38 test<unused_type&>(unused_mut = 123); in main() [all …]
|
/third_party/boost/libs/spirit/test/x3/ |
D | unused_type.cpp | 13 void test_use(boost::spirit::x3::unused_type) {} in test_use() argument 18 using boost::spirit::x3::unused_type; in main() 20 static_assert(std::is_trivial<unused_type>::value, ""); in main() 22 unused_type unused_mut; in main() 23 static_assert(std::is_same<decltype((unused)), unused_type const&>::value, ""); in main() 24 static_assert(std::is_same<decltype((unused_mut)), unused_type&>::value, ""); in main() 25 static_assert(std::is_same<decltype(unused = 123), unused_type const&>::value, ""); in main() 26 static_assert(std::is_same<decltype(unused = unused), unused_type const&>::value, ""); in main() 27 static_assert(std::is_same<decltype(unused = unused_mut), unused_type const&>::value, ""); in main() 28 static_assert(std::is_same<decltype(unused_mut = 123), unused_type&>::value, ""); in main() [all …]
|
D | rule_separate_tu_grammar.cpp | 17 BOOST_SPIRIT_INSTANTIATE(skipper_type, char const*, x3::unused_type) 21 BOOST_SPIRIT_INSTANTIATE(skipper2_type, char const*, x3::unused_type) 25 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::unused_type) 35 BOOST_SPIRIT_INSTANTIATE(skipper_type, char const*, x3::unused_type) 39 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::unused_type)
|
/third_party/boost/boost/spirit/home/support/ |
D | container.hpp | 160 , unused_type, typename mpl::deref<iter>::type 167 struct container_value<unused_type> 169 typedef unused_type type; 174 struct container_value<unused_type const> 176 typedef unused_type type; 214 struct container_iterator<unused_type> 216 typedef unused_type const* type; 220 struct container_iterator<unused_type const> 222 typedef unused_type const* type; 265 inline unused_type optional_value(unused_type) in optional_value() argument [all …]
|
D | unused.hpp | 27 struct unused_type struct 29 BOOST_DEFAULTED_FUNCTION(unused_type(), {}) in unused_type() function 32 unused_type(T const&) 37 unused_type const& 44 unused_type& 51 unused_type const unused = unused_type(); 57 unused_only(unused_type const&) {} in unused_only() 68 inline In& operator>>(In& in, unused_type&) in operator >>() argument 78 template <> struct not_is_unused<unused_type> : mpl::false_ {};
|
D | attributes.hpp | 362 mpl::eval_if<type, mpl::deref<iter>, mpl::identity<unused_type> >::type 378 struct compute_compatible_component<Expected, unused_type, Domain> 382 struct compute_compatible_component<unused_type, Attribute, Domain> 386 struct compute_compatible_component<unused_type, unused_type, Domain> 423 , typename Context = unused_type, typename Iterator = unused_type> 436 template <typename Context, typename Iterator = unused_type> 464 struct sequence_size<unused_type> 573 struct attribute_size<unused_type> 577 static type call(unused_type) in call() 623 struct wrap_if_not_tuple<unused_type, mpl::false_> [all …]
|
D | terminal.hpp | 88 , typename A0 = unused_type 89 , typename A1 = unused_type 90 , typename A2 = unused_type 91 , typename Unused = unused_type 190 , typename A1 = unused_type 191 , typename A2 = unused_type 218 struct to_lazy_arg<unused_type> 221 typedef unused_type type; 244 struct to_nonlazy_arg<unused_type>; 277 , typename A1 = unused_type [all …]
|
/third_party/boost/boost/spirit/home/x3/support/traits/ |
D | container_traits.hpp | 93 struct container_value<unused_type> : mpl::identity<unused_type> {}; 105 struct container_iterator<unused_type> 106 : mpl::identity<unused_type const*> {}; 109 struct container_iterator<unused_type const> 110 : mpl::identity<unused_type const*> {}; 134 inline bool push_back(Container&, unused_type) in push_back() argument 140 inline bool push_back(unused_type, T&&) in push_back() argument 145 inline bool push_back(unused_type, unused_type) in push_back() argument 186 inline bool append(unused_type, Iterator /* first */, Iterator /* last */) in append() argument 207 inline bool is_empty(unused_type) in is_empty() argument [all …]
|
D | optional_traits.hpp | 47 struct build_optional<unused_type> 49 typedef unused_type type; 65 struct optional_value<unused_type> 66 : mpl::identity<unused_type> {}; 69 struct optional_value<unused_type const> 70 : mpl::identity<unused_type> {};
|
/third_party/boost/boost/spirit/home/x3/support/ |
D | unused.hpp | 16 struct unused_type struct 18 unused_type() = default; 21 unused_type(T const&) in unused_type() function 26 unused_type const& 33 unused_type& 42 unused_type get(ID) const in get() argument 47 friend std::ostream& operator<<(std::ostream& out, unused_type const&) in operator <<() 52 friend std::istream& operator>>(std::istream& in, unused_type&) in operator >>() argument 58 constexpr auto unused = unused_type{};
|
/third_party/boost/boost/spirit/home/karma/nonterminal/ |
D | nonterminal_fwd.hpp | 19 typename OutputIterator, typename T1 = unused_type 20 , typename T2 = unused_type, typename T3 = unused_type 21 , typename T4 = unused_type> 25 typename OutputIterator, typename T1 = unused_type 26 , typename T2 = unused_type, typename T3 = unused_type 27 , typename T4 = unused_type>
|
/third_party/boost/boost/spirit/home/qi/nonterminal/ |
D | nonterminal_fwd.hpp | 19 typename Iterator, typename T1 = unused_type 20 , typename T2 = unused_type, typename T3 = unused_type 21 , typename T4 = unused_type> 25 typename Iterator, typename T1 = unused_type 26 , typename T2 = unused_type, typename T3 = unused_type 27 , typename T4 = unused_type>
|
/third_party/boost/boost/spirit/home/x3/char/ |
D | char.hpp | 23 constexpr literal_char<char_encoding::standard, unused_type> 29 constexpr literal_char<char_encoding::standard, unused_type> 47 constexpr literal_char<char_encoding::standard_wide, unused_type> 60 constexpr literal_char<char_encoding::ascii, unused_type> 66 constexpr literal_char<char_encoding::ascii, unused_type> 78 constexpr literal_char<char_encoding::iso8859_1, unused_type> 84 constexpr literal_char<char_encoding::iso8859_1, unused_type> 97 char_encoding::standard, unused_type> 113 char_encoding::standard_wide, unused_type> 129 char_encoding::standard, unused_type> [all …]
|
/third_party/boost/boost/spirit/home/x3/string/ |
D | literal_string.hpp | 34 !is_same<unused_type, attribute_type>::value; 43 , Context const& context, unused_type, Attribute_& attr) const in parse() 66 inline constexpr literal_string<char const*, char_encoding::standard, unused_type> 73 literal_string<std::basic_string<Char>, char_encoding::standard, unused_type> 95 constexpr literal_string<wchar_t const*, char_encoding::standard_wide, unused_type> 101 inline literal_string<std::basic_string<wchar_t>, char_encoding::standard_wide, unused_type> 124 constexpr literal_string<char32_t const*, char_encoding::unicode, unused_type> 130 inline literal_string<std::basic_string<char32_t>, char_encoding::unicode, unused_type> 152 constexpr literal_string<char const*, char_encoding::ascii, unused_type> 159 literal_string<std::basic_string<Char>, char_encoding::ascii, unused_type> [all …]
|
/third_party/boost/boost/fusion/support/ |
D | unused.hpp | 23 struct unused_type struct 27 unused_type() BOOST_FUSION_NOEXCEPT_ON_DEFAULTED, in unused_type() function 33 unused_type(T const&) BOOST_NOEXCEPT 38 BOOST_CONSTEXPR_OR_CONST unused_type unused = unused_type(); 45 unused_only(unused_type const&) BOOST_NOEXCEPT {} in unused_only() 56 inline std::istream& operator>>(std::istream& in, unused_type&) BOOST_NOEXCEPT in operator >>() argument
|
/third_party/boost/boost/fusion/view/zip_view/detail/ |
D | deref_impl.hpp | 40 typedef typename mpl::eval_if<is_same<it, unused_type>, 41 mpl::identity<unused_type>, 54 unused_type operator()(unused_type const&) const in operator ()() 56 return unused_type(); in operator ()()
|
D | next_impl.hpp | 39 typedef typename mpl::eval_if<is_same<it, unused_type>, 40 mpl::identity<unused_type>, 53 unused_type operator()(unused_type const&) const in operator ()() 55 return unused_type(); in operator ()()
|
D | prior_impl.hpp | 38 typedef typename mpl::eval_if<is_same<it, unused_type>, 39 mpl::identity<unused_type>, 52 unused_type operator()(unused_type const&) const in operator ()() 54 return unused_type(); in operator ()()
|
/third_party/boost/boost/spirit/home/karma/numeric/ |
D | bool.hpp | 168 generate(OutputIterator&, Context&, Delimiter const&, unused_type) in generate() 200 template <typename Context, typename Unused = unused_type> 202 : mpl::if_c<no_attribute, unused_type, T> 231 , unused_type) const in generate() 264 Modifiers, unused_type, lower || upper>::type 270 result_type operator()(Terminal const& term, unused_type) const in operator ()() 289 Modifiers, unused_type, lower || upper>::type 294 result_type operator()(unused_type, unused_type) const in operator ()() 335 Modifiers, unused_type, lower || upper>::type 341 result_type operator()(Terminal const& term, unused_type) const in operator ()() [all …]
|