Home
last modified time | relevance | path

Searched defs:BOOST_UNLIKELY (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/nowide/standalone/
Dconfig.hpp76 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
82 #define BOOST_UNLIKELY(x) x macro
/third_party/boost/boost/config/compiler/
Dxlcpp.hpp52 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
Dintel.hpp259 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
Dxlcpp_zos.hpp172 #define BOOST_UNLIKELY(x) __builtin_expect((x) && true, 0) macro
Dclang.hpp75 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
Dgcc.hpp96 #define BOOST_UNLIKELY(x) __builtin_expect(x, 0) macro
/third_party/boost/boost/config/detail/
Dsuffix.hpp667 # define BOOST_UNLIKELY(x) x macro