Home
last modified time | relevance | path

Searched refs:versionids (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddversion.c174 if (!m->versionids) in addMember()
175 m->versionids = new Strings(); in addMember()
176 m->versionids->push(ident->toChars()); in addMember()
H A Dcond.c656 if (!global.params.versionids) in addPredefinedGlobalIdent()
657 global.params.versionids = new Strings(); in addPredefinedGlobalIdent()
658 global.params.versionids->push(ident); in addPredefinedGlobalIdent()
677 if (findCondition(mod->versionids, ident)) in include()
682 else if (findCondition(global.params.versionids, ident)) in include()
H A Dmodule.h107 Strings *versionids; // version identifiers variable
H A Dglobals.h169 Array<const char *> *versionids; // version identifiers member
H A Ddmodule.c82 versionids = NULL; in Module()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddversion.d184 if (!m.versionids) in addMember()
185 m.versionids = new Identifiers(); in addMember()
186 m.versionids.push(ident); in addMember()
H A Dcond.d820 if (!global.versionids) in addPredefinedGlobalIdent()
821 global.versionids = new Identifiers(); in addPredefinedGlobalIdent()
822 global.versionids.push(Identifier.idPool(ident)); in addPredefinedGlobalIdent()
851 if (findCondition(mod.versionids, ident)) in include()
856 else if (findCondition(global.versionids, ident)) in include()
H A Dglobals.h214 Array<const char *> *versionids; // version identifiers member
291 Array<class Identifier*>* versionids; // command line versions and predefined versions member
H A Dglobals.d236 Array!(const(char)*)* versionids; // version identifiers
327 Array!Identifier* versionids; /// command line versions and predefined versions
H A Dmodule.h109 Identifiers *versionids; // version identifiers variable
H A Djson.d878 if (global.versionids) in generateCompilerInfo()
880 foreach (const versionid; *global.versionids) in generateCompilerInfo()
H A Dchkformat.d824 findCondition(global.versionids, Identifier.idPool("CRuntime_Glibc"))) nothrow pure @trusted
H A Ddmodule.d433 Identifiers* versionids; // version identifiers variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc729 if (!global.params.versionids) in d_handle_option()
730 global.params.versionids = d_gc_malloc<Strings> (); in d_handle_option()
731 global.params.versionids->push (arg); in d_handle_option()
974 if (global.params.versionids) in d_post_options()
976 for (size_t i = 0; i < global.params.versionids->length; i++) in d_post_options()
978 const char *s = (*global.params.versionids)[i]; in d_post_options()
1018 if (global.versionids) in d_parse_file()
1023 for (size_t i = 0; i < global.versionids->length; i++) in d_parse_file()
1025 Identifier *id = (*global.versionids)[i]; in d_parse_file()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc997 if (global.params.versionids) in d_parse_file()
1001 for (size_t i = 0; i < global.params.versionids->dim; i++) in d_parse_file()
1003 const char *s = (*global.params.versionids)[i]; in d_parse_file()