Home
last modified time | relevance | path

Searched refs:BOOST_UNREACHABLE_RETURN (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/dll/
Dlibrary_info.hpp156 BOOST_UNREACHABLE_RETURN(std::vector<std::string>()) in sections()
172 BOOST_UNREACHABLE_RETURN(std::vector<std::string>()) in symbols()
189 BOOST_UNREACHABLE_RETURN(std::vector<std::string>()) in symbols()
204 BOOST_UNREACHABLE_RETURN(std::vector<std::string>()) in symbols()
/third_party/boost/boost/iostreams/detail/config/
Dunreachable_return.hpp18 BOOST_UNREACHABLE_RETURN(x)
/third_party/boost/boost/variant/detail/
Dforced_return.hpp42 BOOST_UNREACHABLE_RETURN(dummy()); in forced_return()
/third_party/boost/libs/config/test/
Dhelper_macro_test.cpp28 BOOST_UNREACHABLE_RETURN(0) // NOTE: no semicolon afterwards!! in test_unreachable()
Dconfig_info.cpp1246 PRINT_MACRO(BOOST_UNREACHABLE_RETURN(0)); in print_boost_macros()
/third_party/boost/boost/config/detail/
Dsuffix.hpp447 #ifndef BOOST_UNREACHABLE_RETURN
449 # define BOOST_UNREACHABLE_RETURN(x) return x; macro
451 # define BOOST_UNREACHABLE_RETURN(x) macro
/third_party/boost/boost/test/detail/
Dconfig.hpp157 # define BOOST_TEST_UNREACHABLE_RETURN(x) BOOST_UNREACHABLE_RETURN(x)
/third_party/boost/boost/config/compiler/
Dvisualc.hpp47 #define BOOST_UNREACHABLE_RETURN(x) __assume(0); macro
Dgcc.hpp345 #define BOOST_UNREACHABLE_RETURN(x) __builtin_unreachable(); macro
Dclang.hpp331 #define BOOST_UNREACHABLE_RETURN(x) __builtin_unreachable(); macro
/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp1536 BOOST_UNREACHABLE_RETURN(To()) in dispatch()
1562 BOOST_UNREACHABLE_RETURN(NULL) in operator ()()
/third_party/boost/libs/config/doc/
Dmacro_reference.qbk1098 [[`BOOST_UNREACHABLE_RETURN(result)`][