Home
last modified time | relevance | path

Searched refs:debugidsNot (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.c505 { if (!mod->debugidsNot) in include()
506 mod->debugidsNot = new Strings(); in include()
507 mod->debugidsNot->push(ident->toChars()); in include()
H A Ddversion.c78 if (findCondition(m->debugidsNot, ident)) in addMember()
H A Dmodule.h104 Strings *debugidsNot; // forward referenced debug identifiers variable
H A Ddmodule.c80 debugidsNot = NULL; in Module()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmodule.h106 Identifiers *debugidsNot; // forward referenced debug identifiers variable
H A Dcond.d583 if (!mod.debugidsNot) in include()
584 mod.debugidsNot = new Identifiers(); in include()
585 mod.debugidsNot.push(ident); in include()
H A Ddversion.d84 if (findCondition(m.debugidsNot, ident)) in addMember()
H A Ddmodule.d430 Identifiers* debugidsNot; // forward referenced debug identifiers variable