Home
last modified time | relevance | path

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

/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::__anon06473ddd0111::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