Home
last modified time | relevance | path

Searched defs:isstatic (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddimport.d37 int isstatic; // !=0 if static import variable
50 …(D) this(const ref Loc loc, Identifier[] packages, Identifier id, Identifier aliasId, int isstatic) in this()
H A Dimport.h29 int isstatic; // !=0 if static import variable
H A Ddimport.c29 int isstatic) in Import()
H A Dtemplate.h68 bool isstatic; // this is static template declaration variable
H A Ddtemplate.d565 bool isstatic; // this is static template declaration variable
7224 extern (D) final bool hasNestedArgs(Objects* args, bool isstatic) in hasNestedArgs()
H A Dparse.d3349 int isstatic = token.value == TOK.static_; in parseImport() local
H A Dparse.c2907 int isstatic = token.value == TOKstatic; in parseImport() local
H A Ddtemplate.c7349 bool TemplateInstance::hasNestedArgs(Objects *args, bool isstatic) in hasNestedArgs()
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Dhttpd.h41 bool isstatic; member
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dimport.h30 int isstatic; // !=0 if static import variable
H A Ddimport.c29 int isstatic) in Import()
H A Dtemplate.h75 bool isstatic; // this is static template declaration variable
H A Dparse.c2907 int isstatic = token.value == TOKstatic; in parseImport() local
H A Ddtemplate.c7349 bool TemplateInstance::hasNestedArgs(Objects *args, bool isstatic) in hasNestedArgs()
/netbsd/external/mpl/bind/dist/lib/isc/
H A Dhttpd.c1313 isc_httpdmgr_addurl2(isc_httpdmgr_t *httpdmgr, const char *url, bool isstatic, in isc_httpdmgr_addurl2()