Home | History | Annotate | Download | only in basic.lookup.unqual

Lines Matching full:yfloat

29   typedef Y<float> YFloat;
31 namespace yfloat {
32 YFloat operator-(YFloat, YFloat);
34 using namespace yfloat;
42 void foo(YFloat a, YFloat b);
47 void Other::foo(YFloat a, YFloat b) {
48 YFloat c = a - b;