Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Drtti1.cc61 void refer_to (n2::C2 *obj) in refer_to() function
66 void refer_to (n2::n3::C3 *obj) in refer_to() function
77 refer_to (obj); // func-constructs-done in func()
88 refer_to (obj3); // func3-constructs-done in func3()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog1214 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
1575 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;