Searched refs:Right_Child (Results 1 – 4 of 4) sorted by relevance
314 Expr_Node *Right_Child; member322 Expr_Node *Right_Child);
939 Expr_Node *Right_Child) in Expr_Node_Create() argument947 node->Right_Child = Right_Child; in Expr_Node_Create()1023 && head->Right_Child->type == Expr_Node_Constant) in Expr_Node_Gen_Reloc()1025 int val = head->Right_Child->value.i_value; in Expr_Node_Gen_Reloc()1061 … = conctcode (Expr_Node_Gen_Reloc_R (head->Left_Child), Expr_Node_Gen_Reloc_R (head->Right_Child)); in Expr_Node_Gen_Reloc_R()
4612 && x->Right_Child->type == Expr_Node_Constant) in binary()4616 x->Right_Child->value.i_value += y->value.i_value; in binary()
8006 && x->Right_Child->type == Expr_Node_Constant) in binary()8010 x->Right_Child->value.i_value += y->value.i_value; in binary()