Home
last modified time | relevance | path

Searched refs:blockExit (Results 1 – 25 of 56) sorted by relevance

123

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dblockexit.c18 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow) in blockExit() function
132 int r = blockExit(s, func, mustNotThrow); in blockExit()
156 result = blockExit(s->_body, func, mustNotThrow); in blockExit()
182 result = blockExit(s->_init, func, mustNotThrow); in blockExit()
199 int r = blockExit(s->_body, func, mustNotThrow); in blockExit()
260 result = blockExit(s->ifbody, func, mustNotThrow); in blockExit()
356 result = blockExit(s->_body, func, false); in blockExit()
392 blockExit(s->_body, func, mustNotThrow); in blockExit()
401 result = blockExit(s->_body, func, false); in blockExit()
418 blockExit(s->_body, func, mustNotThrow); in blockExit()
[all …]
H A Dfunc.c41 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow);
274 if (blockExit(sexception, fd, false) & BEfallthru) in visit()
1855 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
2032 blockExit(freq, this, false); in semantic3()
2056 blockExit(fens, this, false); in semantic3()
2176 int blockexit = blockExit(s, this, isnothrow); in semantic3()
2181 if (blockExit(sbody, this, f->isnothrow) == BEfallthru) in semantic3()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dblockexit.c18 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow) in blockExit() function
132 int r = blockExit(s, func, mustNotThrow); in blockExit()
156 result = blockExit(s->_body, func, mustNotThrow); in blockExit()
182 result = blockExit(s->_init, func, mustNotThrow); in blockExit()
199 int r = blockExit(s->_body, func, mustNotThrow); in blockExit()
260 result = blockExit(s->ifbody, func, mustNotThrow); in blockExit()
356 result = blockExit(s->_body, func, false); in blockExit()
392 blockExit(s->_body, func, mustNotThrow); in blockExit()
401 result = blockExit(s->_body, func, false); in blockExit()
418 blockExit(s->_body, func, mustNotThrow); in blockExit()
[all …]
H A Dfunc.c41 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow);
274 if (blockExit(sexception, fd, false) & BEfallthru) in visit()
1870 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
2047 blockExit(freq, this, false); in semantic3()
2071 blockExit(fens, this, false); in semantic3()
2191 int blockexit = blockExit(s, this, isnothrow); in semantic3()
2196 if (blockExit(sbody, this, f->isnothrow) == BEfallthru) in semantic3()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dblockexit.c18 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow) in blockExit() function
134 int r = blockExit(s, func, mustNotThrow); in blockExit()
158 result = blockExit(s->_body, func, mustNotThrow); in blockExit()
184 result = blockExit(s->_init, func, mustNotThrow); in blockExit()
201 int r = blockExit(s->_body, func, mustNotThrow); in blockExit()
262 result = blockExit(s->ifbody, func, mustNotThrow); in blockExit()
358 result = blockExit(s->_body, func, false); in blockExit()
394 blockExit(s->_body, func, mustNotThrow); in blockExit()
403 result = blockExit(s->_body, func, false); in blockExit()
420 blockExit(s->_body, func, mustNotThrow); in blockExit()
[all …]
H A Dsemantic3.c27 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow);
156 if (blockExit(sexception, fd, false) & BEfallthru) in visit()
815 blockexit = blockExit(funcdecl->fbody, funcdecl, f->isnothrow); in visit()
975 blockExit(freq, funcdecl, false); in visit()
1008 blockExit(fens, funcdecl, false); in visit()
1128 int blockexit = blockExit(s, funcdecl, isnothrow); in visit()
1133 if (blockExit(sbody, funcdecl, f->isnothrow) == BEfallthru) in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dblockexit.c18 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow) in blockExit() function
132 int r = blockExit(s, func, mustNotThrow); in blockExit()
156 result = blockExit(s->_body, func, mustNotThrow); in blockExit()
182 result = blockExit(s->_init, func, mustNotThrow); in blockExit()
199 int r = blockExit(s->_body, func, mustNotThrow); in blockExit()
260 result = blockExit(s->ifbody, func, mustNotThrow); in blockExit()
356 result = blockExit(s->_body, func, false); in blockExit()
392 blockExit(s->_body, func, mustNotThrow); in blockExit()
401 result = blockExit(s->_body, func, false); in blockExit()
418 blockExit(s->_body, func, mustNotThrow); in blockExit()
[all …]
H A Dfunc.c41 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow);
274 if (blockExit(sexception, fd, false) & BEfallthru) in visit()
1871 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
2048 blockExit(freq, this, false); in semantic3()
2072 blockExit(fens, this, false); in semantic3()
2192 int blockexit = blockExit(s, this, isnothrow); in semantic3()
2197 if (blockExit(sbody, this, f->isnothrow) == BEfallthru) in semantic3()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dblockexit.c18 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow) in blockExit() function
134 int r = blockExit(s, func, mustNotThrow); in blockExit()
158 result = blockExit(s->_body, func, mustNotThrow); in blockExit()
184 result = blockExit(s->_init, func, mustNotThrow); in blockExit()
201 int r = blockExit(s->_body, func, mustNotThrow); in blockExit()
262 result = blockExit(s->ifbody, func, mustNotThrow); in blockExit()
358 result = blockExit(s->_body, func, false); in blockExit()
394 blockExit(s->_body, func, mustNotThrow); in blockExit()
403 result = blockExit(s->_body, func, false); in blockExit()
420 blockExit(s->_body, func, mustNotThrow); in blockExit()
[all …]
H A Dsemantic3.c27 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow);
156 if (blockExit(sexception, fd, false) & BEfallthru) in visit()
815 blockexit = blockExit(funcdecl->fbody, funcdecl, f->isnothrow); in visit()
975 blockExit(freq, funcdecl, false); in visit()
1008 blockExit(fens, funcdecl, false); in visit()
1128 int blockexit = blockExit(s, funcdecl, isnothrow); in visit()
1133 if (blockExit(sbody, funcdecl, f->isnothrow) == BEfallthru) in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dblockexit.c18 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow) in blockExit() function
132 int r = blockExit(s, func, mustNotThrow); in blockExit()
156 result = blockExit(s->_body, func, mustNotThrow); in blockExit()
182 result = blockExit(s->_init, func, mustNotThrow); in blockExit()
199 int r = blockExit(s->_body, func, mustNotThrow); in blockExit()
260 result = blockExit(s->ifbody, func, mustNotThrow); in blockExit()
356 result = blockExit(s->_body, func, false); in blockExit()
392 blockExit(s->_body, func, mustNotThrow); in blockExit()
401 result = blockExit(s->_body, func, false); in blockExit()
418 blockExit(s->_body, func, mustNotThrow); in blockExit()
[all …]
H A Dfunc.c41 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow);
274 if (blockExit(sexception, fd, false) & BEfallthru) in visit()
1855 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
2032 blockExit(freq, this, false); in semantic3()
2056 blockExit(fens, this, false); in semantic3()
2176 int blockexit = blockExit(s, this, isnothrow); in semantic3()
2181 if (blockExit(sbody, this, f->isnothrow) == BEfallthru) in semantic3()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dblockexit.c18 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow) in blockExit() function
132 int r = blockExit(s, func, mustNotThrow); in blockExit()
156 result = blockExit(s->_body, func, mustNotThrow); in blockExit()
182 result = blockExit(s->_init, func, mustNotThrow); in blockExit()
199 int r = blockExit(s->_body, func, mustNotThrow); in blockExit()
260 result = blockExit(s->ifbody, func, mustNotThrow); in blockExit()
356 result = blockExit(s->_body, func, false); in blockExit()
392 blockExit(s->_body, func, mustNotThrow); in blockExit()
401 result = blockExit(s->_body, func, false); in blockExit()
418 blockExit(s->_body, func, mustNotThrow); in blockExit()
[all …]
H A Dfunc.c41 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow);
274 if (blockExit(sexception, fd, false) & BEfallthru) in visit()
1871 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
2048 blockExit(freq, this, false); in semantic3()
2072 blockExit(fens, this, false); in semantic3()
2192 int blockexit = blockExit(s, this, isnothrow); in semantic3()
2197 if (blockExit(sbody, this, f->isnothrow) == BEfallthru) in semantic3()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dblockexit.c18 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow) in blockExit() function
132 int r = blockExit(s, func, mustNotThrow); in blockExit()
156 result = blockExit(s->_body, func, mustNotThrow); in blockExit()
182 result = blockExit(s->_init, func, mustNotThrow); in blockExit()
199 int r = blockExit(s->_body, func, mustNotThrow); in blockExit()
260 result = blockExit(s->ifbody, func, mustNotThrow); in blockExit()
356 result = blockExit(s->_body, func, false); in blockExit()
392 blockExit(s->_body, func, mustNotThrow); in blockExit()
401 result = blockExit(s->_body, func, false); in blockExit()
418 blockExit(s->_body, func, mustNotThrow); in blockExit()
[all …]
H A Dfunc.c41 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow);
274 if (blockExit(sexception, fd, false) & BEfallthru) in visit()
1867 blockexit = blockExit(fbody, this, f->isnothrow); in semantic3()
2044 blockExit(freq, this, false); in semantic3()
2068 blockExit(fens, this, false); in semantic3()
2188 int blockexit = blockExit(s, this, isnothrow); in semantic3()
2193 if (blockExit(sbody, this, f->isnothrow) == BEfallthru) in semantic3()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dblockexit.c18 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow) in blockExit() function
134 int r = blockExit(s, func, mustNotThrow); in blockExit()
158 result = blockExit(s->_body, func, mustNotThrow); in blockExit()
184 result = blockExit(s->_init, func, mustNotThrow); in blockExit()
201 int r = blockExit(s->_body, func, mustNotThrow); in blockExit()
262 result = blockExit(s->ifbody, func, mustNotThrow); in blockExit()
358 result = blockExit(s->_body, func, false); in blockExit()
394 blockExit(s->_body, func, mustNotThrow); in blockExit()
403 result = blockExit(s->_body, func, false); in blockExit()
420 blockExit(s->_body, func, mustNotThrow); in blockExit()
[all …]
H A Dsemantic3.c27 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow);
156 if (blockExit(sexception, fd, false) & BEfallthru) in visit()
815 blockexit = blockExit(funcdecl->fbody, funcdecl, f->isnothrow); in visit()
975 blockExit(freq, funcdecl, false); in visit()
1008 blockExit(fens, funcdecl, false); in visit()
1128 int blockexit = blockExit(s, funcdecl, isnothrow); in visit()
1133 if (blockExit(sbody, funcdecl, f->isnothrow) == BEfallthru) in visit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dblockexit.d63 int blockExit(Statement s, FuncDeclaration func, bool mustNotThrow) in blockExit() function
180 int r = blockExit(s, func, mustNotThrow); in blockExit()
191 result = blockExit(s.statement, func, mustNotThrow); in blockExit()
247 int r = blockExit(s._body, func, mustNotThrow); in blockExit()
295 result = blockExit(s.ifbody, func, mustNotThrow); in blockExit()
374 result = blockExit(s._body, func, mustNotThrow); in blockExit()
382 result |= blockExit(s._body, func, mustNotThrow); in blockExit()
388 result = blockExit(s._body, func, false); in blockExit()
420 blockExit(s._body, func, mustNotThrow); in blockExit()
429 result = blockExit(s._body, func, false); in blockExit()
[all …]
H A Dsemantic3.d732 const blockexit = funcdecl.fbody.blockExit(funcdecl, f.isnothrow); in visit()
967 freq.blockExit(funcdecl, false); in visit()
1001 fens.blockExit(funcdecl, false); in visit()
1129 const blockexit = s.blockExit(funcdecl, isnothrow); in visit()
1137 if (sbody.blockExit(funcdecl, f.isnothrow) == BE.fallthru) in visit()
/dports/lang/solidity/solidity_0.8.11/libevmasm/
H A DInliner.cpp205 AssemblyItem blockExit = _block.items.back(); in shouldInline() local
209 blockExit == Instruction::JUMP && in shouldInline()
210 blockExit.getJumpType() == AssemblyItem::JumpType::OutOfFunction && in shouldInline()
214 blockExit.setJumpType(AssemblyItem::JumpType::Ordinary); in shouldInline()
215 return blockExit; in shouldInline()
221 SemanticInformation::terminatesControlFlow(blockExit.instruction()) in shouldInline()
232 return blockExit; in shouldInline()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DSynchronizedStatement.java23 boolean blockExit; field in SynchronizedStatement
57 this.blockExit = !flowInfo.isReachable(); in analyseCode()
107 if (!blockExit) { in generateCode()
121 if (!blockExit) { in generateCode()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A DChangeLog-2008129 * asmstsmt.cc: Implement blockExit
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A DChangeLog-2008129 * asmstsmt.cc: Implement blockExit
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A DChangeLog-2008129 * asmstsmt.cc: Implement blockExit

123