Searched refs:findCondition (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddversion.c78 if (findCondition(m->debugidsNot, ident))
169 if (findCondition(m->versionidsNot, ident))
H A Dcond.h26 int findCondition(Strings *ids, Identifier *ident);
H A Dcond.c32 int findCondition(Strings *ids, Identifier *ident) function
497 if (findCondition(mod->debugids, ident))
502 else if (findCondition(global.params.debugids, ident))
677 if (findCondition(mod->versionids, ident))
682 else if (findCondition(global.params.versionids, ident))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddversion.d84 if (findCondition(m.debugidsNot, ident))
179 if (findCondition(m.versionidsNot, ident))
H A Dcond.d574 if (findCondition(mod.debugids, ident))
579 else if (findCondition(global.debugids, ident))
851 if (findCondition(mod.versionids, ident))
856 else if (findCondition(global.versionids, ident))
971 bool findCondition(Identifiers* ids, Identifier ident) @safe nothrow pure
H A Dchkformat.d824 findCondition(global.versionids, Identifier.idPool("CRuntime_Glibc"))) nothrow pure @trusted

Completed in 213 milliseconds