Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLReturnStatement.h39 void setExpression(std::unique_ptr<Expression> expr) { in setExpression() function
DSkSLFunctionDefinition.cpp178 returnStmt.setExpression(fFunction.returnType().coerceExpression( in Convert()
182 returnStmt.setExpression(nullptr); in Convert()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DPruneNoOps.cpp188 loop->setExpression(nullptr); in visitLoop()
/third_party/glslang/glslang/Include/
Dintermediate.h1233 void setExpression(TIntermTyped* pExpression) { expression = pExpression; } in setExpression() function
1312 void setExpression() { literal = false; } in setExpression() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h235 void setExpression(TIntermTyped *expression) { mExpr = expression; } in setExpression() function
/third_party/glslang/glslang/MachineIndependent/
Dglslang.y369 $$->getAsConstantUnion()->setExpression();
585 $$->getAsConstantUnion()->setExpression();
Dglslang.m4369 $$->getAsConstantUnion()->setExpression();
585 $$->getAsConstantUnion()->setExpression();
Dglslang_tab.cpp4244 (yyval.interm.intermTypedNode)->getAsConstantUnion()->setExpression(); in yyparse()
4604 (yyval.interm.intermTypedNode)->getAsConstantUnion()->setExpression(); in yyparse()