Home
last modified time | relevance | path

Searched defs:staticoverload (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Doverload.cc247 int K::staticoverload () { return 1; } in staticoverload() function in K
248 int K::staticoverload (int x) { return x; } in staticoverload() function in K
249 int K::staticoverload (int x, int y) { return x + y; } in staticoverload() function in K