Home
last modified time | relevance | path

Searched refs:BOOST_STATIC_STRING_IS_CONST_EVAL (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/static_string/
Dconfig.hpp38 #define BOOST_STATIC_STRING_IS_CONST_EVAL std::is_constant_evaluated() macro
40 #define BOOST_STATIC_STRING_IS_CONST_EVAL __builtin_is_constant_evaluated() macro
Dstatic_string.hpp702 defined(BOOST_STATIC_STRING_IS_CONST_EVAL) in ptr_in_range()
706 if (BOOST_STATIC_STRING_IS_CONST_EVAL) in ptr_in_range()
/third_party/boost/libs/static_string/test/
Dconstexpr_tests.hpp201 #ifdef BOOST_STATIC_STRING_IS_CONST_EVAL in testConstantEvaluation()
387 #ifdef BOOST_STATIC_STRING_IS_CONST_EVAL in testConstantEvaluation()
559 #ifdef BOOST_STATIC_STRING_IS_CONST_EVAL in testConstantEvaluation()