Home
last modified time | relevance | path

Searched defs:FunctionCall (Results 1 – 15 of 15) 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() 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;
/external/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
DFuncSymbols.cpp12 void FunctionCall() in FunctionCall() function
/external/skia/src/sksl/ir/
DSkSLFunctionCall.h24 FunctionCall(int offset, const Type* type, const FunctionDeclaration* function, in FunctionCall() function
/external/skia/src/sksl/
DSkSLInliner.h23 class FunctionCall; variable
DSkSLIRGenerator.h44 class FunctionCall; variable
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h83 static AssociatedFunctionInfo FunctionCall(const string& func_name, in FunctionCall() function
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignalHandlerCheck.cpp147 const CallExpr *FunctionCall = CalledFunctions.front(); in check() local
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAtomicFUTransformerJS.kt427 private fun FunctionCall.inlineAtomicOperation( in <lambda>() method
504 private fun FunctionCall.setImpl(code: String) { in <lambda>() method
/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/vulkan-deps/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/python/cpython3/Tools/peg_generator/pegen/
Dc_generator.py73 class FunctionCall: class
/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
/external/llvm-project/clang/unittests/Tooling/
DRefactoringTest.cpp735 TEST(Replacement, FunctionCall) { in TEST() argument