Home
last modified time | relevance | path

Searched defs:FunctionCall (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLFunctionCall.h19 struct FunctionCall : public Expression { struct
20 FunctionCall(int offset, const Type& type, const FunctionDeclaration& function, in FunctionCall() argument
40 return std::unique_ptr<Expression>(new FunctionCall(fOffset, fType, fFunction, in clone() argument
44 String description() const override { in description()
56 const FunctionDeclaration& fFunction;
57 std::vector<std::unique_ptr<Expression>> fArguments;
59 typedef Expression INHERITED;
/external/skia/src/sksl/ir/
DSkSLFunctionCall.h19 struct FunctionCall : public Expression { struct
20 FunctionCall(int offset, const Type& type, const FunctionDeclaration& function, in FunctionCall() argument
44 return std::unique_ptr<Expression>(new FunctionCall(fOffset, fType, fFunction, in clone() argument
49 String description() const override { in description()
62 const FunctionDeclaration& fFunction;
63 std::vector<std::unique_ptr<Expression>> fArguments;
65 typedef Expression INHERITED;
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h83 static AssociatedFunctionInfo FunctionCall(const string& func_name, in FunctionCall() function
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dfusion_illegal.cpp171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/
Dfusion_illegal.cpp171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dfusion_illegal.cpp171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java1483 protected boolean FunctionCall() throws javax.xml.transform.TransformerException in FunctionCall() method in XPathParser
/external/clang/unittests/Tooling/
DRefactoringTest.cpp403 TEST(Replacement, FunctionCall) { in TEST() argument