/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() 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/ |
D | FuncSymbols.cpp | 12 void FunctionCall() in FunctionCall() function
|
/external/skia/src/sksl/ir/ |
D | SkSLFunctionCall.h | 24 FunctionCall(int offset, const Type* type, const FunctionDeclaration* function, in FunctionCall() function
|
/external/skia/src/sksl/ |
D | SkSLInliner.h | 23 class FunctionCall; variable
|
D | SkSLIRGenerator.h | 44 class FunctionCall; variable
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util.h | 83 static AssociatedFunctionInfo FunctionCall(const string& func_name, in FunctionCall() function
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | SignalHandlerCheck.cpp | 147 const CallExpr *FunctionCall = CalledFunctions.front(); in check() local
|
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | AtomicFUTransformerJS.kt | 427 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/ |
D | fusion_illegal.cpp | 171 TEST_F(FusionIllegalTest, FunctionCall) { in TEST_F() argument
|
/external/angle/third_party/vulkan-deps/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/python/cpython3/Tools/peg_generator/pegen/ |
D | c_generator.py | 73 class FunctionCall: class
|
/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
|
/external/llvm-project/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 735 TEST(Replacement, FunctionCall) { in TEST() argument
|