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.0rc2/] [gcc/] [testsuite/] [g++.dg/] [torture/] [pr40492.C] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
typedef unsigned short ushort;
2
class QChar {
3
public:
4
    QChar( const QChar& c );
5
    ushort ucs;
6
};
7
inline QChar::QChar( const QChar& c ) : ucs( c.ucs ) { };
8
class QString { };
9
class KoAutoFormat {
10
public:
11
    struct TypographicQuotes     { QChar begin, end; };
12
    TypographicQuotes getConfigTypographicDoubleQuotes() const     {
13
        return m_typographicDoubleQuotes;
14
    }
15
    TypographicQuotes m_typographicDoubleQuotes;
16
};
17
class KoAutoFormatDia {
18
    QChar oDoubleBegin, oDoubleEnd;
19
    KoAutoFormat * m_docAutoFormat;
20
    bool noSignal;
21
    void changeAutoformatLanguage(void);
22
};
23
void KoAutoFormatDia::changeAutoformatLanguage(void)
24
{
25
  oDoubleEnd= m_docAutoFormat->getConfigTypographicDoubleQuotes().end;
26
}

powered by: WebSVN 2.1.0

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