Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc249 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()
Dnode.h157 bool is_lhs() const { return flags_[IS_LHS]; } in is_lhs() function
/external/mesa3d/src/compiler/glsl/
Dast.h230 this->is_lhs = false; in ast_expression()
286 bool is_lhs;
Dglsl_parser_extras.cpp1330 this->is_lhs = false; in ast_expression()
Dast_to_hir.cpp1316 this->is_lhs = new_value; in set_is_lhs()
2005 && !this->is_lhs in do_hir()