Home
last modified time | relevance | path

Searched refs:__ostr (Results 1 – 25 of 32) sorted by relevance

12

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dregex_automaton.tcc77 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" in _M_dot()
84 __ostr << __id << " [label=\"" << __id << "\\nBACKREF " in _M_dot()
109 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " in _M_dot()
114 __ostr << __id << " [label=\"" << __id << "\\nSEND " in _M_dot()
121 __ostr << __id << " [label=\"" << __id << "\\nMATCH\"];\n" in _M_dot()
131 return __ostr; in _M_dot()
136 _NFA<_TraitsT>::_M_dot(std::ostream& __ostr) const in _M_dot()
138 __ostr << "digraph _Nfa {\n" in _M_dot()
141 (*this)[__i]._M_dot(__ostr, __i); in _M_dot()
142 __ostr << "}\n"; in _M_dot()
[all …]
A Dquoted_string.h96 std::basic_ostringstream<_CharT, _Traits> __ostr; in _GLIBCXX_VISIBILITY()
97 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
101 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
102 __ostr << *__c; in _GLIBCXX_VISIBILITY()
104 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
106 return __os << __ostr.str(); in _GLIBCXX_VISIBILITY()
121 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
125 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
126 __ostr << __c; in _GLIBCXX_VISIBILITY()
128 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
[all …]
A Dregex_automaton.h117 _M_dot(std::ostream& __ostr, _StateIdT __id) const; in _GLIBCXX_VISIBILITY()
345 _M_dot(std::ostream& __ostr) const; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dregex_automaton.tcc77 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" in _M_dot()
84 __ostr << __id << " [label=\"" << __id << "\\nBACKREF " in _M_dot()
109 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " in _M_dot()
114 __ostr << __id << " [label=\"" << __id << "\\nSEND " in _M_dot()
121 __ostr << __id << " [label=\"" << __id << "\\nMATCH\"];\n" in _M_dot()
131 return __ostr; in _M_dot()
136 _NFA<_TraitsT>::_M_dot(std::ostream& __ostr) const in _M_dot()
138 __ostr << "digraph _Nfa {\n" in _M_dot()
141 (*this)[__i]._M_dot(__ostr, __i); in _M_dot()
142 __ostr << "}\n"; in _M_dot()
[all …]
A Dquoted_string.h96 std::basic_ostringstream<_CharT, _Traits> __ostr; in _GLIBCXX_VISIBILITY()
97 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
101 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
102 __ostr << *__c; in _GLIBCXX_VISIBILITY()
104 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
106 return __os << __ostr.str(); in _GLIBCXX_VISIBILITY()
121 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
125 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
126 __ostr << __c; in _GLIBCXX_VISIBILITY()
128 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
[all …]
A Dregex_automaton.h117 _M_dot(std::ostream& __ostr, _StateIdT __id) const; in _GLIBCXX_VISIBILITY()
345 _M_dot(std::ostream& __ostr) const; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dregex_automaton.tcc77 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" in _M_dot()
84 __ostr << __id << " [label=\"" << __id << "\\nBACKREF " in _M_dot()
109 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " in _M_dot()
114 __ostr << __id << " [label=\"" << __id << "\\nSEND " in _M_dot()
121 __ostr << __id << " [label=\"" << __id << "\\nMATCH\"];\n" in _M_dot()
131 return __ostr; in _M_dot()
136 _NFA<_TraitsT>::_M_dot(std::ostream& __ostr) const in _M_dot()
138 __ostr << "digraph _Nfa {\n" in _M_dot()
141 (*this)[__i]._M_dot(__ostr, __i); in _M_dot()
142 __ostr << "}\n"; in _M_dot()
[all …]
A Dquoted_string.h96 std::basic_ostringstream<_CharT, _Traits> __ostr; in _GLIBCXX_VISIBILITY()
97 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
101 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
102 __ostr << *__c; in _GLIBCXX_VISIBILITY()
104 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
106 return __os << __ostr.str(); in _GLIBCXX_VISIBILITY()
121 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
125 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
126 __ostr << __c; in _GLIBCXX_VISIBILITY()
128 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
[all …]
A Dregex_automaton.h117 _M_dot(std::ostream& __ostr, _StateIdT __id) const; in _GLIBCXX_VISIBILITY()
345 _M_dot(std::ostream& __ostr) const; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dregex_automaton.tcc77 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" in _M_dot()
84 __ostr << __id << " [label=\"" << __id << "\\nBACKREF " in _M_dot()
109 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " in _M_dot()
114 __ostr << __id << " [label=\"" << __id << "\\nSEND " in _M_dot()
121 __ostr << __id << " [label=\"" << __id << "\\nMATCH\"];\n" in _M_dot()
131 return __ostr; in _M_dot()
136 _NFA<_TraitsT>::_M_dot(std::ostream& __ostr) const in _M_dot()
138 __ostr << "digraph _Nfa {\n" in _M_dot()
141 (*this)[__i]._M_dot(__ostr, __i); in _M_dot()
142 __ostr << "}\n"; in _M_dot()
[all …]
A Dquoted_string.h78 std::basic_ostringstream<_CharT, _Traits> __ostr; in _GLIBCXX_VISIBILITY() local
79 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
83 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
84 __ostr << *__c; in _GLIBCXX_VISIBILITY()
86 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
88 return __os << __ostr.str(); in _GLIBCXX_VISIBILITY()
103 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
107 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
108 __ostr << __c; in _GLIBCXX_VISIBILITY()
110 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
[all …]
A Dregex_automaton.h117 _M_dot(std::ostream& __ostr, _StateIdT __id) const; in _GLIBCXX_VISIBILITY()
344 _M_dot(std::ostream& __ostr) const; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dregex_automaton.tcc77 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" in _M_dot()
84 __ostr << __id << " [label=\"" << __id << "\\nBACKREF " in _M_dot()
109 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " in _M_dot()
114 __ostr << __id << " [label=\"" << __id << "\\nSEND " in _M_dot()
121 __ostr << __id << " [label=\"" << __id << "\\nMATCH\"];\n" in _M_dot()
131 return __ostr; in _M_dot()
136 _NFA<_TraitsT>::_M_dot(std::ostream& __ostr) const in _M_dot()
138 __ostr << "digraph _Nfa {\n" in _M_dot()
141 (*this)[__i]._M_dot(__ostr, __i); in _M_dot()
142 __ostr << "}\n"; in _M_dot()
[all …]
A Dquoted_string.h78 std::basic_ostringstream<_CharT, _Traits> __ostr; in _GLIBCXX_VISIBILITY() local
79 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
83 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
84 __ostr << *__c; in _GLIBCXX_VISIBILITY()
86 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
88 return __os << __ostr.str(); in _GLIBCXX_VISIBILITY()
103 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
107 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
108 __ostr << __c; in _GLIBCXX_VISIBILITY()
110 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
[all …]
A Dregex_automaton.h117 _M_dot(std::ostream& __ostr, _StateIdT __id) const; in _GLIBCXX_VISIBILITY()
345 _M_dot(std::ostream& __ostr) const; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dregex_automaton.tcc77 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" in _M_dot()
84 __ostr << __id << " [label=\"" << __id << "\\nBACKREF " in _M_dot()
109 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " in _M_dot()
114 __ostr << __id << " [label=\"" << __id << "\\nSEND " in _M_dot()
121 __ostr << __id << " [label=\"" << __id << "\\nMATCH\"];\n" in _M_dot()
131 return __ostr; in _M_dot()
136 _NFA<_TraitsT>::_M_dot(std::ostream& __ostr) const in _M_dot()
138 __ostr << "digraph _Nfa {\n" in _M_dot()
141 (*this)[__i]._M_dot(__ostr, __i); in _M_dot()
142 __ostr << "}\n"; in _M_dot()
[all …]
A Dquoted_string.h96 std::basic_ostringstream<_CharT, _Traits> __ostr; in _GLIBCXX_VISIBILITY()
97 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
101 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
102 __ostr << *__c; in _GLIBCXX_VISIBILITY()
104 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
106 return __os << __ostr.str(); in _GLIBCXX_VISIBILITY()
121 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
125 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
126 __ostr << __c; in _GLIBCXX_VISIBILITY()
128 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
[all …]
A Dregex_automaton.h117 _M_dot(std::ostream& __ostr, _StateIdT __id) const; in _GLIBCXX_VISIBILITY()
345 _M_dot(std::ostream& __ostr) const; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dregex_automaton.tcc75 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" in _M_dot()
82 __ostr << __id << " [label=\"" << __id << "\\nBACKREF " in _M_dot()
107 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " in _M_dot()
112 __ostr << __id << " [label=\"" << __id << "\\nSEND " in _M_dot()
119 __ostr << __id << " [label=\"" << __id << "\\nMATCH\"];\n" in _M_dot()
129 return __ostr; in _M_dot()
134 _NFA<_TraitsT>::_M_dot(std::ostream& __ostr) const in _M_dot()
136 __ostr << "digraph _Nfa {\n" in _M_dot()
139 (*this)[__i]._M_dot(__ostr, __i); in _M_dot()
140 __ostr << "}\n"; in _M_dot()
[all …]
A Dregex_automaton.h101 _M_dot(std::ostream& __ostr, _StateIdT __id) const; in _GLIBCXX_VISIBILITY()
257 _M_dot(std::ostream& __ostr) const; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dregex_automaton.tcc77 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" in _M_dot()
84 __ostr << __id << " [label=\"" << __id << "\\nBACKREF " in _M_dot()
109 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN " in _M_dot()
114 __ostr << __id << " [label=\"" << __id << "\\nSEND " in _M_dot()
121 __ostr << __id << " [label=\"" << __id << "\\nMATCH\"];\n" in _M_dot()
131 return __ostr; in _M_dot()
136 _NFA<_TraitsT>::_M_dot(std::ostream& __ostr) const in _M_dot()
138 __ostr << "digraph _Nfa {\n" in _M_dot()
141 (*this)[__i]._M_dot(__ostr, __i); in _M_dot()
142 __ostr << "}\n"; in _M_dot()
[all …]
A Dquoted_string.h78 std::basic_ostringstream<_CharT, _Traits> __ostr; in _GLIBCXX_VISIBILITY() local
79 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
83 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
84 __ostr << *__c; in _GLIBCXX_VISIBILITY()
86 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
88 return __os << __ostr.str(); in _GLIBCXX_VISIBILITY()
103 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
107 __ostr << __str._M_escape; in _GLIBCXX_VISIBILITY()
108 __ostr << __c; in _GLIBCXX_VISIBILITY()
110 __ostr << __str._M_delim; in _GLIBCXX_VISIBILITY()
[all …]
A Dregex_automaton.h106 _M_dot(std::ostream& __ostr, _StateIdT __id) const; in _GLIBCXX_VISIBILITY()
275 _M_dot(std::ostream& __ostr) const; in _GLIBCXX_VISIBILITY()
A Dregex.h755 _M_dot(std::ostream& __ostr) in _GLIBCXX_VISIBILITY()
756 { _M_automaton->_M_dot(__ostr); } in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Diomanip381 std::basic_ostringstream<_CharT, _Traits> __ostr;
382 __ostr << __str._M_delim;
386 __ostr << __str._M_escape;
387 __ostr << *__c;
389 __ostr << __str._M_delim;
391 return __os << __ostr.str();
406 __ostr << __str._M_delim;
410 __ostr << __str._M_escape;
411 __ostr << __c;
413 __ostr << __str._M_delim;
[all …]

Completed in 39 milliseconds

12