Home
last modified time | relevance | path

Searched refs:then_code (Results 1 – 2 of 2) sorted by relevance

/dports/java/apache-bcel/bcel-6.4.1/src/examples/Mini/
H A DASTIfExpr.java162 final InstructionList then_code = new InstructionList(); in byte_code() local
165 then_expr.byte_code(then_code, method, cp); in byte_code()
172 il.append(then_code); in byte_code()
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DCoverage.hs1157 ifGoodTickSrcSpan pos then_code else_code = do
1159 if good then then_code else else_code