Searched refs:is_lhs (Results 1 – 5 of 5) sorted by relevance
249 if (n->is_lhs()) { in visit_ident_expr_node()273 if (!n->is_lhs()) in visit_ident_expr_node()280 expr_ = n->is_lhs() ? it->second : (Value *)B.CreateLoad(it->second); in visit_ident_expr_node()289 if (!n->is_lhs()) in visit_ident_expr_node()294 if (n->is_lhs()) in visit_ident_expr_node()304 if (n->is_lhs() || n->decl_->is_struct()) in visit_ident_expr_node()380 } else if (n->is_lhs()) { in visit_packet_expr_node()423 if (n->is_lhs()) return mkstatus_(n, "cannot assign to a string"); in visit_string_expr_node()842 if (n->is_lhs()) { in visit_table_index_expr_node()
157 bool is_lhs() const { return flags_[IS_LHS]; } in is_lhs() function
235 this->is_lhs = false; in ast_expression()291 bool is_lhs;
1376 this->is_lhs = false; in ast_expression()
1323 this->is_lhs = new_value; in set_is_lhs()2024 && !this->is_lhs in do_hir()