Home | History | Annotate | Download | only in Misc

Lines Matching refs:Args

835   template <typename... Args>
836 void func(void (*func)(Args...), Args...) { }
845 // CHECK-ELIDE-NOTREE: candidate template ignored: deduced conflicting types for parameter 'Args' (<int, int &> vs. <int, int>)