Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLHCodeGenerator.cpp194 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeMake()
254 const Type& type = param->fType.nonnullable(); in writeConstructor()
276 } else if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeConstructor()
312 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeFields()
DSkSLCPPCodeGenerator.cpp394 } else if (decl.fVar->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in getChildFPIndex()
640 const Type& type = var.fType.nonnullable(); in is_accessible()
1042 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeClone()
1057 } else if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeClone()
1273 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in generateCode()
DSkSLIRGenerator.cpp1189 var->fType.nonnullable() != *fContext.fFragmentProcessor_Type && in convertIdentifier()
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.h339 const Type& nonnullable() const { in nonnullable() function