Searched defs:foo1 (Results 1 – 5 of 5) sorted by relevance
6 foo1() in foo1() function
41 protected: IMPORT_C virtual void foo1(){}; in foo1() function
61 Foo foo1; in main() local
25 int foo1 (int) { return 11; } // B -> int : user defined in foo1() function26 int foo1 (A) { return 12; } // B -> A : standard in foo1() function