Home
last modified time | relevance | path

Searched refs:declstring (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dhdrgen.c86 bool declstring; // set while declaring alias for string,wstring or dstring variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
819 if (declstring) in visit()
1865declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit()
1871 declstring = false; in visit()
H A Dhdrgen.d68 bool declstring; // set while declaring alias for string,wstring or dstring member
1462 … hgs.declstring = (d.ident == Id.string || d.ident == Id.wstring || d.ident == Id.dstring); in visit()
1468 hgs.declstring = false; in visit()
3781 if (hgs.declstring) in typeToBufferx()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dhdrgen.c86 bool declstring; // set while declaring alias for string,wstring or dstring variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
819 if (declstring) in visit()
1865declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit()
1871 declstring = false; in visit()