Searched refs:syntax_option_type (Results 1 – 11 of 11) sorted by relevance
81 enum syntax_option_type : unsigned int { }; in _GLIBCXX_VISIBILITY() enum87 _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 …]
81 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()216 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
397 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 …]
63 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()
187 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
73 typedef unsigned int syntax_option_type; in _GLIBCXX_VISIBILITY() typedef79 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 …]
349 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 …]
65 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()
261 typedef regex_constants::syntax_option_type _FlagT; in _GLIBCXX_VISIBILITY()
85 * The @c syntax_option_type is implementation defined but it is valid to89 * A valid value of type syntax_option_type shall have exactly one of the93 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 …]