Home
last modified time | relevance | path

Searched refs:const_vol_method_class (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dmisc.cc116 class const_vol_method_class { class
125 int const_vol_method_class::foo (int & ir) const in foo()
129 int const_vol_method_class::bar (int & ir) volatile in bar()
133 int const_vol_method_class::baz (int & ir) const volatile in baz()
H A Dclasses.cc116 class const_vol_method_class { class
125 int const_vol_method_class::foo (int & ir) const in foo()
129 int const_vol_method_class::bar (int & ir) volatile in bar()
133 int const_vol_method_class::baz (int & ir) const volatile in baz()