Searched defs:FunctionCall (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/sksl/ir/ |
D | SkSLFunctionCall.h | 19 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/ |
D | SkSLFunctionCall.h | 19 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/ |
D | tf2xla_util.h | 83 static AssociatedFunctionInfo FunctionCall(const string& func_name, in FunctionCall() function
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | fusion_illegal.cpp | 171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
|
/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/ |
D | fusion_illegal.cpp | 171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | fusion_illegal.cpp | 171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | XPathParser.java | 1483 protected boolean FunctionCall() throws javax.xml.transform.TransformerException in FunctionCall() method in XPathParser
|
/external/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 403 TEST(Replacement, FunctionCall) { in TEST() argument
|