/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/ |
H A D | hdrgen.c | 86 bool declstring; // set while declaring alias for string,wstring or dstring variable 90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor() 789 if (declstring) in visit() 1807 … declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit() 1813 declstring = false; in visit()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/ |
H A D | hdrgen.c | 86 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() 1865 … declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit() 1871 declstring = false; in visit()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/ |
H A D | hdrgen.c | 86 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() 1880 … declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit() 1886 declstring = false; in visit()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/ |
H A D | hdrgen.c | 86 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() 1865 … declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit() 1871 declstring = false; in visit()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/ |
H A D | hdrgen.c | 86 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() 1880 … declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit() 1886 declstring = false; in visit()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/ |
H A D | hdrgen.c | 86 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() 1880 … declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit() 1886 declstring = false; in visit()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/ |
H A D | hdrgen.c | 86 bool declstring; // set while declaring alias for string,wstring or dstring variable 90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor() 789 if (declstring) in visit() 1807 … declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit() 1813 declstring = false; in visit()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/ |
H A D | hdrgen.c | 86 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() 1865 … declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit() 1871 declstring = false; in visit()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/ |
H A D | hdrgen.c | 86 bool declstring; // set while declaring alias for string,wstring or dstring variable 90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor() 789 if (declstring) in visit() 1807 … declstring = (d->ident == Id::string || d->ident == Id::wstring || d->ident == Id::dstring); in visit() 1813 declstring = false; in visit()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/ |
H A D | hdrgen.d | 68 bool declstring; // set while declaring alias for string,wstring or dstring member 1456 … hgs.declstring = (d.ident == Id.string || d.ident == Id.wstring || d.ident == Id.dstring); in visit() 1462 hgs.declstring = false; in visit() 3747 if (hgs.declstring) in typeToBufferx()
|