Home
last modified time | relevance | path

Searched defs:leg (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstaticcond.c59 Expression *leg = result ? ce->e1 : ce->e2; in evalStaticCondition() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstaticcond.d83 Expression leg = result ? ce.e1 : ce.e2; in impl() local