Home
last modified time | relevance | path

Searched refs:blockexit (Results 1 – 25 of 82) sorted by relevance

1234

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dsemantic3.d23 import dmd.blockexit;
732 const blockexit = funcdecl.fbody.blockExit(funcdecl, f.isnothrow); in visit() local
733 if (f.isnothrow && blockexit & BE.throw_) in visit()
736 if (!(blockexit & (BE.throw_ | BE.halt) || funcdecl.flags & FUNCFLAG.hasCatches)) in visit()
748 f.isnothrow = !(blockexit & BE.throw_); in visit()
760 if (blockexit & BE.fallthru) in visit()
771 if (blockexit & BE.fallthru) in visit()
1129 const blockexit = s.blockExit(funcdecl, isnothrow); in visit() local
1130 if (blockexit & BE.throw_) in visit()
1132 if (f.isnothrow && isnothrow && blockexit & BE.throw_) in visit()
[all …]
H A Dblockexit.d12 module dmd.blockexit;
H A DREADME.md123 | [blockexit.d](https://github.com/dlang/dmd/blob/master/src/dmd/blockexit.d) | Find out in what …
H A Dsemantic2.d23 import dmd.blockexit;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dsemantic3.c810 int blockexit = BEnone; in visit() local
815 blockexit = blockExit(funcdecl->fbody, funcdecl, f->isnothrow); in visit()
821 f->isnothrow = !(blockexit & BEthrow); in visit()
833 if (blockexit & BEfallthru) in visit()
844 if (blockexit & BEfallthru) in visit()
859 if ((blockexit & BEfallthru) && f->next->ty != Tvoid && !inlineAsm) in visit()
1128 int blockexit = blockExit(s, funcdecl, isnothrow); in visit() local
1129 if (f->isnothrow && isnothrow && blockexit & BEthrow) in visit()
1131 if (funcdecl->flags & FUNCFLAGnothrowInprocess && blockexit & BEthrow) in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dsemantic3.c810 int blockexit = BEnone; in visit() local
815 blockexit = blockExit(funcdecl->fbody, funcdecl, f->isnothrow); in visit()
821 f->isnothrow = !(blockexit & BEthrow); in visit()
833 if (blockexit & BEfallthru) in visit()
844 if (blockexit & BEfallthru) in visit()
859 if ((blockexit & BEfallthru) && f->next->ty != Tvoid && !inlineAsm) in visit()
1128 int blockexit = blockExit(s, funcdecl, isnothrow); in visit() local
1129 if (f->isnothrow && isnothrow && blockexit & BEthrow) in visit()
1131 if (funcdecl->flags & FUNCFLAGnothrowInprocess && blockexit & BEthrow) in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dsemantic3.c810 int blockexit = BEnone; in visit() local
815 blockexit = blockExit(funcdecl->fbody, funcdecl, f->isnothrow); in visit()
821 f->isnothrow = !(blockexit & BEthrow); in visit()
833 if (blockexit & BEfallthru) in visit()
844 if (blockexit & BEfallthru) in visit()
859 if ((blockexit & BEfallthru) && f->next->ty != Tvoid && !inlineAsm) in visit()
1128 int blockexit = blockExit(s, funcdecl, isnothrow); in visit() local
1129 if (f->isnothrow && isnothrow && blockexit & BEthrow) in visit()
1131 if (funcdecl->flags & FUNCFLAGnothrowInprocess && blockexit & BEthrow) in visit()
/dports/lang/gcc9/gcc-9.4.0/gcc/po/
H A DEXCLUDES60 d/dmd/blockexit.c
/dports/devel/avr-gcc/gcc-10.2.0/gcc/po/
H A DEXCLUDES60 d/dmd/blockexit.c
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/po/
H A DEXCLUDES60 d/dmd/blockexit.c
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/po/
H A DEXCLUDES60 d/dmd/blockexit.c
/dports/lang/gcc11/gcc-11.2.0/gcc/po/
H A DEXCLUDES60 d/dmd/blockexit.c
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/po/
H A DEXCLUDES60 d/dmd/blockexit.c
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/po/
H A DEXCLUDES60 d/dmd/blockexit.c
/dports/lang/gcc10/gcc-10.3.0/gcc/po/
H A DEXCLUDES60 d/dmd/blockexit.c
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/po/
H A DEXCLUDES60 d/dmd/blockexit.c
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dfunc.c1850 int blockexit = BEnone; in semantic3() local
1855 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
1861 f->isnothrow = !(blockexit & BEthrow); in semantic3()
1873 if (blockexit & BEfallthru) in semantic3()
1884 if (blockexit & BEfallthru) in semantic3()
1896 if ((blockexit & BEfallthru) && f->next->ty != Tvoid && !inlineAsm) in semantic3()
2176 int blockexit = blockExit(s, this, isnothrow); in semantic3() local
2177 if (f->isnothrow && isnothrow && blockexit & BEthrow) in semantic3()
2179 if (flags & FUNCFLAGnothrowInprocess && blockexit & BEthrow) in semantic3()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dfunc.c1865 int blockexit = BEnone; in semantic3() local
1870 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
1876 f->isnothrow = !(blockexit & BEthrow); in semantic3()
1888 if (blockexit & BEfallthru) in semantic3()
1899 if (blockexit & BEfallthru) in semantic3()
1911 if ((blockexit & BEfallthru) && f->next->ty != Tvoid && !inlineAsm) in semantic3()
2191 int blockexit = blockExit(s, this, isnothrow); in semantic3() local
2192 if (f->isnothrow && isnothrow && blockexit & BEthrow) in semantic3()
2194 if (flags & FUNCFLAGnothrowInprocess && blockexit & BEthrow) in semantic3()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dfunc.c1866 int blockexit = BEnone; in semantic3() local
1871 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
1877 f->isnothrow = !(blockexit & BEthrow); in semantic3()
1889 if (blockexit & BEfallthru) in semantic3()
1900 if (blockexit & BEfallthru) in semantic3()
1912 if ((blockexit & BEfallthru) && f->next->ty != Tvoid && !inlineAsm) in semantic3()
2192 int blockexit = blockExit(s, this, isnothrow); in semantic3() local
2193 if (f->isnothrow && isnothrow && blockexit & BEthrow) in semantic3()
2195 if (flags & FUNCFLAGnothrowInprocess && blockexit & BEthrow) in semantic3()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dfunc.c1850 int blockexit = BEnone; in semantic3() local
1855 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
1861 f->isnothrow = !(blockexit & BEthrow); in semantic3()
1873 if (blockexit & BEfallthru) in semantic3()
1884 if (blockexit & BEfallthru) in semantic3()
1896 if ((blockexit & BEfallthru) && f->next->ty != Tvoid && !inlineAsm) in semantic3()
2176 int blockexit = blockExit(s, this, isnothrow); in semantic3() local
2177 if (f->isnothrow && isnothrow && blockexit & BEthrow) in semantic3()
2179 if (flags & FUNCFLAGnothrowInprocess && blockexit & BEthrow) in semantic3()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dfunc.c1866 int blockexit = BEnone; in semantic3() local
1871 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
1877 f->isnothrow = !(blockexit & BEthrow); in semantic3()
1889 if (blockexit & BEfallthru) in semantic3()
1900 if (blockexit & BEfallthru) in semantic3()
1912 if ((blockexit & BEfallthru) && f->next->ty != Tvoid && !inlineAsm) in semantic3()
2192 int blockexit = blockExit(s, this, isnothrow); in semantic3() local
2193 if (f->isnothrow && isnothrow && blockexit & BEthrow) in semantic3()
2195 if (flags & FUNCFLAGnothrowInprocess && blockexit & BEthrow) in semantic3()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dfunc.c1862 int blockexit = BEnone; in semantic3() local
1867 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
1873 f->isnothrow = !(blockexit & BEthrow); in semantic3()
1885 if (blockexit & BEfallthru) in semantic3()
1896 if (blockexit & BEfallthru) in semantic3()
1908 if ((blockexit & BEfallthru) && f->next->ty != Tvoid && !inlineAsm) in semantic3()
2188 int blockexit = blockExit(s, this, isnothrow); in semantic3() local
2189 if (f->isnothrow && isnothrow && blockexit & BEthrow) in semantic3()
2191 if (flags & FUNCFLAGnothrowInprocess && blockexit & BEthrow) in semantic3()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A DMake-lang.in65 d/blockexit.o \
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A DMake-lang.in64 d/blockexit.o \
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/
H A DMake-lang.in64 d/blockexit.o \

1234