Home
last modified time | relevance | path

Searched refs:addLValue (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp321 this->addLValue(cfg, &b->fLeft); in addExpression()
424 void CFGGenerator::addLValue(CFG& cfg, std::unique_ptr<Expression>* e) { in addLValue() function in SkSL::CFGGenerator
427 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()
DSkSLCFGGenerator.h162 void addLValue(CFG& cfg, std::unique_ptr<Expression>* e);