OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:overloadConst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
rvalue-ref-overload.cc
38
int
overloadConst
(const foo &);
39
int
overloadConst
(const foo &&);
85
= foo_rr_instance1.
overloadConst
(arg);
106
int foo::
overloadConst
(const foo &arg) { return 3; }
107
int foo::
overloadConst
(const foo &&arg) { return 4; }
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
rvalue-ref-overload.cc
38
int
overloadConst
(const foo &);
39
int
overloadConst
(const foo &&);
85
= foo_rr_instance1.
overloadConst
(arg);
106
int foo::
overloadConst
(const foo &arg) { return 3; }
107
int foo::
overloadConst
(const foo &&arg) { return 4; }
Completed in 15 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026