Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_constants.h81 enum syntax_option_type : unsigned int { }; in _GLIBCXX_VISIBILITY() enum
87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY()
88 static_cast<syntax_option_type>(1 << _S_icase); in _GLIBCXX_VISIBILITY()
95 _GLIBCXX17_INLINE constexpr syntax_option_type nosubs = in _GLIBCXX_VISIBILITY()
96 static_cast<syntax_option_type>(1 << _S_nosubs); in _GLIBCXX_VISIBILITY()
104 _GLIBCXX17_INLINE constexpr syntax_option_type optimize = in _GLIBCXX_VISIBILITY()
105 static_cast<syntax_option_type>(1 << _S_optimize); in _GLIBCXX_VISIBILITY()
111 _GLIBCXX17_INLINE constexpr syntax_option_type collate = in _GLIBCXX_VISIBILITY()
112 static_cast<syntax_option_type>(1 << _S_collate); in _GLIBCXX_VISIBILITY()
122 _GLIBCXX17_INLINE constexpr syntax_option_type ECMAScript = 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.h397 typedef regex_constants::syntax_option_type flag_type; in _GLIBCXX_VISIBILITY()
781 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()
[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()
/dflybsd-src/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()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dregex85 * The @c syntax_option_type is implementation defined but it is valid to
89 * A valid value of type syntax_option_type shall have exactly one of the
93 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;
130 static const syntax_option_type ECMAScript = 1 << _S_ECMAScript;
139 static const syntax_option_type basic = 1 << _S_basic;
147 static const syntax_option_type extended = 1 << _S_extended;
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dregex85 * The @c syntax_option_type is implementation defined but it is valid to
89 * A valid value of type syntax_option_type shall have exactly one of the
93 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;
130 static const syntax_option_type ECMAScript = 1 << _S_ECMAScript;
139 static const syntax_option_type basic = 1 << _S_basic;
147 static const syntax_option_type extended = 1 << _S_extended;
[all …]