Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
SkSLIfStatement.cpp File Reference
#include "src/sksl/ir/SkSLIfStatement.h"
#include "include/core/SkTypes.h"
#include "src/sksl/SkSLAnalysis.h"
#include "src/sksl/SkSLBuiltinTypes.h"
#include "src/sksl/SkSLConstantFolder.h"
#include "src/sksl/SkSLContext.h"
#include "src/sksl/SkSLProgramSettings.h"
#include "src/sksl/ir/SkSLExpressionStatement.h"
#include "src/sksl/ir/SkSLLiteral.h"
#include "src/sksl/ir/SkSLNop.h"
#include "src/sksl/ir/SkSLType.h"

Go to the source code of this file.

Namespaces

namespace  SkSL
 

Functions

static std::unique_ptr< StatementSkSL::replace_empty_with_nop (std::unique_ptr< Statement > stmt, bool isEmpty)