Searched refs:inlineAsm (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d815 const(bool) inlineAsm = (funcdecl.hasReturnExp & 8) != 0;
816 if ((blockexit & BE.fallthru) && f.next.ty != Tvoid && !inlineAsm && !(sc.flags & SCOPE.Cfile))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c1911 const bool inlineAsm = (hasReturnExp & 8) != 0; local
1912 if ((blockexit & BEfallthru) && f->next->ty != Tvoid && !inlineAsm)

Completed in 106 milliseconds