Home
last modified time | relevance | path

Searched refs:Nspace (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dnspace.c20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() function
31 Dsymbol *Nspace::syntaxCopy(Dsymbol *) in syntaxCopy()
33 Nspace *ns = new Nspace(loc, ident, NULL, mangleOnly); in syntaxCopy()
37 void Nspace::addMember(Scope *sc, ScopeDsymbol *sds) in addMember()
71 void Nspace::setScope(Scope *sc) in setScope()
89 const char *Nspace::kind() const in kind()
94 bool Nspace::oneMember(Dsymbol **ps, Identifier *ident) in oneMember()
99 Dsymbol *Nspace::search(const Loc &loc, Identifier *ident, int flags) in search()
114 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) in apply()
131 bool Nspace::hasPointers() in hasPointers()
[all …]
H A Dnspace.h19 class Nspace : public ScopeDsymbol
23 Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly);
34 Nspace *isNspace() { return this; } in isNspace()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dnspace.c20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() function
31 Dsymbol *Nspace::syntaxCopy(Dsymbol *) in syntaxCopy()
33 Nspace *ns = new Nspace(loc, ident, NULL, mangleOnly); in syntaxCopy()
37 void Nspace::addMember(Scope *sc, ScopeDsymbol *sds) in addMember()
71 void Nspace::setScope(Scope *sc) in setScope()
89 const char *Nspace::kind() const in kind()
94 bool Nspace::oneMember(Dsymbol **ps, Identifier *ident) in oneMember()
99 Dsymbol *Nspace::search(const Loc &loc, Identifier *ident, int flags) in search()
114 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) in apply()
131 bool Nspace::hasPointers() in hasPointers()
[all …]
H A Dnspace.h19 class Nspace : public ScopeDsymbol
23 Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly);
34 Nspace *isNspace() { return this; } in isNspace()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dnspace.c20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() function
31 Dsymbol *Nspace::syntaxCopy(Dsymbol *) in syntaxCopy()
33 Nspace *ns = new Nspace(loc, ident, NULL, mangleOnly); in syntaxCopy()
37 void Nspace::addMember(Scope *sc, ScopeDsymbol *sds) in addMember()
71 void Nspace::setScope(Scope *sc) in setScope()
89 const char *Nspace::kind() const in kind()
94 bool Nspace::oneMember(Dsymbol **ps, Identifier *ident) in oneMember()
99 Dsymbol *Nspace::search(const Loc &loc, Identifier *ident, int flags) in search()
114 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) in apply()
131 bool Nspace::hasPointers() in hasPointers()
[all …]
H A Dnspace.h19 class Nspace : public ScopeDsymbol
23 Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly);
34 Nspace *isNspace() { return this; } in isNspace()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dnspace.c20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() function
31 Dsymbol *Nspace::syntaxCopy(Dsymbol *) in syntaxCopy()
33 Nspace *ns = new Nspace(loc, ident, NULL, mangleOnly); in syntaxCopy()
37 void Nspace::addMember(Scope *sc, ScopeDsymbol *sds) in addMember()
71 void Nspace::setScope(Scope *sc) in setScope()
89 void Nspace::semantic(Scope *sc) in semantic()
126 void Nspace::semantic2(Scope *sc) in semantic2()
145 void Nspace::semantic3(Scope *sc) in semantic3()
163 const char *Nspace::kind() const in kind()
188 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) in apply()
[all …]
H A Dnspace.h19 class Nspace : public ScopeDsymbol
23 Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly);
37 Nspace *isNspace() { return this; } in isNspace()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dnspace.c20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() function
31 Dsymbol *Nspace::syntaxCopy(Dsymbol *) in syntaxCopy()
33 Nspace *ns = new Nspace(loc, ident, NULL, mangleOnly); in syntaxCopy()
37 void Nspace::addMember(Scope *sc, ScopeDsymbol *sds) in addMember()
71 void Nspace::setScope(Scope *sc) in setScope()
89 void Nspace::semantic(Scope *sc) in semantic()
126 void Nspace::semantic2(Scope *sc) in semantic2()
145 void Nspace::semantic3(Scope *sc) in semantic3()
163 const char *Nspace::kind() const in kind()
188 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) in apply()
[all …]
H A Dnspace.h19 class Nspace : public ScopeDsymbol
23 Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly);
37 Nspace *isNspace() { return this; } in isNspace()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dnspace.c20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() function
31 Dsymbol *Nspace::syntaxCopy(Dsymbol *) in syntaxCopy()
33 Nspace *ns = new Nspace(loc, ident, NULL, mangleOnly); in syntaxCopy()
37 void Nspace::addMember(Scope *sc, ScopeDsymbol *sds) in addMember()
71 void Nspace::setScope(Scope *sc) in setScope()
89 void Nspace::semantic(Scope *sc) in semantic()
126 void Nspace::semantic2(Scope *sc) in semantic2()
145 void Nspace::semantic3(Scope *sc) in semantic3()
163 const char *Nspace::kind() const in kind()
188 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) in apply()
[all …]
H A Dnspace.h19 class Nspace : public ScopeDsymbol
23 Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly);
37 Nspace *isNspace() { return this; } in isNspace()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dnspace.c20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() function
31 Dsymbol *Nspace::syntaxCopy(Dsymbol *) in syntaxCopy()
33 Nspace *ns = new Nspace(loc, ident, NULL, mangleOnly); in syntaxCopy()
37 void Nspace::addMember(Scope *sc, ScopeDsymbol *sds) in addMember()
71 void Nspace::setScope(Scope *sc) in setScope()
89 void Nspace::semantic(Scope *sc) in semantic()
126 void Nspace::semantic2(Scope *sc) in semantic2()
145 void Nspace::semantic3(Scope *sc) in semantic3()
163 const char *Nspace::kind() const in kind()
188 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) in apply()
[all …]
H A Dnspace.h19 class Nspace : public ScopeDsymbol
23 Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly);
37 Nspace *isNspace() { return this; } in isNspace()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dnspace.c20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() function
31 Dsymbol *Nspace::syntaxCopy(Dsymbol *) in syntaxCopy()
33 Nspace *ns = new Nspace(loc, ident, NULL, mangleOnly); in syntaxCopy()
37 void Nspace::addMember(Scope *sc, ScopeDsymbol *sds) in addMember()
71 void Nspace::setScope(Scope *sc) in setScope()
89 void Nspace::semantic(Scope *sc) in semantic()
126 void Nspace::semantic2(Scope *sc) in semantic2()
145 void Nspace::semantic3(Scope *sc) in semantic3()
163 const char *Nspace::kind() const in kind()
188 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) in apply()
[all …]
H A Dnspace.h19 class Nspace : public ScopeDsymbol
23 Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly);
37 Nspace *isNspace() { return this; } in isNspace()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dnspace.c20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() function
31 Dsymbol *Nspace::syntaxCopy(Dsymbol *) in syntaxCopy()
33 Nspace *ns = new Nspace(loc, ident, NULL, mangleOnly); in syntaxCopy()
37 void Nspace::addMember(Scope *sc, ScopeDsymbol *sds) in addMember()
71 void Nspace::setScope(Scope *sc) in setScope()
89 void Nspace::semantic(Scope *sc) in semantic()
126 void Nspace::semantic2(Scope *sc) in semantic2()
145 void Nspace::semantic3(Scope *sc) in semantic3()
163 const char *Nspace::kind() const in kind()
188 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) in apply()
[all …]
H A Dnspace.h19 class Nspace : public ScopeDsymbol
23 Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly);
37 Nspace *isNspace() { return this; } in isNspace()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dpr.c28 #define ITABS (Itabn > 0 && Nspace > 1 && Nspace >= (nc = Itabn - Outpos % Itabn))
84 int Nspace; variable
326 Nspace = Offset; in pr()
349 for(Nspace = Offset, colno = 0, Outpos = 0; C != '\f';) { in putpage()
367 if((Nspace += Colw - Lcolpos + 1) < 1) in putpage()
368 Nspace = 1; in putpage()
524 Nspace++; in put()
530 if(Nspace > 0) { in put()
531 Nspace--; in put()
548 Nspace = 0; in put()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dnspace.h19 class Nspace : public ScopeDsymbol
23 Nspace *syntaxCopy(Dsymbol *s);
30 Nspace *isNspace() { return this; } in isNspace()
H A Dnspace.d63 extern (C++) final class Nspace : ScopeDsymbol
78 override Nspace syntaxCopy(Dsymbol s) in syntaxCopy()
80 auto ns = new Nspace(loc, ident, identExp, null); in syntaxCopy()
161 override inout(Nspace) isNspace() inout in inout() argument
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dtabwmi.cpp337 Nspace = GetStringCatInfo(g, "Namespace", "Root\\CimV2"); in DefineAM()
339 (!stricmp(Nspace, "root\\cimv2") ? "ComputerSystemProduct" : in DefineAM()
340 !stricmp(Nspace, "root\\cli") ? "Msft_CliAlias" : "")); in DefineAM()
343 sprintf(g->Message, "Missing class name for %s", Nspace); in DefineAM()
380 Nspace = tdp->Nspace; in TDBWMI()
448 Res = loc->ConnectServer(_bstr_t(Nspace), in Initialize()
662 && !stricmp(Nspace, "root\\cimv2")) { in OpenDB()
839 Nsp = tdp->Nspace; in TDBWCL()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dtabwmi.cpp337 Nspace = GetStringCatInfo(g, "Namespace", "Root\\CimV2"); in DefineAM()
339 (!stricmp(Nspace, "root\\cimv2") ? "ComputerSystemProduct" : in DefineAM()
340 !stricmp(Nspace, "root\\cli") ? "Msft_CliAlias" : "")); in DefineAM()
343 sprintf(g->Message, "Missing class name for %s", Nspace); in DefineAM()
380 Nspace = tdp->Nspace; in TDBWMI()
448 Res = loc->ConnectServer(_bstr_t(Nspace), in Initialize()
662 && !stricmp(Nspace, "root\\cimv2")) { in OpenDB()
839 Nsp = tdp->Nspace; in TDBWCL()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dtabwmi.cpp337 Nspace = GetStringCatInfo(g, "Namespace", "Root\\CimV2"); in DefineAM()
339 (!stricmp(Nspace, "root\\cimv2") ? "ComputerSystemProduct" : in DefineAM()
340 !stricmp(Nspace, "root\\cli") ? "Msft_CliAlias" : "")); in DefineAM()
343 sprintf(g->Message, "Missing class name for %s", Nspace); in DefineAM()
380 Nspace = tdp->Nspace; in TDBWMI()
448 Res = loc->ConnectServer(_bstr_t(Nspace), in Initialize()
662 && !stricmp(Nspace, "root\\cimv2")) { in OpenDB()
839 Nsp = tdp->Nspace; in TDBWCL()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dtabwmi.cpp337 Nspace = GetStringCatInfo(g, "Namespace", "Root\\CimV2"); in DefineAM()
339 (!stricmp(Nspace, "root\\cimv2") ? "ComputerSystemProduct" : in DefineAM()
340 !stricmp(Nspace, "root\\cli") ? "Msft_CliAlias" : "")); in DefineAM()
343 sprintf(g->Message, "Missing class name for %s", Nspace); in DefineAM()
380 Nspace = tdp->Nspace; in TDBWMI()
448 Res = loc->ConnectServer(_bstr_t(Nspace), in Initialize()
662 && !stricmp(Nspace, "root\\cimv2")) { in OpenDB()
839 Nsp = tdp->Nspace; in TDBWCL()

12345678