Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Doverload.cc57 int nsoverload () { return 1; } in nsoverload() function
58 int nsoverload (int x) { return x; } in nsoverload() function
59 int nsoverload (int x, int y) { return x + y; } in nsoverload() function