Home
last modified time | relevance | path

Searched refs:then_part_ (Results 1 – 5 of 5) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dtct3stm.cpp240 if (then_part_ != 0) in gen_code()
241 gen_code_substm(then_part_); in gen_code()
254 if (then_part_ == 0 && else_part_ == 0) in gen_code()
269 if (then_part_ != 0) in gen_code()
285 gen_code_substm(then_part_); in gen_code()
H A Dtcprsstm.cpp11374 if (then_part_ != 0) in fold_constants()
11375 then_part_ = (CTPNStm *)then_part_->fold_constants(symtab); in fold_constants()
11405 ? then_part_ : else_part_); in get_control_flow()
11431 flags1 = (then_part_ != 0 in get_control_flow()
11432 ? then_part_->get_control_flow() : TCPRS_FLOW_NEXT); in get_control_flow()
H A Dtcpndrv.h3042 then_part_ = then_part; in CTPNStmIfBase()
3057 class CTPNStm *then_part_; variable
/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dvhdl_syntax.hh492 stmt_container *get_then_container() { return &then_part_; } in get_then_container()
504 stmt_container then_part_, else_part_; member in vhdl_if_stmt
H A Dvhdl_syntax.cc850 then_part_.emit(of, level); in emit()
872 then_part_.find_vars(read, write); in find_vars()