Home
last modified time | relevance | path

Searched defs:integer_sequence (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__utility/
H A Dinteger_sequence.h24 struct _LIBCPP_TEMPLATE_VIS integer_sequence struct
28 "std::integer_sequence can only be instantiated with an integral type" ); argument
37 using index_sequence = integer_sequence<size_t, _Ip...>; argument
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_pack.cpp11 template<typename T, T ...V> struct integer_sequence {}; struct
H A Dclass-template-spec.cpp152 template<typename T, T...N> struct integer_sequence { typedef T value_type; }; struct
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-template.cpp207 template <class _Tp, _Tp...> struct integer_sequence {}; struct