OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Type
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
stl_iterator.h
79
typedef typename _Unsafe_type<_Iterator>::
_Type
_UnsafeType;
80
typedef std::reverse_iterator<_UnsafeType>
_Type
;
84
inline std::reverse_iterator<typename _Unsafe_type<_Iterator>::
_Type
>
87
typedef typename _Unsafe_type<_Iterator>::
_Type
_UnsafeType;
helper_functions.h
327
{ typedef _Iterator
_Type
; };
safe_iterator.h
1154
{ typedef _Iterator
_Type
; };
safe_local_iterator.h
426
{ typedef _Iterator
_Type
; };
formatter.h
52
# define _GLIBCXX_TYPEID(
_Type
) &typeid(
_Type
)
58
# define _GLIBCXX_TYPEID(
_Type
) 0
227
struct
_Type
: _Named
232
struct _Instance :
_Type
267
_Type
_M_iterator_value_type;
350
template<typename
_Type
>
351
_Parameter(const
_Type
* const& __it, const char* __name, _Is_iterator)
363
template<typename
_Type
>
364
_Parameter(
_Type
* const& __it, const char* __name, _Is_iterator
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
stl_iterator.h
79
typedef typename _Unsafe_type<_Iterator>::
_Type
_UnsafeType;
80
typedef std::reverse_iterator<_UnsafeType>
_Type
;
84
inline std::reverse_iterator<typename _Unsafe_type<_Iterator>::
_Type
>
87
typedef typename _Unsafe_type<_Iterator>::
_Type
_UnsafeType;
helper_functions.h
322
{ typedef _Iterator
_Type
; };
safe_iterator.h
1006
{ typedef _Iterator
_Type
; };
safe_local_iterator.h
426
{ typedef _Iterator
_Type
; };
formatter.h
36
# define _GLIBCXX_TYPEID(
_Type
) &typeid(
_Type
)
42
# define _GLIBCXX_TYPEID(
_Type
) 0
210
struct
_Type
: _Named
215
struct _Instance :
_Type
250
_Type
_M_iterator_value_type;
323
template<typename
_Type
>
324
_Parameter(const
_Type
* const& __it, const char* __name, _Is_iterator)
336
template<typename
_Type
>
337
_Parameter(
_Type
* const& __it, const char* __name, _Is_iterator
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
boost_concept_check.h
126
struct _Aux_require_same<_Tp,_Tp> { typedef _Tp
_Type
; };
132
typedef typename _Aux_require_same<_Tp1, _Tp2>::
_Type
_Required _IsUnused;
fs_path.h
599
enum class
_Type
: unsigned char {
603
path(basic_string_view<value_type> __str,
_Type
__type);
672
_Type
_M_type() const noexcept { return _M_cmpts.type(); }
691
_Type
type() const noexcept
692
{ return
_Type
(reinterpret_cast<uintptr_t>(_M_impl.get()) & 0x3); }
694
void type(
_Type
) noexcept;
696
int size() const noexcept; // zero unless type() ==
_Type
::_Multi
697
bool empty() const noexcept; // true unless type() ==
_Type
::_Multi
701
void reserve(int, bool); ///< @pre type() ==
_Type
::_Multi
861
_Cmpt(basic_string_view<value_type> __s,
_Type
__t, size_t __pos)
[
all
...]
regex_compiler.h
127
enum class
_Type
: char { _None, _Char, _Class } _M_type =
_Type
::_None;
131
set(_CharT __c) noexcept { _M_type =
_Type
::_Char; _M_char = __c; }
137
reset(
_Type
__t =
_Type
::_None) noexcept { _M_type = __t; }
140
{ return _M_type !=
_Type
::_None; }
144
_M_is_char() const noexcept { return _M_type ==
_Type
::_Char; }
149
_M_is_class() const noexcept { return _M_type ==
_Type
::_Class; }
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
boost_concept_check.h
126
struct _Aux_require_same<_Tp,_Tp> { typedef _Tp
_Type
; };
132
typedef typename _Aux_require_same<_Tp1, _Tp2>::
_Type
_Required _IsUnused;
fs_path.h
599
enum class
_Type
: unsigned char {
603
path(basic_string_view<value_type> __str,
_Type
__type);
672
_Type
_M_type() const noexcept { return _M_cmpts.type(); }
691
_Type
type() const noexcept
692
{ return
_Type
(reinterpret_cast<uintptr_t>(_M_impl.get()) & 0x3); }
694
void type(
_Type
) noexcept;
696
int size() const noexcept; // zero unless type() ==
_Type
::_Multi
697
bool empty() const noexcept; // true unless type() ==
_Type
::_Multi
701
void reserve(int, bool); ///< @pre type() ==
_Type
::_Multi
866
_Cmpt(basic_string_view<value_type> __s,
_Type
__t, size_t __pos)
[
all
...]
regex_compiler.h
127
enum class
_Type
: char { _None, _Char, _Class } _M_type =
_Type
::_None;
131
set(_CharT __c) noexcept { _M_type =
_Type
::_Char; _M_char = __c; }
137
reset(
_Type
__t =
_Type
::_None) noexcept { _M_type = __t; }
140
{ return _M_type !=
_Type
::_None; }
144
_M_is_char() const noexcept { return _M_type ==
_Type
::_Char; }
149
_M_is_class() const noexcept { return _M_type ==
_Type
::_Class; }
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_path.h
438
enum class
_Type
: unsigned char {
442
path(string_type __str,
_Type
__type);
533
_List _M_cmpts; // empty unless _M_type ==
_Type
::_Multi
534
_Type
_M_type =
_Type
::_Multi;
725
_Cmpt(string_type __s,
_Type
__t, size_t __pos)
945
path::path(string_type __str,
_Type
__type)
949
__glibcxx_assert(_M_type !=
_Type
::_Multi);
1167
if (__elem._M_type ==
_Type
::_Root_dir)
1175
__add_slash = __elem._M_type ==
_Type
::_Filename
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_path.h
438
enum class
_Type
: unsigned char {
442
path(string_type __str,
_Type
__type);
533
_List _M_cmpts; // empty unless _M_type ==
_Type
::_Multi
534
_Type
_M_type =
_Type
::_Multi;
732
_Cmpt(string_type __s,
_Type
__t, size_t __pos)
952
path::path(string_type __str,
_Type
__type)
956
__glibcxx_assert(_M_type !=
_Type
::_Multi);
1174
if (__elem._M_type ==
_Type
::_Root_dir)
1182
__add_slash = __elem._M_type ==
_Type
::_Filename
[
all
...]
Completed in 31 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026