OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_flags
(Results
1 - 25
of
42
) sorted by null
1
2
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_executor.h
77
_M_flags
((__flags & regex_constants::match_prev_avail)
125
&& !(
_M_flags
& (regex_constants::match_not_bol
133
&& !(
_M_flags
& regex_constants::match_not_eol);
155
_FlagT
_M_flags
;
regex_automaton.h
122
:
_M_flags
(__f), _M_start_state(0), _M_subexpr_count(0),
134
{ return
_M_flags
; }
145
_FlagT
_M_flags
;
regex_compiler.h
138
_FlagT
_M_flags
;
regex_scanner.h
93
_M_flags
(__flags),
118
{ return
_M_flags
& regex_constants::ECMAScript; }
122
{ return
_M_flags
& (regex_constants::basic | regex_constants::grep); }
127
return
_M_flags
& (regex_constants::extended
134
{ return
_M_flags
& (regex_constants::grep | regex_constants::egrep); }
138
{ return
_M_flags
& regex_constants::awk; }
183
_FlagT
_M_flags
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_nfa.h
265
:
_M_flags
(__f), _M_start_state(0), _M_subexpr_count(0)
273
{ return
_M_flags
; }
329
_FlagT
_M_flags
;
regex_compiler.h
105
: _M_current(__begin) , _M_end(__end) ,
_M_flags
(__flags),
147
_FlagT
_M_flags
;
228
else if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
281
if (
_M_flags
& (regex_constants::basic | regex_constants::grep))
346
if (!(
_M_flags
& regex_constants::ECMAScript)
377
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
387
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
397
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
410
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
ios_base.h
456
fmtflags
_M_flags
;
554
{ return
_M_flags
; }
566
fmtflags __old =
_M_flags
;
567
_M_flags
= __fmtfl;
582
fmtflags __old =
_M_flags
;
583
_M_flags
|= __fmtfl;
599
fmtflags __old =
_M_flags
;
600
_M_flags
&= ~__mask;
601
_M_flags
|= (__fmtfl & __mask);
613
{
_M_flags
&= ~__mask;
[
all
...]
regex.h
384
:
_M_flags
(regex_constants::ECMAScript),
386
_M_traits,
_M_flags
))
403
:
_M_flags
(__f),
405
_M_traits,
_M_flags
))
420
:
_M_flags
(__f),
421
_M_automaton(__regex::__compile(__p, __p + __len, _M_traits,
_M_flags
))
430
:
_M_flags
(__rhs.
_M_flags
), _M_traits(__rhs._M_traits),
440
:
_M_flags
(__rhs.
_M_flags
), _M_traits(__rhs._M_traits)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_nfa.h
278
:
_M_flags
(__f), _M_start_state(0), _M_subexpr_count(0)
286
{ return
_M_flags
; }
343
_FlagT
_M_flags
;
regex_compiler.h
110
: _M_current(__begin) , _M_end(__end) ,
_M_flags
(__flags),
151
_FlagT
_M_flags
;
232
else if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
285
if (
_M_flags
& (regex_constants::basic | regex_constants::grep))
350
if (!(
_M_flags
& regex_constants::ECMAScript)
381
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
391
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
401
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
414
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
ios_base.h
454
fmtflags
_M_flags
;
552
{ return
_M_flags
; }
564
fmtflags __old =
_M_flags
;
565
_M_flags
= __fmtfl;
580
fmtflags __old =
_M_flags
;
581
_M_flags
|= __fmtfl;
597
fmtflags __old =
_M_flags
;
598
_M_flags
&= ~__mask;
599
_M_flags
|= (__fmtfl & __mask);
611
{
_M_flags
&= ~__mask;
[
all
...]
regex.h
368
:
_M_flags
(ECMAScript),
370
_M_traits,
_M_flags
))
386
:
_M_flags
(__f),
388
_M_traits,
_M_flags
))
404
:
_M_flags
(__f),
405
_M_automaton(__detail::__compile(__p, __p + __len, _M_traits,
_M_flags
))
414
:
_M_flags
(__rhs.
_M_flags
), _M_traits(__rhs._M_traits),
424
:
_M_flags
(__rhs.
_M_flags
), _M_traits(__rhs._M_traits)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_nfa.h
278
:
_M_flags
(__f), _M_start_state(0), _M_subexpr_count(0)
286
{ return
_M_flags
; }
343
_FlagT
_M_flags
;
regex_compiler.h
110
: _M_current(__begin) , _M_end(__end) ,
_M_flags
(__flags),
151
_FlagT
_M_flags
;
232
else if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
285
if (
_M_flags
& (regex_constants::basic | regex_constants::grep))
350
if (!(
_M_flags
& regex_constants::ECMAScript)
381
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
391
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
401
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
414
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
ios_base.h
454
fmtflags
_M_flags
;
552
{ return
_M_flags
; }
564
fmtflags __old =
_M_flags
;
565
_M_flags
= __fmtfl;
580
fmtflags __old =
_M_flags
;
581
_M_flags
|= __fmtfl;
597
fmtflags __old =
_M_flags
;
598
_M_flags
&= ~__mask;
599
_M_flags
|= (__fmtfl & __mask);
611
{
_M_flags
&= ~__mask;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h
265
:
_M_flags
(__f), _M_start_state(0), _M_subexpr_count(0)
273
{ return
_M_flags
; }
329
_FlagT
_M_flags
;
regex_compiler.h
105
: _M_current(__begin) , _M_end(__end) ,
_M_flags
(__flags),
147
_FlagT
_M_flags
;
228
else if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
281
if (
_M_flags
& (regex_constants::basic | regex_constants::grep))
346
if (!(
_M_flags
& regex_constants::ECMAScript)
377
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
387
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
397
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
410
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h
265
:
_M_flags
(__f), _M_start_state(0), _M_subexpr_count(0)
273
{ return
_M_flags
; }
329
_FlagT
_M_flags
;
regex_compiler.h
105
: _M_current(__begin) , _M_end(__end) ,
_M_flags
(__flags),
147
_FlagT
_M_flags
;
228
else if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
281
if (
_M_flags
& (regex_constants::basic | regex_constants::grep))
346
if (!(
_M_flags
& regex_constants::ECMAScript)
377
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
387
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
397
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
410
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h
265
:
_M_flags
(__f), _M_start_state(0), _M_subexpr_count(0)
273
{ return
_M_flags
; }
329
_FlagT
_M_flags
;
regex_compiler.h
105
: _M_current(__begin) , _M_end(__end) ,
_M_flags
(__flags),
147
_FlagT
_M_flags
;
228
else if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
281
if (
_M_flags
& (regex_constants::basic | regex_constants::grep))
346
if (!(
_M_flags
& regex_constants::ECMAScript)
377
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
387
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
397
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
410
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h
265
:
_M_flags
(__f), _M_start_state(0), _M_subexpr_count(0)
273
{ return
_M_flags
; }
329
_FlagT
_M_flags
;
regex_compiler.h
105
: _M_current(__begin) , _M_end(__end) ,
_M_flags
(__flags),
147
_FlagT
_M_flags
;
228
else if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
281
if (
_M_flags
& (regex_constants::basic | regex_constants::grep))
346
if (!(
_M_flags
& regex_constants::ECMAScript)
377
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
387
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
397
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
410
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_nfa.h
278
:
_M_flags
(__f), _M_start_state(0), _M_subexpr_count(0)
286
{ return
_M_flags
; }
343
_FlagT
_M_flags
;
regex_compiler.h
110
: _M_current(__begin) , _M_end(__end) ,
_M_flags
(__flags),
151
_FlagT
_M_flags
;
232
else if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
285
if (
_M_flags
& (regex_constants::basic | regex_constants::grep))
350
if (!(
_M_flags
& regex_constants::ECMAScript)
381
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
391
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
401
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
414
if (!(
_M_flags
& (regex_constants::basic | regex_constants::grep)))
Completed in 737 milliseconds
1
2