Home
last modified time | relevance | path

Searched defs:_ScannerBase (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_scanner.h42 struct _ScannerBase in _GLIBCXX_VISIBILITY() struct
46 enum _TokenT : unsigned in _GLIBCXX_VISIBILITY()
81 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
83 enum _StateT in _GLIBCXX_VISIBILITY()
91 _ScannerBase(_FlagT __flags) in _GLIBCXX_VISIBILITY() argument
115 _M_find_escape(char __c) in _GLIBCXX_VISIBILITY()
125 _M_is_ecma() const in _GLIBCXX_VISIBILITY()
129 _M_is_basic() const in _GLIBCXX_VISIBILITY()
133 _M_is_extended() const in _GLIBCXX_VISIBILITY()
141 _M_is_grep() const in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_scanner.h42 struct _ScannerBase in _GLIBCXX_VISIBILITY() struct
46 enum _TokenT : unsigned in _GLIBCXX_VISIBILITY()
81 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
83 enum _StateT in _GLIBCXX_VISIBILITY()
91 _ScannerBase(_FlagT __flags) in _GLIBCXX_VISIBILITY() function
115 _M_find_escape(char __c) in _GLIBCXX_VISIBILITY()
125 _M_is_ecma() const in _GLIBCXX_VISIBILITY()
129 _M_is_basic() const in _GLIBCXX_VISIBILITY()
133 _M_is_extended() const in _GLIBCXX_VISIBILITY()
141 _M_is_grep() const in _GLIBCXX_VISIBILITY()
[all …]