OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.old-deja/] [g++.pt/] [memtemp92.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 305 jeremybenn
// { dg-do assemble  }
2
// Origin: "Adam J. Richter" 
3
 
4
template 
5
class theme_map {
6
};
7
 
8
class QWidget {
9
protected:
10
  virtual void *harmony_get_list_for_signal(const char *) const;
11
 
12
public:
13
  static theme_map ContentsThemes;
14
 
15
protected:
16
  virtual void updateDrawingObjects (void)
17
    {
18
      update_dro (QWidget::ContentsThemes);
19
    }
20
 
21
  template 
22
  void update_dro (theme_map& themes)
23
    {
24
    }
25
};
26
 
27
void *QWidget::harmony_get_list_for_signal(const char *sig) const
28
{
29
        return 0;
30
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.