HomeSort by: relevance | last modified time | path
    Searched refs:__id (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
profiler_list_to_slist.h 107 { __id = "list-to-slist"; }
profiler_trace.h 83 __warning_data(float __m, __stack_t __c, const char* __id,
85 : __magnitude(__m), __context(__c), __warning_id(__id),
197 __stack_table_byte_size(0), __id(0) { }
222 const char* __id; member in class:__gnu_profile::__trace_base
302 std::fprintf(__f, __id);
318 __it->first, __id,
profiler_hash_func.h 101 { __id = "hash-distr"; }
profiler_list_to_vector.h 146 { __id = "list-to-vector"; }
profiler_map_to_unordered_map.h 179 { __id = "ordered-to-unordered"; }
profiler_vector_to_list.h 137 { __id = "vector-to-list"; }
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
c++locale_internal.h 76 Catalog_info(messages_base::catalog __id, const char* __domain,
78 : _M_id(__id), _M_domain(strdup(__domain)), _M_locale(__loc)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
c++locale_internal.h 76 Catalog_info(messages_base::catalog __id, const char* __domain,
78 : _M_id(__id), _M_domain(strdup(__domain)), _M_locale(__loc)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex_automaton.h 117 _M_dot(std::ostream& __ostr, _StateIdT __id) const;
277 auto __id = this->_M_subexpr_count++; local
278 this->_M_paren_stack.push_back(__id);
280 __tmp._M_subexpr = __id;
370 _M_append(_StateIdT __id)
372 _M_nfa[_M_end]._M_next = __id;
373 _M_end = __id;
std_thread.h 104 id(native_handle_type __id) : _M_thread(__id) { }
123 operator<<(basic_ostream<_CharT, _Traits>& __out, id __id);
351 operator()(const thread::id& __id) const noexcept
352 { return std::_Hash_impl::hash(__id._M_thread); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex_automaton.h 117 _M_dot(std::ostream& __ostr, _StateIdT __id) const;
277 auto __id = this->_M_subexpr_count++; local
278 this->_M_paren_stack.push_back(__id);
280 __tmp._M_subexpr = __id;
370 _M_append(_StateIdT __id)
372 _M_nfa[_M_end]._M_next = __id;
373 _M_end = __id;
std_thread.h 109 id(native_handle_type __id) : _M_thread(__id) { }
128 operator<<(basic_ostream<_CharT, _Traits>& __out, id __id);
329 operator()(const thread::id& __id) const noexcept
330 { return std::_Hash_impl::hash(__id._M_thread); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
mt_allocator.cc 76 _M_destroy_thread_key(void* __id)
82 uintptr_t _M_id = reinterpret_cast<uintptr_t>(__id);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
mt_allocator.cc 76 _M_destroy_thread_key(void* __id)
82 uintptr_t _M_id = reinterpret_cast<uintptr_t>(__id);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
debug.cc 1236 _Error_formatter::_M_message(_Debug_msg_id __id) const throw ()
1239 ->_M_message(_S_debug_messages[__id]);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
debug.cc 1106 _Error_formatter::_M_message(_Debug_msg_id __id) const throw ()
1109 ->_M_message(_S_debug_messages[__id]);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
formatter.h 572 _M_message(_Debug_msg_id __id) const throw ();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
formatter.h 545 _M_message(_Debug_msg_id __id) const throw ();

Completed in 40 milliseconds