Home
last modified time | relevance | path

Searched refs:BOOST_REGEX_NON_RECURSIVE (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/regex/
Dconfig.hpp414 #if !defined(BOOST_REGEX_RECURSIVE) && !defined(BOOST_REGEX_NON_RECURSIVE)
418 # define BOOST_REGEX_NON_RECURSIVE macro
422 #ifdef BOOST_REGEX_NON_RECURSIVE
450 #if defined(__cplusplus) && defined(BOOST_REGEX_NON_RECURSIVE)
/third_party/boost/libs/regex/src/
Dregex.cpp42 #if defined(BOOST_REGEX_NON_RECURSIVE) && !defined(BOOST_REGEX_V3)
180 #if defined(BOOST_REGEX_NON_RECURSIVE) && !defined(BOOST_REGEX_V3)
/third_party/boost/libs/regex/test/config_info/
Dregex_config_info.cpp48 PRINT_MACRO(BOOST_REGEX_NON_RECURSIVE); in NEW_MAIN()
/third_party/boost/boost/regex/v4/
Dperl_matcher_common.hpp89 #ifdef BOOST_REGEX_NON_RECURSIVE in construct_init()
213 #ifdef BOOST_REGEX_NON_RECURSIVE in match_imp()
236 #if defined(BOOST_REGEX_NON_RECURSIVE) && !defined(BOOST_NO_EXCEPTIONS) in match_imp()
274 #ifdef BOOST_REGEX_NON_RECURSIVE in find_imp()
327 #if defined(BOOST_REGEX_NON_RECURSIVE) && !defined(BOOST_NO_EXCEPTIONS) in find_imp()
Dperl_matcher.hpp392 #ifdef BOOST_REGEX_NON_RECURSIVE in perl_matcher()
528 #ifdef BOOST_REGEX_NON_RECURSIVE
/third_party/boost/libs/regex/doc/
Dconfiguration.qbk51 [[BOOST_REGEX_NON_RECURSIVE][Tells Boost.Regex to use a non-stack recursive matching algorithm, thi…
66 The following options apply only if BOOST_REGEX_NON_RECURSIVE is set.