Home
last modified time | relevance | path

Searched refs:syntax_option_type (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_constants.h182 constexpr inline syntax_option_type in _GLIBCXX_VISIBILITY()
183 operator&(syntax_option_type __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY()
190 operator|(syntax_option_type __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY()
197 operator^(syntax_option_type __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY()
204 operator~(syntax_option_type __a) in _GLIBCXX_VISIBILITY()
207 inline syntax_option_type& in _GLIBCXX_VISIBILITY()
208 operator&=(syntax_option_type& __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY()
211 inline syntax_option_type& in _GLIBCXX_VISIBILITY()
212 operator|=(syntax_option_type& __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY()
215 inline syntax_option_type& in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_scanner.h81 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
216 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
H A Dregex.h781 constexpr regex_constants::syntax_option_type in _GLIBCXX_VISIBILITY()
785 constexpr regex_constants::syntax_option_type in _GLIBCXX_VISIBILITY()
789 constexpr regex_constants::syntax_option_type in _GLIBCXX_VISIBILITY()
793 constexpr regex_constants::syntax_option_type in _GLIBCXX_VISIBILITY()
797 constexpr regex_constants::syntax_option_type in _GLIBCXX_VISIBILITY()
801 constexpr regex_constants::syntax_option_type in _GLIBCXX_VISIBILITY()
805 constexpr regex_constants::syntax_option_type in _GLIBCXX_VISIBILITY()
809 constexpr regex_constants::syntax_option_type in _GLIBCXX_VISIBILITY()
813 constexpr regex_constants::syntax_option_type in _GLIBCXX_VISIBILITY()
817 constexpr regex_constants::syntax_option_type in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_compiler.h63 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
195 regex_constants::syntax_option_type __flags) in _GLIBCXX_VISIBILITY()
207 regex_constants::syntax_option_type __flags) in _GLIBCXX_VISIBILITY()
H A Dregex_automaton.h187 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_constants.h73 typedef unsigned int syntax_option_type; in _GLIBCXX_VISIBILITY() typedef
79 static constexpr syntax_option_type icase = 1 << _S_icase; in _GLIBCXX_VISIBILITY()
86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs; in _GLIBCXX_VISIBILITY()
94 static constexpr syntax_option_type optimize = 1 << _S_optimize; in _GLIBCXX_VISIBILITY()
100 static constexpr syntax_option_type collate = 1 << _S_collate; in _GLIBCXX_VISIBILITY()
110 static constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript; in _GLIBCXX_VISIBILITY()
119 static constexpr syntax_option_type basic = 1 << _S_basic; in _GLIBCXX_VISIBILITY()
127 static constexpr syntax_option_type extended = 1 << _S_extended; in _GLIBCXX_VISIBILITY()
137 static constexpr syntax_option_type awk = 1 << _S_awk; in _GLIBCXX_VISIBILITY()
145 static constexpr syntax_option_type grep = 1 << _S_grep; in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex.h349 typedef regex_constants::syntax_option_type flag_type; in _GLIBCXX_VISIBILITY()
357 static constexpr regex_constants::syntax_option_type icase in _GLIBCXX_VISIBILITY()
359 static constexpr regex_constants::syntax_option_type nosubs in _GLIBCXX_VISIBILITY()
361 static constexpr regex_constants::syntax_option_type optimize in _GLIBCXX_VISIBILITY()
363 static constexpr regex_constants::syntax_option_type collate in _GLIBCXX_VISIBILITY()
365 static constexpr regex_constants::syntax_option_type ECMAScript in _GLIBCXX_VISIBILITY()
367 static constexpr regex_constants::syntax_option_type basic in _GLIBCXX_VISIBILITY()
369 static constexpr regex_constants::syntax_option_type extended in _GLIBCXX_VISIBILITY()
371 static constexpr regex_constants::syntax_option_type awk in _GLIBCXX_VISIBILITY()
373 static constexpr regex_constants::syntax_option_type grep in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_compiler.h65 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
636 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
1101 regex_constants::syntax_option_type __f) in _GLIBCXX_VISIBILITY()
H A Dregex_nfa.h261 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dregex93 typedef unsigned int syntax_option_type;
99 static const syntax_option_type icase = 1 << _S_icase;
106 static const syntax_option_type nosubs = 1 << _S_nosubs;
114 static const syntax_option_type optimize = 1 << _S_optimize;
120 static const syntax_option_type collate = 1 << _S_collate;
139 static const syntax_option_type basic = 1 << _S_basic;
159 static const syntax_option_type awk = 1 << _S_awk;
167 static const syntax_option_type grep = 1 << _S_grep;
175 static const syntax_option_type egrep = 1 << _S_egrep;
756 static const regex_constants::syntax_option_type awk
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dregex93 typedef unsigned int syntax_option_type;
99 static const syntax_option_type icase = 1 << _S_icase;
106 static const syntax_option_type nosubs = 1 << _S_nosubs;
114 static const syntax_option_type optimize = 1 << _S_optimize;
120 static const syntax_option_type collate = 1 << _S_collate;
139 static const syntax_option_type basic = 1 << _S_basic;
159 static const syntax_option_type awk = 1 << _S_awk;
167 static const syntax_option_type grep = 1 << _S_grep;
175 static const syntax_option_type egrep = 1 << _S_egrep;
753 static const regex_constants::syntax_option_type awk
[all …]