Home
last modified time | relevance | path

Searched defs:__constant (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_unordered_base.h64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant) in _Safe_local_iterator_base()
71 bool __constant) in _Safe_local_iterator_base()
H A Dsafe_base.h89 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant) in _Safe_iterator_base()
96 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant) in _Safe_iterator_base()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_unordered_base.h64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant) in _Safe_local_iterator_base()
71 bool __constant) in _Safe_local_iterator_base()
H A Dsafe_base.h89 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant) in _Safe_iterator_base()
96 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant) in _Safe_iterator_base()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc311 _M_attach(_Safe_iterator_base* __it, bool __constant) in _M_attach()
319 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw () in _M_attach_single()
352 _M_attach(_Safe_sequence_base* __seq, bool __constant) in _M_attach()
367 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw () in _M_attach_single()
444 _M_attach(_Safe_sequence_base* __cont, bool __constant) in _M_attach()
459 _M_attach_single(_Safe_sequence_base* __cont, bool __constant) throw () in _M_attach_single()
519 _M_attach_local(_Safe_iterator_base* __it, bool __constant) in _M_attach_local()
527 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw () in _M_attach_local_single()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc334 _M_attach(_Safe_iterator_base* __it, bool __constant) in _M_attach()
342 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw () in _M_attach_single()
375 _M_attach(_Safe_sequence_base* __seq, bool __constant) in _M_attach()
390 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw () in _M_attach_single()
464 _M_attach(_Safe_sequence_base* __cont, bool __constant) in _M_attach()
479 _M_attach_single(_Safe_sequence_base* __cont, bool __constant) throw () in _M_attach_single()
539 _M_attach_local(_Safe_iterator_base* __it, bool __constant) in _M_attach_local()
547 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw () in _M_attach_local_single()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h16 #define __constant(PARM) \ macro