Searched refs:debugids (Results 1 – 12 of 12) sorted by relevance
83 if (!m->debugids) in addMember()84 m->debugids = new Strings(); in addMember()85 m->debugids->push(ident->toChars()); in addMember()
456 if (!global.params.debugids) in addGlobalIdent()457 global.params.debugids = new Strings(); in addGlobalIdent()458 global.params.debugids->push(ident); in addGlobalIdent()497 if (findCondition(mod->debugids, ident)) in include()502 else if (findCondition(global.params.debugids, ident)) in include()
103 Strings *debugids; // debug identifiers variable
166 Array<const char *> *debugids; // debug identifiers member
79 debugids = NULL; in Module()
89 if (!m.debugids) in addMember()90 m.debugids = new Identifiers(); in addMember()91 m.debugids.push(ident); in addMember()
543 if (!global.debugids) in addGlobalIdent()544 global.debugids = new Identifiers(); in addGlobalIdent()545 global.debugids.push(Identifier.idPool(ident)); in addGlobalIdent()574 if (findCondition(mod.debugids, ident)) in include()579 else if (findCondition(global.debugids, ident)) in include()
211 Array<const char *> *debugids; // debug identifiers member292 Array<class Identifier*>* debugids; // command line debug versions and predefined versions member
233 Array!(const(char)*)* debugids; // debug identifiers328 Array!Identifier* debugids; /// command line debug versions and predefined versions
105 Identifiers *debugids; // debug identifiers variable
429 Identifiers* debugids; // debug identifiers variable
471 if (!global.params.debugids) in d_handle_option()472 global.params.debugids = d_gc_malloc<Strings> (); in d_handle_option()473 global.params.debugids->push (arg); in d_handle_option()983 if (global.params.debugids) in d_post_options()985 for (size_t i = 0; i < global.params.debugids->length; i++) in d_post_options()987 const char *s = (*global.params.debugids)[i]; in d_post_options()