Home | History | Annotate | Download | only in bits

Lines Matching refs:constexpr

79   static constexpr syntax_option_type icase      = 1 << _S_icase;
86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs;
94 static constexpr syntax_option_type optimize = 1 << _S_optimize;
100 static constexpr syntax_option_type collate = 1 << _S_collate;
110 static constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript;
119 static constexpr syntax_option_type basic = 1 << _S_basic;
127 static constexpr syntax_option_type extended = 1 << _S_extended;
137 static constexpr syntax_option_type awk = 1 << _S_awk;
145 static constexpr syntax_option_type grep = 1 << _S_grep;
153 static constexpr syntax_option_type egrep = 1 << _S_egrep;
196 static constexpr match_flag_type match_default = 0;
203 static constexpr match_flag_type match_not_bol = 1 << _S_not_bol;
210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol;
216 static constexpr match_flag_type match_not_bow = 1 << _S_not_bow;
222 static constexpr match_flag_type match_not_eow = 1 << _S_not_eow;
228 static constexpr match_flag_type match_any = 1 << _S_any;
233 static constexpr match_flag_type match_not_null = 1 << _S_not_null;
238 static constexpr match_flag_type match_continuous = 1 << _S_continuous;
245 static constexpr match_flag_type match_prev_avail = 1 << _S_prev_avail;
273 static constexpr match_flag_type format_default = 0;
281 static constexpr match_flag_type format_sed = 1 << _S_sed;
288 static constexpr match_flag_type format_no_copy = 1 << _S_no_copy;
294 static constexpr match_flag_type format_first_only = 1 << _S_first_only;