| /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| safe_sequence.h | 43 template<typename _Type> 46 _Type __value; 49 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 52 operator()(const _Type& __x) const 58 template <typename _Type> 61 _Type __value; 64 explicit _Equal_to(const _Type& __v) : __value(__v) { } 67 operator()(const _Type& __x) const
|
| 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;
|
| 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...] |
| helper_functions.h | 327 { typedef _Iterator _Type; };
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
| safe_sequence.h | 43 template<typename _Type> 46 _Type __value; 49 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } 52 operator()(const _Type& __x) const 58 template <typename _Type> 61 _Type __value; 64 explicit _Equal_to(const _Type& __v) : __value(__v) { } 67 operator()(const _Type& __x) const
|
| 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;
|
| 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...] |
| helper_functions.h | 322 { typedef _Iterator _Type; };
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| path.cc | 41 if (_M_type == _Type::_Multi) 129 if (_M_type == _Type::_Multi && p._M_type == _Type::_Multi) 132 else if (_M_type == _Type::_Multi) 137 else if (p._M_type == _Type::_Multi) 150 if (_M_type == _Type::_Root_name) 152 else if (_M_cmpts.size() && _M_cmpts.begin()->_M_type == _Type::_Root_name) 161 if (_M_type == _Type::_Root_dir) 166 if (__it->_M_type == _Type::_Root_name) 168 if (__it != _M_cmpts.end() && __it->_M_type == _Type::_Root_dir [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| path.cc | 41 if (_M_type == _Type::_Multi) 129 if (_M_type == _Type::_Multi && p._M_type == _Type::_Multi) 132 else if (_M_type == _Type::_Multi) 137 else if (p._M_type == _Type::_Multi) 150 if (_M_type == _Type::_Root_name) 152 else if (_M_cmpts.size() && _M_cmpts.begin()->_M_type == _Type::_Root_name) 161 if (_M_type == _Type::_Root_dir) 166 if (__it->_M_type == _Type::_Root_name) 168 if (__it != _M_cmpts.end() && __it->_M_type == _Type::_Root_dir [all...] |
| std-path.cc | 44 if (_M_type == _Type::_Multi) 49 if (cmpt->_M_type == _Type::_Filename && !cmpt->empty()) 53 if (prev->_M_type == _Type::_Root_dir 54 || prev->_M_type == _Type::_Root_name) 64 else if (_M_type == _Type::_Filename) 141 else if (_M_type == _Type::_Multi && p._M_type == _Type::_Multi) 144 else if (_M_type == _Type::_Multi) 149 else if (p._M_type == _Type::_Multi) 162 if (_M_type == _Type::_Root_name [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_path.cc | 65 _Type type = _Type::_Multi; 67 bool valid() const { return type != _Type::_Multi; } 73 _Type last_type = _Type::_Multi; 98 root.first.type = _Type::_Root_name; 103 root.second.type = _Type::_Root_dir; 112 root.first.type = _Type::_Root_dir; 120 root.first.type = _Type::_Root_dir; 132 root.first.type = _Type::_Root_name [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| fs_path.cc | 66 _Type type = _Type::_Multi; 68 bool valid() const { return type != _Type::_Multi; } 74 _Type last_type = _Type::_Multi; 99 root.first.type = _Type::_Root_name; 104 root.second.type = _Type::_Root_dir; 113 root.first.type = _Type::_Root_dir; 121 root.first.type = _Type::_Root_dir; 133 root.first.type = _Type::_Root_name [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Driver/ |
| InputInfo.h | 54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) 55 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { 63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, 65 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
|
| Action.cpp | 168 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) 169 : Action(InputClass, _Type), Input(_Input), Id(_Id.str()) {}
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| type_traits.h | 150 template<typename _Type> 153 __is_null_pointer(_Type* __ptr) 156 template<typename _Type> 159 __is_null_pointer(_Type)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| type_traits.h | 150 template<typename _Type> 153 __is_null_pointer(_Type* __ptr) 156 template<typename _Type> 159 __is_null_pointer(_Type)
|
| /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| ASTMatchersMacros.h | 80 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)( \
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| 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; }
|
| 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...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| 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; }
|
| 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...] |
| /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...] |
| /src/sys/external/bsd/acpica/dist/include/ |
| acobject.h | 131 #define ACPI_COMMON_BUFFER_INFO(_Type) \ 132 _Type *Pointer; \
|