Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLAnalysis.h170 bool CanExitWithoutReturningValue(const FunctionDeclaration& funcDecl, const Statement& body);
/third_party/skia/src/sksl/analysis/
DSkSLCanExitWithoutReturningValue.cpp160 bool Analysis::CanExitWithoutReturningValue(const FunctionDeclaration& funcDecl, in CanExitWithoutReturningValue() function in SkSL::Analysis
/third_party/skia/src/sksl/ir/
DSkSLFunctionDefinition.cpp260 if (Analysis::CanExitWithoutReturningValue(function, *body)) { in Convert()
/third_party/skia/gn/
Dsksl_tests.gni47 "/sksl/errors/CanExitWithoutReturningValue.sksl",