Home | History | Annotate | Download | only in temp.friend

Lines Matching refs:foo

21     static void foo();
26 void f() { C::foo(); }
30 void f() { C::foo(); }
34 void f() { C::foo(); }
43 static void foo();
48 void f() { C::foo(); }
52 void f() { C::foo(); }
56 void f() { C::foo(); }
64 static int foo();
73 template <class T> int A<T>::Inner::foo() {
79 int test = A<int>::Inner::foo();
98 template<template <class> class T> friend void A<T>::foo();