Home
last modified time | relevance | path

Searched defs:Thing (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doptimize2.C14 struct Thing struct
18 Thing (); argument
25 Thing::Thing () in Thing() function
32 Thing::Thing (Thing const &src) in Thing() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash4.C3 typedef struct Thing { struct
6 } Thing; argument
H A Dinit1.C7 Thing (int v, int q) { x = v; q = y; } in Thing() function
H A Denum5.C4 enum Thing { FIRST, SECOND } ; enum
H A Dcvt1.C9 Thing (ThingType type) : thingType (type) { } in Thing() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet14.C4 typedef struct Thing { struct
7 } Thing; argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dpmf5.C5 struct Thing { struct
12 void (Thing::*_handler)(char* restOfLine); member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt11.C28 Thing::Thing(int y) { x = y; } in Thing() function