reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
415 static constexpr flag_type ECMAScript = regex_constants::ECMAScript;
usr/include/c++/7.4.0/bits/regex_compiler.tcc67 & (regex_constants::ECMAScript 74 : __flags | regex_constants::ECMAScript), 184 bool __neg = (_M_flags & regex_constants::ECMAScript); 316 if (!(_M_flags & regex_constants::ECMAScript)) 428 if (!(_M_flags & regex_constants::ECMAScript)) 511 if (!(_M_flags & regex_constants::ECMAScript))usr/include/c++/7.4.0/bits/regex_executor.tcc
391 if (_M_nfa._M_flags & regex_constants::ECMAScript) 435 if (_M_nfa._M_flags & regex_constants::ECMAScript)usr/include/c++/7.4.0/bits/regex_scanner.h
126 { return _M_flags & regex_constants::ECMAScript; }