Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSymbolTable.cpp18 return ((UnresolvedFunction&) s).fFunctions; in GetFunctions()
54 return this->takeOwnership(new UnresolvedFunction(functions)); in operator []()
87 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions)); in addWithoutOwnership()
92 for (const auto* f : ((UnresolvedFunction&) *oldSymbol).fFunctions) { in addWithoutOwnership()
96 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions)); in addWithoutOwnership()
113 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() function
/external/skia/src/sksl/ir/
DSkSLSymbolTable.cpp18 return ((UnresolvedFunction&) s).fFunctions; in GetFunctions()
54 return this->takeOwnership(new UnresolvedFunction(functions)); in operator []()
87 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions)); in addWithoutOwnership()
92 for (const auto* f : ((UnresolvedFunction&) *oldSymbol).fFunctions) { in addWithoutOwnership()
96 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions)); in addWithoutOwnership()
113 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.cpp736 functions = ((UnresolvedFunction*) entry)->fFunctions; in convertFunction()
1065 const UnresolvedFunction* f = (const UnresolvedFunction*) result; in convertIdentifier()
DSkSLJIT.cpp151 for (const auto& f : ((const UnresolvedFunction&) *pair.second).fFunctions) { in addBuiltinFunction()
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp719 functions = ((UnresolvedFunction*) entry)->fFunctions; in convertFunction()
1028 const UnresolvedFunction* f = (const UnresolvedFunction*) result; in convertIdentifier()
DSkSLJIT.cpp151 for (const auto& f : ((const UnresolvedFunction&) *pair.second).fFunctions) { in addBuiltinFunction()