Home
last modified time | relevance | path

Searched refs:kSideEffects (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLExpression.h65 kSideEffects, enumerator
169 return this->hasProperty(Property::kSideEffects); in hasSideEffects()
DSkSLVariableReference.cpp26 case Property::kSideEffects: return false; in hasProperty()
DSkSLExternalFunctionReference.h34 return property == Property::kSideEffects; in hasProperty()
DSkSLPostfixExpression.h52 return (property == Property::kSideEffects) || in hasProperty()
DSkSLExternalFunctionCall.h43 if (property == Property::kSideEffects) { in hasProperty()
DSkSLPrefixExpression.h53 if (property == Property::kSideEffects && in hasProperty()
DSkSLBinaryExpression.h87 if (property == Property::kSideEffects && this->getOperator().isAssignment()) { in hasProperty()
DSkSLFunctionCall.cpp776 if (property == Property::kSideEffects && in hasProperty()