Home
last modified time | relevance | path

Searched refs:__elements (Results 1 – 2 of 2) sorted by relevance

/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc168 constexpr tuple(_UElements&&... __elements) in tuple() argument
169 : _Inherited(std::forward<_UElements>(__elements)...) { } in tuple()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp53398 constexpr tuple(const _Elements&... __elements) in tuple() argument
53399 : _Inherited(__elements...) { } in tuple()
53409 explicit constexpr tuple(const _Elements&... __elements) in tuple() argument
53410 : _Inherited(__elements...) { } in tuple()
53428 constexpr tuple(_UElements&&... __elements) in tuple() argument
53429 : _Inherited(std::forward<_UElements>(__elements)...) { } in tuple()
53441 explicit constexpr tuple(_UElements&&... __elements) in tuple() argument
53442 : _Inherited(std::forward<_UElements>(__elements)...) { } in tuple()
53514 const _Elements&... __elements) in tuple()
53515 : _Inherited(__tag, __a, __elements...) { } in tuple()
[all …]