Home | History | Annotate | Download | only in glsl

Lines Matching refs:set_is_lhs

1080 ast_node::set_is_lhs(bool /* new_value */)
1308 ast_expression::set_is_lhs(bool new_value)
1322 this->subexpressions[0]->set_is_lhs(new_value);
1401 this->subexpressions[0]->set_is_lhs(true);
1679 this->subexpressions[0]->set_is_lhs(true);
1714 this->subexpressions[0]->set_is_lhs(true);
1745 this->subexpressions[0]->set_is_lhs(true);
1764 this->subexpressions[0]->set_is_lhs(true);
1960 subexpressions[0]->set_is_lhs(true);
6517 test_expression->set_is_lhs(true);