Lines Matching refs:ifFalse
23 std::unique_ptr<Expression> ifTrue, std::unique_ptr<Expression> ifFalse) in TernaryExpression() argument
27 , fIfFalse(std::move(ifFalse)) { in TernaryExpression()
28 SkASSERT(this->ifTrue()->type() == this->ifFalse()->type()); in TernaryExpression()
36 std::unique_ptr<Expression> ifFalse);
42 std::unique_ptr<Expression> ifFalse);
60 std::unique_ptr<Expression>& ifFalse() { in ifFalse() function
64 const std::unique_ptr<Expression>& ifFalse() const { in ifFalse() function
70 this->ifFalse()->hasProperty(property); in hasProperty()
75 this->ifFalse()->isConstantOrUniform(); in isConstantOrUniform()
81 this->ifFalse()->clone()); in clone()
86 this->ifFalse()->description() + ")"; in description()