Searched defs:FunctionCall (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/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() function 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;
|
/third_party/skia/src/sksl/ir/ |
D | SkSLFunctionCall.h | 24 FunctionCall(int line, const Type* type, const FunctionDeclaration* function, in FunctionCall() function
|
/third_party/skia/src/sksl/ |
D | SkSLInliner.h | 23 class FunctionCall; variable
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 34 class FunctionCall; variable
|
D | SkSLMetalCodeGenerator.h | 29 class FunctionCall; variable
|
D | SkSLGLSLCodeGenerator.h | 27 class FunctionCall; variable
|
/third_party/gn/src/gn/ |
D | tokenizer_unittest.cc | 112 TEST(Tokenizer, FunctionCall) { in TEST() argument
|
D | parser_unittest.cc | 117 TEST(Parser, FunctionCall) { in TEST() argument
|
D | command_format.cc | 1015 int Printer::FunctionCall(const FunctionCallNode* func_call, in FunctionCall() function in commands::__anon20cfb4fe0111::Printer
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | fusion_illegal.cpp | 171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | fusion_illegal.cpp | 171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
D | fusion_illegal.cpp | 171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
|
/third_party/python/Tools/peg_generator/pegen/ |
D | c_generator.py | 78 class FunctionCall: class
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver.cc | 1344 sem::Call* Resolver::FunctionCall( in FunctionCall() function in tint::resolver::Resolver
|