Home
last modified time | relevance | path

Searched defs:BOOST_ATTRIBUTE_UNUSED (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/
Dargument_no_predefined_40.hpp11 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
12 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
16 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
17 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
Dargument_no_predefined_50.hpp11 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
12 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
16 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
17 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
Dargument_no_predefined_30.hpp11 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
12 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
16 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
17 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
Dargument_no_predefined_20.hpp11 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
12 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
16 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
17 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
Dargument_no_predefined_10.hpp11 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
12 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
16 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
17 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
Dargument_predefined_50.hpp11 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
12 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
18 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
19 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
Dargument_predefined_40.hpp11 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
12 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
18 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
19 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
Dargument_predefined_30.hpp11 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
12 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
18 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
19 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
Dargument_predefined_20.hpp11 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
12 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
18 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
19 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
Dargument_predefined_10.hpp11 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
12 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
18 …typedef expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argume… typedef
19 …typedef expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument… typedef
/third_party/boost/libs/fusion/test/support/
Dunused.cpp28 boost::fusion::unused_type copy_copy BOOST_ATTRIBUTE_UNUSED = dephault; in unused_construction() local
29 boost::fusion::unused_type copy_direct BOOST_ATTRIBUTE_UNUSED (dephault); in unused_construction() local
31 boost::fusion::unused_type copy_copy_brace_direct BOOST_ATTRIBUTE_UNUSED = {dephault}; in unused_construction() local
32 boost::fusion::unused_type copy_direct_brace BOOST_ATTRIBUTE_UNUSED {dephault}; in unused_construction() local
36 boost::fusion::unused_type move_copy BOOST_ATTRIBUTE_UNUSED = std::move(dephault); in unused_construction() local
37 boost::fusion::unused_type move_direct BOOST_ATTRIBUTE_UNUSED (std::move(dephault)); in unused_construction() local
39 … boost::fusion::unused_type move_copy_brace_direct BOOST_ATTRIBUTE_UNUSED = {std::move(dephault)}; in unused_construction() local
40 boost::fusion::unused_type move_direct_brace BOOST_ATTRIBUTE_UNUSED {std::move(dephault)}; in unused_construction() local
47 boost::fusion::unused_type T_copy_copy BOOST_ATTRIBUTE_UNUSED = value; in unused_construction() local
48 boost::fusion::unused_type T_copy_direct BOOST_ATTRIBUTE_UNUSED (value); in unused_construction() local
[all …]
/third_party/boost/boost/test/data/monomorphic/generators/
Dkeywords.hpp28 nfp::keyword<struct begin_t> begin BOOST_ATTRIBUTE_UNUSED; variable
29 nfp::keyword<struct end_t> end BOOST_ATTRIBUTE_UNUSED; variable
30 nfp::keyword<struct step_t> step BOOST_ATTRIBUTE_UNUSED; variable
/third_party/boost/boost/python/
Dinit.hpp71 typedef char too_many_keywords[init_args - keywords >= 0 ? 1 : -1] BOOST_ATTRIBUTE_UNUSED; typedef
227 >::too_many_keywords assertion BOOST_ATTRIBUTE_UNUSED; in init() typedef
236 >::too_many_keywords assertion BOOST_ATTRIBUTE_UNUSED; in init() typedef
Dmake_function.hpp58 >::too_many_keywords assertion BOOST_ATTRIBUTE_UNUSED; in make_function_aux() typedef
Dcast.hpp72 typedef char must_be_a_complete_type[sizeof(T)] BOOST_ATTRIBUTE_UNUSED; in assert_castable() typedef
Ddef.hpp40 >::type assertion BOOST_ATTRIBUTE_UNUSED; in def_from_helper() typedef
Dclass.hpp139 … typedef typename assertion<detail::is_polymorphic<T> >::failed test1 BOOST_ATTRIBUTE_UNUSED; in must_be_derived_class_member() typedef
141 …f typename assertion<detail::is_member_function_pointer<Fn> >::failed test2 BOOST_ATTRIBUTE_UNUSED; in must_be_derived_class_member() typedef
/third_party/boost/boost/winapi/
Dhandles.hpp68 const HANDLE_ invalid_handle_value BOOST_ATTRIBUTE_UNUSED = INVALID_HANDLE_VALUE_; variable
/third_party/boost/boost/phoenix/core/
Dnothing.hpp54 typedef expression::null::type nothing_type BOOST_ATTRIBUTE_UNUSED; typedef
/third_party/boost/libs/config/test/
Dhelper_macro_test.cpp63 typedef int unused_type BOOST_ATTRIBUTE_UNUSED; in main() typedef
/third_party/boost/boost/python/object/
Dpickle_support.hpp110 Class_>::error_type error_type BOOST_ATTRIBUTE_UNUSED; in register_() typedef
/third_party/boost/boost/python/detail/
Dconfig.hpp131 # define BOOST_ATTRIBUTE_UNUSED __attribute__((unused)) macro
/third_party/boost/boost/config/compiler/
Dxlcpp.hpp276 # define BOOST_ATTRIBUTE_UNUSED __attribute__((unused)) macro
Dclang.hpp340 #define BOOST_ATTRIBUTE_UNUSED __attribute__((__unused__)) macro
/third_party/boost/boost/system/
Derror_code.hpp384 static const error_category & posix_category BOOST_ATTRIBUTE_UNUSED = generic_category(); variable
385 static const error_category & errno_ecat BOOST_ATTRIBUTE_UNUSED = generic_category(); variable
386 static const error_category & native_ecat BOOST_ATTRIBUTE_UNUSED = system_category(); variable

12