Home
last modified time | relevance | path

Searched refs:peek_operand2 (Results 1 – 3 of 3) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dexpression_stream.cc209 peek_operand2()->write_to_stream(out); in write_to_stream()
267 peek_operand2()->write_to_stream(fd); in write_to_stream()
H A Dexpression.h218 inline const Expression* peek_operand2(void) const { return operand2_; } in peek_operand2() function
361 return new ExpArithmetic(fun_, peek_operand1()->clone(), peek_operand2()->clone()); in clone()
693 return new ExpLogical(fun_, peek_operand1()->clone(), peek_operand2()->clone()); in clone()
812 return new ExpRelation(fun_, peek_operand1()->clone(), peek_operand2()->clone()); in clone()
891 return new ExpShift(shift_, peek_operand1()->clone(), peek_operand2()->clone()); in clone()
H A Dexpression_emit.cc892 const VType*type2 = peek_operand2()->probe_type(ent, scope); in emit()