Lines Matching +defs:operator +defs:int
49 namespace N { int f(int, int) { static int b; return b; } } in f() argument
59 void f(S1<int>) {} in f()
88 void f(const int) { } in f()
302 T *allocate(int, const void*) { return 0; } in allocate() argument
568 template <typename T> void f(S<&T::operator+>) {} in f()
571 template <typename T> void f(S<&T::operator- >) {} in f()
574 template <typename T> void f(S<&T::operator*>) {} in f()
577 template <typename T> void f(S<&T::operator&>) {} in f()
597 template <typename T> void g (S<&T::template f<int> >) {} in g()
598 template <typename T> void g (S<&T::operator+ >) {} in g()
599 template <typename T> void g (S<&T::operator int>) {} in g()
810 void f2(int (&)[N + sizeof(int*)]) {} in f2()
818 void f3(int (&)[N + sizeof(int*)]) {} in f3()