Home | History | Annotate | Download | only in OpenMP

Lines Matching refs:sss

676 class SSS {
689 SSS(int a, double b) : a(a), b(b) {}
694 SSS sss(a, (double)a);
719 sss.foo(123);
929 class SSS {
937 SSS s = {a, (double)a};