Searched refs:addLValue (Results 1 – 2 of 2) sorted by relevance
321 this->addLValue(cfg, &b->fLeft); in addExpression()424 void CFGGenerator::addLValue(CFG& cfg, std::unique_ptr<Expression>* e) { in addLValue() function in SkSL::CFGGenerator427 this->addLValue(cfg, &((FieldAccess&) **e).fBase); in addLValue()430 this->addLValue(cfg, &((IndexExpression&) **e).fBase); in addLValue()434 this->addLValue(cfg, &((Swizzle&) **e).fBase); in addLValue()443 this->addLValue(cfg, &((TernaryExpression&) **e).fIfTrue); in addLValue()444 this->addLValue(cfg, &((TernaryExpression&) **e).fIfFalse); in addLValue()
162 void addLValue(CFG& cfg, std::unique_ptr<Expression>* e);