OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.pt/] [memtemp92.C] - Blame information for rev 199

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 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.