Home
last modified time | relevance | path

Searched refs:BOOST_REGEX_RECURSIVE (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/regex/
Dconfig.hpp414 #if !defined(BOOST_REGEX_RECURSIVE) && !defined(BOOST_REGEX_NON_RECURSIVE)
416 # define BOOST_REGEX_RECURSIVE macro
423 # ifdef BOOST_REGEX_RECURSIVE
/third_party/boost/libs/regex/test/config_info/
Dregex_config_info.cpp47 PRINT_MACRO(BOOST_REGEX_RECURSIVE); in NEW_MAIN()
/third_party/boost/libs/xpressive/perf/
DJamfile.v241 <define>BOOST_REGEX_RECURSIVE
/third_party/boost/boost/regex/v4/
Dperl_matcher.hpp456 #ifdef BOOST_REGEX_RECURSIVE
522 #ifdef BOOST_REGEX_RECURSIVE
627 #ifdef BOOST_REGEX_RECURSIVE
Dperl_matcher_common.hpp92 #elif defined(BOOST_REGEX_RECURSIVE) in construct_init()
374 #ifdef BOOST_REGEX_RECURSIVE in match_prefix()
/third_party/boost/libs/xpressive/doc/
Dperf.qbk35 [[_regexpp_ Version:] [1.33+, BOOST_REGEX_USE_CPP_LOCALE, BOOST_REGEX_RECURSIVE]]
71 [[_regexpp_ Version:] [1.33+, BOOST_REGEX_USE_CPP_LOCALE, BOOST_REGEX_RECURSIVE]]
/third_party/boost/libs/regex/test/
DJamfile.v283 <define>BOOST_REGEX_RECURSIVE=1
177 <define>BOOST_REGEX_RECURSIVE=1
/third_party/boost/libs/regex/doc/
Dconfiguration.qbk50 [[BOOST_REGEX_RECURSIVE][Tells Boost.Regex to use a stack-recursive matching algorithm. This is ge…
58 The following option applies only if BOOST_REGEX_RECURSIVE is set.