Home
last modified time | relevance | path

Searched refs:elsebody (Results 1 – 25 of 127) sorted by relevance

123456

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A DactorFuzz.py208 self.elsebody = compoundF(ccx, [hashF(ccx)] + [fuzzCode(ccx)(ccx)] + [hashF(ccx)])
210 self.elsebody = None
215 if self.elsebody:
217 str(self.elsebody))
226 elif self.elsebody:
227 return self.elsebody.eval(ecx)
232 return self.elsebody and self.ifbody.unreachable() and self.elsebody.unreachable()
235 return self.ifbody.containsbreak() or (self.elsebody and self.elsebody.containsbreak())
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dblockexit.c239 if (s->elsebody) in blockExit()
240 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
250 if (s->elsebody) in blockExit()
251 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
261 if (s->elsebody) in blockExit()
262 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
H A Dstatement.c878 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement() argument
884 this->elsebody = elsebody; in IfStatement()
895 elsebody ? elsebody->syntaxCopy() : NULL, in syntaxCopy()
901 …tement::ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody) in ConditionalStatement() argument
906 this->elsebody = elsebody; in ConditionalStatement()
914 elsebody ? elsebody->syntaxCopy() : NULL); in syntaxCopy()
931 s = elsebody; in flatten()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dblockexit.c239 if (s->elsebody) in blockExit()
240 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
250 if (s->elsebody) in blockExit()
251 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
261 if (s->elsebody) in blockExit()
262 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
H A Dstatement.c952 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement() argument
958 this->elsebody = elsebody; in IfStatement()
969 elsebody ? elsebody->syntaxCopy() : NULL, in syntaxCopy()
975 …tement::ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody) in ConditionalStatement() argument
980 this->elsebody = elsebody; in ConditionalStatement()
988 elsebody ? elsebody->syntaxCopy() : NULL); in syntaxCopy()
1005 s = elsebody; in flatten()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dblockexit.c241 if (s->elsebody) in blockExit()
242 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
252 if (s->elsebody) in blockExit()
253 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
263 if (s->elsebody) in blockExit()
264 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
H A Dstatement_rewrite_walker.h93 if (s->elsebody) in visit()
94 visitStmt(s->elsebody); in visit()
H A Dstatement.c973 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement() argument
979 this->elsebody = elsebody; in IfStatement()
990 elsebody ? elsebody->syntaxCopy() : NULL, in syntaxCopy()
996 …tement::ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody) in ConditionalStatement() argument
1001 this->elsebody = elsebody; in ConditionalStatement()
1009 elsebody ? elsebody->syntaxCopy() : NULL); in syntaxCopy()
1026 s = elsebody; in flatten()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dblockexit.c239 if (s->elsebody) in blockExit()
240 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
250 if (s->elsebody) in blockExit()
251 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
261 if (s->elsebody) in blockExit()
262 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
H A Dstatement.c952 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement() argument
958 this->elsebody = elsebody; in IfStatement()
969 elsebody ? elsebody->syntaxCopy() : NULL, in syntaxCopy()
975 …tement::ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody) in ConditionalStatement() argument
980 this->elsebody = elsebody; in ConditionalStatement()
988 elsebody ? elsebody->syntaxCopy() : NULL); in syntaxCopy()
1005 s = elsebody; in flatten()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dblockexit.c241 if (s->elsebody) in blockExit()
242 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
252 if (s->elsebody) in blockExit()
253 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
263 if (s->elsebody) in blockExit()
264 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
H A Dstatement_rewrite_walker.h93 if (s->elsebody) in visit()
94 visitStmt(s->elsebody); in visit()
H A Dstatement.c973 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement() argument
979 this->elsebody = elsebody; in IfStatement()
990 elsebody ? elsebody->syntaxCopy() : NULL, in syntaxCopy()
996 …tement::ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody) in ConditionalStatement() argument
1001 this->elsebody = elsebody; in ConditionalStatement()
1009 elsebody ? elsebody->syntaxCopy() : NULL); in syntaxCopy()
1026 s = elsebody; in flatten()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dblockexit.c239 if (s->elsebody) in blockExit()
240 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
250 if (s->elsebody) in blockExit()
251 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
261 if (s->elsebody) in blockExit()
262 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
H A Dstatement.c878 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement() argument
884 this->elsebody = elsebody; in IfStatement()
895 elsebody ? elsebody->syntaxCopy() : NULL, in syntaxCopy()
901 …tement::ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody) in ConditionalStatement() argument
906 this->elsebody = elsebody; in ConditionalStatement()
914 elsebody ? elsebody->syntaxCopy() : NULL); in syntaxCopy()
931 s = elsebody; in flatten()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dblockexit.c239 if (s->elsebody) in blockExit()
240 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
250 if (s->elsebody) in blockExit()
251 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
261 if (s->elsebody) in blockExit()
262 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
H A Dstatement.c952 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement() argument
958 this->elsebody = elsebody; in IfStatement()
969 elsebody ? elsebody->syntaxCopy() : NULL, in syntaxCopy()
975 …tement::ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody) in ConditionalStatement() argument
980 this->elsebody = elsebody; in ConditionalStatement()
988 elsebody ? elsebody->syntaxCopy() : NULL); in syntaxCopy()
1005 s = elsebody; in flatten()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dblockexit.c239 if (s->elsebody) in blockExit()
240 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
250 if (s->elsebody) in blockExit()
251 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
261 if (s->elsebody) in blockExit()
262 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
H A Dstatement.c878 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement() argument
884 this->elsebody = elsebody; in IfStatement()
895 elsebody ? elsebody->syntaxCopy() : NULL, in syntaxCopy()
901 …tement::ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody) in ConditionalStatement() argument
906 this->elsebody = elsebody; in ConditionalStatement()
914 elsebody ? elsebody->syntaxCopy() : NULL); in syntaxCopy()
931 s = elsebody; in flatten()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dblockexit.c241 if (s->elsebody) in blockExit()
242 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
252 if (s->elsebody) in blockExit()
253 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
263 if (s->elsebody) in blockExit()
264 result |= blockExit(s->elsebody, func, mustNotThrow); in blockExit()
H A Dstatement_rewrite_walker.h93 if (s->elsebody) in visit()
94 visitStmt(s->elsebody); in visit()
H A Dstatement.c973 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement() argument
979 this->elsebody = elsebody; in IfStatement()
990 elsebody ? elsebody->syntaxCopy() : NULL, in syntaxCopy()
996 …tement::ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody) in ConditionalStatement() argument
1001 this->elsebody = elsebody; in ConditionalStatement()
1009 elsebody ? elsebody->syntaxCopy() : NULL); in syntaxCopy()
1026 s = elsebody; in flatten()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement_rewrite_walker.d120 if (s.elsebody) in visit()
121 visitStmt(s.elsebody); in visit()
H A Dstatement_rewrite_walker.h93 if (s->elsebody) in visit()
94 visitStmt(s->elsebody); in visit()
H A Dstatement.d1024 Statement elsebody; variable
1028 …ref Loc loc, Parameter prm, Expression condition, Statement ifbody, Statement elsebody, Loc endloc) in this() argument
1034 this.elsebody = elsebody; in this()
1044 elsebody ? elsebody.syntaxCopy() : null, in syntaxCopy()
1061 Statement elsebody; variable
1063 extern (D) this(const ref Loc loc, Condition condition, Statement ifbody, Statement elsebody) in this() argument
1068 this.elsebody = elsebody; in this()
1073 …itionalStatement(loc, condition.syntaxCopy(), ifbody.syntaxCopy(), elsebody ? elsebody.syntaxCopy(… in syntaxCopy()

123456