Searched refs:MisplacedDbg (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dpr44641.C5 template <class A> struct MisplacedDbg;
6 template<class T> struct MisplacedDbg<T*>;
8 template<> struct MisplacedDbg<Full>;
11 typedef MisplacedDbg<Arg> Typedef1;
12 typedef MisplacedDbg<Arg*> Typedef2;
13 typedef MisplacedDbg<Full> Typedef3;
22 struct MisplacedDbg<Full> // { dg-function-on-line {_ZN12MisplacedDbgI4FullEC[12]Ev} } struct in inherits:Base
29 struct MisplacedDbg<T*> // { dg-function-on-line {_ZN12MisplacedDbgIP3ArgEC[12]Ev} } struct in inherits:Base
35 struct MisplacedDbg // { dg-function-on-line {_ZN12MisplacedDbgI3ArgEC[12]Ev} } struct in inherits:Base
40 static MisplacedDbg<Ar
[all...]

Completed in 43 milliseconds