HomeSort by: relevance | last modified time | path
    Searched defs:__constant (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
safe_unordered_base.h 58 * by @p __seq. @p __constant is true when we are initializing a
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
68 @p __x does. @p __constant is true if this is a constant
71 bool __constant)
72 { this->_M_attach(__x._M_sequence, __constant); }
85 _M_attach(_Safe_sequence_base* __seq, bool __constant);
89 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
169 _M_attach_local(_Safe_iterator_base* __it, bool __constant);
173 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw ()
    [all...]
safe_base.h 84 * by @p __seq. @p __constant is true when we are initializing a
91 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
95 this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); local
99 @p __x does. @p __constant is true if this is a constant
102 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
106 this->_M_attach(__x._M_sequence, __constant);
126 _M_attach(_Safe_sequence_base* __seq, bool __constant);
130 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
286 _M_attach(_Safe_iterator_base* __it, bool __constant);
290 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ()
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
safe_unordered_base.h 58 * by @p __seq. @p __constant is true when we are initializing a
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
68 @p __x does. @p __constant is true if this is a constant
71 bool __constant)
72 { this->_M_attach(__x._M_sequence, __constant); }
85 _M_attach(_Safe_sequence_base* __seq, bool __constant);
89 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
169 _M_attach_local(_Safe_iterator_base* __it, bool __constant);
173 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw ()
    [all...]
safe_base.h 83 * by @p __seq. @p __constant is true when we are initializing a
89 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
91 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
94 @p __x does. @p __constant is true if this is a constant
96 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
98 { this->_M_attach(__x._M_sequence, __constant); }
112 _M_attach(_Safe_sequence_base* __seq, bool __constant);
116 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
262 _M_attach(_Safe_iterator_base* __it, bool __constant);
266 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 16 #define __constant(PARM) \ macro
1640 __constant(__mask) { function
1664 __constant(__first) __constant(__last) { function
1677 __constant(__first) __constant(__last) { function
1690 __constant(__first) __constant(__last) { function
1703 __constant(__first) __constant(__last) function
1807 __constant(__scalar) { function
1813 __constant(__scalar) { function
1819 __constant(__scalar) { function
1825 __constant(__scalar) { function
1833 __constant(__scalar) { function
1839 __constant(__scalar) { function
1845 __constant(__scalar) { function
1851 __constant(__scalar) { function
11083 #undef __constant macro
    [all...]

Completed in 34 milliseconds