Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLSymbolTable.cpp18 return ((UnresolvedFunction&) s).fFunctions; in GetFunctions()
54 return this->takeOwnership(new UnresolvedFunction(functions)); in operator []()
82 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions)); in addWithoutOwnership()
87 for (const auto* f : ((UnresolvedFunction&) *oldSymbol).fFunctions) { in addWithoutOwnership()
91 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions)); in addWithoutOwnership()
108 for (auto& f : ((UnresolvedFunction&) *pair.second).fFunctions) { in markAllFunctionsBuiltin()
DSkSLUnresolvedFunction.h18 struct UnresolvedFunction : public Symbol { struct
19 UnresolvedFunction(std::vector<const FunctionDeclaration*> funcs) in UnresolvedFunction() argument
/external/skia/src/sksl/
DSkSLIRGenerator.cpp615 functions = ((UnresolvedFunction*) entry)->fFunctions; in convertFunction()
854 const UnresolvedFunction* f = (const UnresolvedFunction*) result; in convertIdentifier()