OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_CharT
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex_executor.h
61
typedef typename iterator_traits<_BiIter>::value_type
_CharT
;
62
typedef basic_regex<
_CharT
, _TraitsT> _RegexT;
159
_M_is_word(
_CharT
__ch) const
161
static const
_CharT
__s[2] = { 'w' };
211
_M_is_line_terminator(
_CharT
__c) const
214
const auto& __ct = use_facet<ctype<
_CharT
>>(__traits.getloc());
regex_compiler.h
60
typedef typename _TraitsT::char_type
_CharT
;
64
_Compiler(const
_CharT
* __b, const
_CharT
* __e,
72
typedef _Scanner<
_CharT
> _ScannerT;
77
typedef std::ctype<
_CharT
> _CtypeT;
128
_CharT
_M_char =
_CharT
();
131
set(
_CharT
__c) noexcept { _M_type = _Type::_Char; _M_char = __c; }
133
_GLIBCXX_NODISCARD
_CharT
212
typedef typename _TraitsT::char_type
_CharT
;
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex_executor.h
61
typedef typename iterator_traits<_BiIter>::value_type
_CharT
;
62
typedef basic_regex<
_CharT
, _TraitsT> _RegexT;
159
_M_is_word(
_CharT
__ch) const
161
static const
_CharT
__s[2] = { 'w' };
211
_M_is_line_terminator(
_CharT
__c) const
214
const auto& __ct = use_facet<ctype<
_CharT
>>(__traits.getloc());
regex_compiler.h
60
typedef typename _TraitsT::char_type
_CharT
;
64
_Compiler(const
_CharT
* __b, const
_CharT
* __e,
72
typedef _Scanner<
_CharT
> _ScannerT;
77
typedef std::ctype<
_CharT
> _CtypeT;
128
_CharT
_M_char =
_CharT
();
131
set(
_CharT
__c) noexcept { _M_type = _Type::_Char; _M_char = __c; }
133
_GLIBCXX_NODISCARD
_CharT
212
typedef typename _TraitsT::char_type
_CharT
;
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
ropeimpl.h
59
template <class
_CharT
, class _Alloc>
61
_Rope_iterator_base<
_CharT
, _Alloc>::
62
_S_setbuf(_Rope_iterator_base<
_CharT
, _Alloc>& __x)
72
__x._M_buf_start = ((_Rope_RopeLeaf<
_CharT
, _Alloc>*)__leaf)->_M_data;
82
char_producer<
_CharT
>* __fn = ((_Rope_RopeFunction<
_CharT
,
105
template <class
_CharT
, class _Alloc>
107
_Rope_iterator_base<
_CharT
, _Alloc>::
108
_S_setcache(_Rope_iterator_base<
_CharT
, _Alloc>& __x)
148
_Rope_RopeConcatenation<
_CharT
, _Alloc>* __c
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
ropeimpl.h
59
template <class
_CharT
, class _Alloc>
61
_Rope_iterator_base<
_CharT
, _Alloc>::
62
_S_setbuf(_Rope_iterator_base<
_CharT
, _Alloc>& __x)
72
__x._M_buf_start = ((_Rope_RopeLeaf<
_CharT
, _Alloc>*)__leaf)->_M_data;
82
char_producer<
_CharT
>* __fn = ((_Rope_RopeFunction<
_CharT
,
105
template <class
_CharT
, class _Alloc>
107
_Rope_iterator_base<
_CharT
, _Alloc>::
108
_S_setcache(_Rope_iterator_base<
_CharT
, _Alloc>& __x)
148
_Rope_RopeConcatenation<
_CharT
, _Alloc>* __c
[
all
...]
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026