Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLInliner.cpp747 std::unique_ptr<Expression>* fCandidateExpr; // the candidate FunctionCall to be inlined member
1029 return (*candidate.fCandidateExpr)->as<FunctionCall>().function(); in candidate_func()
1138 FunctionCall& funcCall = (*candidate.fCandidateExpr)->as<FunctionCall>(); in analyze()
1177 usage->replace(candidate.fCandidateExpr->get(), inlinedCall.fReplacementExpr.get()); in analyze()
1178 *candidate.fCandidateExpr = std::move(inlinedCall.fReplacementExpr); in analyze()