Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/ir/
DSkSLFunctionCall.h19 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/
DSkSLFunctionCall.h24 FunctionCall(int line, const Type* type, const FunctionDeclaration* function, in FunctionCall() function
/third_party/skia/src/sksl/
DSkSLInliner.h23 class FunctionCall; variable
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h34 class FunctionCall; variable
DSkSLMetalCodeGenerator.h29 class FunctionCall; variable
DSkSLGLSLCodeGenerator.h27 class FunctionCall; variable
/third_party/gn/src/gn/
Dtokenizer_unittest.cc112 TEST(Tokenizer, FunctionCall) { in TEST() argument
Dparser_unittest.cc117 TEST(Parser, FunctionCall) { in TEST() argument
Dcommand_format.cc1015 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/
Dfusion_illegal.cpp171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dfusion_illegal.cpp171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
/third_party/spirv-tools/test/opt/loop_optimizations/
Dfusion_illegal.cpp171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
/third_party/python/Tools/peg_generator/pegen/
Dc_generator.py78 class FunctionCall: class
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc1344 sem::Call* Resolver::FunctionCall( in FunctionCall() function in tint::resolver::Resolver