Home
last modified time | relevance | path

Searched refs:_Type (Results 1 – 25 of 62) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc64 _Type type = _Type::_Multi;
66 bool valid() const { return type != _Type::_Multi; } in valid()
72 _Type last_type = _Type::_Multi;
97 root.first.type = _Type::_Root_name; in root_path()
102 root.second.type = _Type::_Root_dir; in root_path()
111 root.first.type = _Type::_Root_dir; in root_path()
119 root.first.type = _Type::_Root_dir; in root_path()
131 root.first.type = _Type::_Root_name; in root_path()
135 root.second.type = _Type::_Root_dir; in root_path()
167 f.type = _Type::_Filename; in next()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc65 _Type type = _Type::_Multi;
67 bool valid() const { return type != _Type::_Multi; } in valid()
73 _Type last_type = _Type::_Multi;
98 root.first.type = _Type::_Root_name; in root_path()
103 root.second.type = _Type::_Root_dir; in root_path()
112 root.first.type = _Type::_Root_dir; in root_path()
120 root.first.type = _Type::_Root_dir; in root_path()
132 root.first.type = _Type::_Root_name; in root_path()
136 root.second.type = _Type::_Root_dir; in root_path()
168 f.type = _Type::_Filename; in next()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-path.cc44 if (_M_type == _Type::_Multi) in remove_filename()
49 if (cmpt->_M_type == _Type::_Filename && !cmpt->empty()) in remove_filename()
53 if (prev->_M_type == _Type::_Root_dir in remove_filename()
54 || prev->_M_type == _Type::_Root_name) in remove_filename()
64 else if (_M_type == _Type::_Filename) in remove_filename()
141 else if (_M_type == _Type::_Multi && p._M_type == _Type::_Multi) in compare()
144 else if (_M_type == _Type::_Multi) in compare()
149 else if (p._M_type == _Type::_Multi) in compare()
162 if (_M_type == _Type::_Root_name) in root_name()
164 else if (_M_cmpts.size() && _M_cmpts.begin()->_M_type == _Type::_Root_name) in root_name()
[all …]
H A Dpath.cc41 if (_M_type == _Type::_Multi) in remove_filename()
129 if (_M_type == _Type::_Multi && p._M_type == _Type::_Multi) in compare()
132 else if (_M_type == _Type::_Multi) in compare()
137 else if (p._M_type == _Type::_Multi) in compare()
150 if (_M_type == _Type::_Root_name) in root_name()
152 else if (_M_cmpts.size() && _M_cmpts.begin()->_M_type == _Type::_Root_name) in root_name()
161 if (_M_type == _Type::_Root_dir) in root_directory()
166 if (__it->_M_type == _Type::_Root_name) in root_directory()
168 if (__it != _M_cmpts.end() && __it->_M_type == _Type::_Root_dir) in root_directory()
179 if (_M_type == _Type::_Root_name || _M_type == _Type::_Root_dir) in root_path()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc41 if (_M_type == _Type::_Multi) in remove_filename()
129 if (_M_type == _Type::_Multi && p._M_type == _Type::_Multi) in compare()
132 else if (_M_type == _Type::_Multi) in compare()
137 else if (p._M_type == _Type::_Multi) in compare()
150 if (_M_type == _Type::_Root_name) in root_name()
152 else if (_M_cmpts.size() && _M_cmpts.begin()->_M_type == _Type::_Root_name) in root_name()
161 if (_M_type == _Type::_Root_dir) in root_directory()
166 if (__it->_M_type == _Type::_Root_name) in root_directory()
168 if (__it != _M_cmpts.end() && __it->_M_type == _Type::_Root_dir) in root_directory()
179 if (_M_type == _Type::_Root_name || _M_type == _Type::_Root_dir) in root_path()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dspan55 template<typename _Type, size_t _Extent>
103 template<typename _Type, size_t _Extent = dynamic_extent>
122 using __is_compatible_array = __is_array_convertible<_Type, _Tp>;
126 = __is_array_convertible<_Type, remove_reference_t<_Ref>>;
130 using element_type = _Type;
131 using value_type = remove_cv_t<_Type>;
134 using pointer = _Type*;
135 using const_pointer = const _Type*;
228 && (__is_array_convertible<_Type, _OType>::value)
398 template<typename _Type, size_t _ArrayExtent>
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dspan55 template<typename _Type, size_t _Extent>
108 template<typename _Type, size_t _Extent = dynamic_extent>
127 using __is_compatible_array = __is_array_convertible<_Type, _Tp>;
131 = __is_array_convertible<_Type, remove_reference_t<_Ref>>;
135 using element_type = _Type;
136 using value_type = remove_cv_t<_Type>;
139 using pointer = _Type*;
140 using const_pointer = const _Type*;
233 && (__is_array_convertible<_Type, _OType>::value)
403 template<typename _Type, size_t _ArrayExtent>
[all …]
H A Darray50 typedef _Tp _Type[_Nm];
55 _S_ref(const _Type& __t, std::size_t __n) noexcept
59 _S_ptr(const _Type& __t) noexcept
66 struct _Type { };
71 _S_ref(const _Type&, std::size_t) noexcept
75 _S_ptr(const _Type&) noexcept
110 typename _AT_Type::_Type _M_elems;
H A Dvariant207 template<typename _Type, bool = std::is_trivially_destructible_v<_Type>>
210 template<typename _Type>
211 struct _Uninitialized<_Type, true>
219 constexpr const _Type& _M_get() const & noexcept
222 constexpr _Type& _M_get() & noexcept
225 constexpr const _Type&& _M_get() const && noexcept
228 constexpr _Type&& _M_get() && noexcept
231 _Type _M_storage;
234 template<typename _Type>
235 struct _Uninitialized<_Type, false>
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_sequence.h43 template<typename _Type>
46 _Type __value;
49 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } in _Not_equal_to()
52 operator()(const _Type& __x) const in operator()
58 template <typename _Type>
61 _Type __value;
64 explicit _Equal_to(const _Type& __v) : __value(__v) { } in _Equal_to()
67 operator()(const _Type& __x) const in operator()
H A Dformatter.h36 # define _GLIBCXX_TYPEID(_Type) &typeid(_Type) argument
42 # define _GLIBCXX_TYPEID(_Type) 0 argument
204 struct _Type struct
210 struct _Instance : _Type
247 _Type _M_iterator_value_type;
320 template<typename _Type>
321 _Parameter(const _Type* const& __it, const char* __name, _Is_iterator) in _Parameter()
333 template<typename _Type>
334 _Parameter(_Type* const& __it, const char* __name, _Is_iterator) in _Parameter()
458 template<typename _Type>
[all …]
H A Dstl_iterator.h72 typedef typename _Unsafe_type<_Iterator>::_Type _UnsafeType;
73 typedef std::reverse_iterator<_UnsafeType> _Type;
77 inline std::reverse_iterator<typename _Unsafe_type<_Iterator>::_Type>
80 typedef typename _Unsafe_type<_Iterator>::_Type _UnsafeType;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_sequence.h43 template<typename _Type>
46 _Type __value;
49 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } in _Not_equal_to()
52 operator()(const _Type& __x) const in operator()
58 template <typename _Type>
61 _Type __value;
64 explicit _Equal_to(const _Type& __v) : __value(__v) { } in _Equal_to()
67 operator()(const _Type& __x) const in operator()
H A Dformatter.h36 # define _GLIBCXX_TYPEID(_Type) &typeid(_Type) argument
42 # define _GLIBCXX_TYPEID(_Type) 0 argument
210 struct _Type : _Named struct
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) in _Parameter()
336 template<typename _Type>
337 _Parameter(_Type* const& __it, const char* __name, _Is_iterator) in _Parameter()
461 template<typename _Type>
[all …]
H A Dstl_iterator.h79 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;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DInputInfo.h54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo() argument
55 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo() argument
65 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h514 enum class _Type : unsigned char { in _GLIBCXX_VISIBILITY()
518 path(basic_string_view<value_type> __str, _Type __type); in _GLIBCXX_VISIBILITY()
592 _Type _M_type() const noexcept { return _M_cmpts.type(); } in _GLIBCXX_VISIBILITY()
611 _Type type() const noexcept in _GLIBCXX_VISIBILITY()
612 { return _Type(reinterpret_cast<uintptr_t>(_M_impl.get()) & 0x3); } in _GLIBCXX_VISIBILITY()
614 void type(_Type) noexcept; in _GLIBCXX_VISIBILITY()
764 _Cmpt(basic_string_view<value_type> __s, _Type __t, size_t __pos); in _GLIBCXX_VISIBILITY()
901 bool _M_is_multi() const { return _M_path->_M_type() == _Type::_Multi; } in _GLIBCXX_VISIBILITY()
1139 if (_M_type() == _Type::_Root_dir) in _GLIBCXX_VISIBILITY()
1148 if (__elem._M_type() == _Type::_Root_dir) in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_compiler.h128 enum class _Type : char { _None, _Char, _Class } _M_type = _Type::_None; in _GLIBCXX_VISIBILITY() enum
132 set(_CharT __c) noexcept { _M_type = _Type::_Char; _M_char = __c; } in _GLIBCXX_VISIBILITY()
138 reset(_Type __t = _Type::_None) noexcept { _M_type = __t; } in _GLIBCXX_VISIBILITY()
141 { return _M_type != _Type::_None; } in _GLIBCXX_VISIBILITY()
145 _M_is_char() const noexcept { return _M_type == _Type::_Char; } in _GLIBCXX_VISIBILITY()
150 _M_is_class() const noexcept { return _M_type == _Type::_Class; } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dtype_traits.h150 template<typename _Type> in _GLIBCXX_VISIBILITY()
152 __is_null_pointer(_Type* __ptr) in _GLIBCXX_VISIBILITY()
155 template<typename _Type> in _GLIBCXX_VISIBILITY()
157 __is_null_pointer(_Type) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dtype_traits.h150 template<typename _Type> in _GLIBCXX_VISIBILITY()
153 __is_null_pointer(_Type* __ptr) in _GLIBCXX_VISIBILITY()
156 template<typename _Type> in _GLIBCXX_VISIBILITY()
159 __is_null_pointer(_Type) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_compiler.h127 enum class _Type : char { _None, _Char, _Class } _M_type = _Type::_None; in _GLIBCXX_VISIBILITY() enum
131 set(_CharT __c) noexcept { _M_type = _Type::_Char; _M_char = __c; } in _GLIBCXX_VISIBILITY()
137 reset(_Type __t = _Type::_None) noexcept { _M_type = __t; } in _GLIBCXX_VISIBILITY()
140 { return _M_type != _Type::_None; } in _GLIBCXX_VISIBILITY()
144 _M_is_char() const noexcept { return _M_type == _Type::_Char; } in _GLIBCXX_VISIBILITY()
149 _M_is_class() const noexcept { return _M_type == _Type::_Class; } in _GLIBCXX_VISIBILITY()
H A Dfs_path.h599 enum class _Type : unsigned char { in _GLIBCXX_VISIBILITY()
603 path(basic_string_view<value_type> __str, _Type __type); in _GLIBCXX_VISIBILITY()
672 _Type _M_type() const noexcept { return _M_cmpts.type(); } in _GLIBCXX_VISIBILITY()
691 _Type type() const noexcept in _GLIBCXX_VISIBILITY()
692 { return _Type(reinterpret_cast<uintptr_t>(_M_impl.get()) & 0x3); } in _GLIBCXX_VISIBILITY()
694 void type(_Type) noexcept; in _GLIBCXX_VISIBILITY()
866 _Cmpt(basic_string_view<value_type> __s, _Type __t, size_t __pos); in _GLIBCXX_VISIBILITY()
987 { return _M_path->_M_type() == _Type::_Multi; } in _GLIBCXX_VISIBILITY()
1223 if (_M_type() == _Type::_Root_dir) in _GLIBCXX_VISIBILITY()
1232 if (__elem._M_type() == _Type::_Root_dir) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h80 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
155 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
206 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
297 ParamType> (&DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
350 ParamType1, ParamType2> (&DefineMatcher##_Type##OverloadId)( \
488 &DefineMatcher##_Type##OverloadId##Flags)(llvm::StringRef, \
491 &DefineMatcher##_Type##OverloadId)(llvm::StringRef); \
546 &DefineMatcher##_Type##OverloadId##Flags)( \
550 std::shared_ptr<llvm::Regex>> (&DefineMatcher##_Type##OverloadId)( \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h216 if (_M_type == _Type::_Multi) in _GLIBCXX_VISIBILITY()
442 enum class _Type : unsigned char { in _GLIBCXX_VISIBILITY()
446 path(string_type __str, _Type __type) : _M_pathname(__str), _M_type(__type) in _GLIBCXX_VISIBILITY()
449 __glibcxx_assert(_M_type != _Type::_Multi); in _GLIBCXX_VISIBILITY()
535 _Type _M_type = _Type::_Multi; in _GLIBCXX_VISIBILITY()
728 _Cmpt(string_type __s, _Type __t, size_t __pos) in _GLIBCXX_VISIBILITY()
1105 if (__elem._M_type == _Type::_Root_dir) in _GLIBCXX_VISIBILITY()
1113 __add_slash = __elem._M_type == _Type::_Filename; in _GLIBCXX_VISIBILITY()
1200 if (_M_type == _Type::_Multi) in _GLIBCXX_VISIBILITY()
1208 if (_M_type == _Type::_Multi) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h438 enum class _Type : unsigned char { in _GLIBCXX_VISIBILITY()
442 path(string_type __str, _Type __type); in _GLIBCXX_VISIBILITY()
534 _Type _M_type = _Type::_Multi; in _GLIBCXX_VISIBILITY()
732 _Cmpt(string_type __s, _Type __t, size_t __pos) in _GLIBCXX_VISIBILITY()
952 path::path(string_type __str, _Type __type) in _GLIBCXX_VISIBILITY()
956 __glibcxx_assert(_M_type != _Type::_Multi); in _GLIBCXX_VISIBILITY()
1174 if (__elem._M_type == _Type::_Root_dir) in _GLIBCXX_VISIBILITY()
1182 __add_slash = __elem._M_type == _Type::_Filename; in _GLIBCXX_VISIBILITY()
1269 if (_M_type == _Type::_Multi) in _GLIBCXX_VISIBILITY()
1277 if (_M_type == _Type::_Multi) in _GLIBCXX_VISIBILITY()
[all …]

123