Home
last modified time | relevance | path

Searched refs:__INSERT_REGEX_MATCHER (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_compiler.tcc284 #define __INSERT_REGEX_MATCHER(__func, ...)\ macro
306 __INSERT_REGEX_MATCHER(_M_insert_any_matcher_posix); in _M_atom()
308 __INSERT_REGEX_MATCHER(_M_insert_any_matcher_ecma); in _M_atom()
311 __INSERT_REGEX_MATCHER(_M_insert_char_matcher); in _M_atom()
316 __INSERT_REGEX_MATCHER(_M_insert_character_class_matcher); in _M_atom()
350 __INSERT_REGEX_MATCHER(_M_insert_bracket_matcher, __neg); in _M_bracket_expression()
353 #undef __INSERT_REGEX_MATCHER
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_compiler.tcc290 #define __INSERT_REGEX_MATCHER(__func, ...)\ macro
312 __INSERT_REGEX_MATCHER(_M_insert_any_matcher_posix); in _M_atom()
314 __INSERT_REGEX_MATCHER(_M_insert_any_matcher_ecma); in _M_atom()
317 __INSERT_REGEX_MATCHER(_M_insert_char_matcher); in _M_atom()
322 __INSERT_REGEX_MATCHER(_M_insert_character_class_matcher); in _M_atom()
358 __INSERT_REGEX_MATCHER(_M_insert_bracket_matcher, __neg); in _M_bracket_expression()
361 #undef __INSERT_REGEX_MATCHER
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2017170 (__INSERT_REGEX_MATCHER): Replace GNU extension with __VA_ARGS__.
H A DChangeLog-20185065 * include/bits/regex_compiler.tcc (__INSERT_REGEX_MATCHER): Add