Home
last modified time | relevance | path

Searched defs:Ungag (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.h78 struct Ungag struct
82 Ungag(unsigned old) : oldgag(old) {} in Ungag() argument
83 ~Ungag() { global.gag = oldgag; } in ~Ungag() argument
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h82 struct Ungag struct
86 Ungag(unsigned old) : oldgag(old) {} in Ungag() argument
87 ~Ungag() { global.gag = oldgag; } in ~Ungag() argument
H A Ddsymbol.d111 struct Ungag struct
113 uint oldgag;
115 extern (D) this(uint old) nothrow in this()
120 extern (C++) ~this() nothrow in ~this()