Lines Matching defs:S
24 template<typename T> struct S { struct
25 constexpr int constexpr_function() { return 0; } in constexpr_function()
26 auto deduced_return_type() { return 0; } in deduced_return_type()
42 template struct S<char>; variable
43 template struct S<int>; variable
73 template<typename T> struct S { constexpr int f() { return 0; } }; in f() argument
99 struct S { struct
101 __attribute__((used)) constexpr int f() { return 0; } in f()
104 template struct S<int>; variable
131 template <typename T> struct S { struct
135 struct S2 { argument
141 template void S<int>::f(); argument