/external/clang/test/CodeGenCXX/ |
D | pr20719.cpp | 15 H<Fx> callee; in K_void() local 20 H<Fx> callee; in K_int() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | call_test.cc | 79 XlaComputation callee = CreateR0F32IdentityComputation(); in XLA_TEST_F() local 88 XlaComputation callee = CreateR1S0F32AdditionComputation(); in XLA_TEST_F() local 98 XlaComputation callee = CreateR1S2F32AdditionComputation(); in XLA_TEST_F() local 141 XlaComputation callee = CreateR0F32TupleComputation(); in XLA_TEST_F() local
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | call_graph.cpp | 41 uint32_t callee = instruction.GetSingleWordInOperand(0); in CallGraph() local 58 for (auto callee : GetDirectCallees(function_id)) { in PushDirectCallees() local
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | call_graph.cpp | 41 uint32_t callee = instruction.GetSingleWordInOperand(0); in CallGraph() local 58 for (auto callee : GetDirectCallees(function_id)) { in PushDirectCallees() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | call_graph.cpp | 41 uint32_t callee = instruction.GetSingleWordInOperand(0); in CallGraph() local 58 for (auto callee : GetDirectCallees(function_id)) { in PushDirectCallees() local
|
/external/clang/test/Analysis/ |
D | shallow-mode.m | 18 + (void)callee; class 26 + (void)callee { class
|
/external/clang/test/Analysis/diagnostics/ |
D | undef-value-callee.h | 2 void callee() { in callee() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_graph.cc | 119 for (auto* callee : callsites_.back().called_computations()) { in AddCallSiteForInstruction() local 212 for (const HloComputation* callee : callsite.called_computations()) { in SetCallContexts() local 263 for (const HloComputation* callee : node->callees()) { in SetNodeDepths() local 304 for (auto* callee : callsite.called_computations()) { in Build() local 436 for (const HloComputation* callee : node.callees()) { in ToString() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 53 def updateTotalCallCount(self, callee): argument 61 def updateFunctionCallMap(self, caller, callee): argument 71 def updateCalledFunctionList(self, callee): argument
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 48 def updateTotalCallCount(self, callee): argument 56 def updateFunctionCallMap(self, caller, callee): argument 66 def updateCalledFunctionList(self, callee): argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 48 def updateTotalCallCount(self, callee): argument 56 def updateFunctionCallMap(self, caller, callee): argument 66 def updateCalledFunctionList(self, callee): argument
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 53 def updateTotalCallCount(self, callee): argument 61 def updateFunctionCallMap(self, caller, callee): argument 71 def updateCalledFunctionList(self, callee): argument
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 48 def updateTotalCallCount(self, callee): argument 56 def updateFunctionCallMap(self, caller, callee): argument 66 def updateCalledFunctionList(self, callee): argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 48 def updateTotalCallCount(self, callee): argument 56 def updateFunctionCallMap(self, caller, callee): argument 66 def updateCalledFunctionList(self, callee): argument
|
/external/clang/test/CodeGen/ |
D | arm64-be-hfa-vararg.c | 6 double callee(int a, ...) { in callee() function
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/ |
D | VariadicResolutionTest.java | 69 MethodUsage callee = javaParserFacade.solveMethodAsUsage(callExpr); in methodCallWithReferenceTypeAsVaridicArgumentIsSolved() local 83 MethodUsage callee = javaParserFacade.solveMethodAsUsage(callExpr); in resolveVariadicMethodWithGenericArgument() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/ |
D | exported_python_args.py | 36 def callee(self, x, n={'foo': 42}): member in TestModule
|
D | call_to_exported.py | 69 def callee(self, x): member in TestModule
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_function_can_inline.cpp | 61 const ir_function_signature *callee = call->callee; in can_inline() local
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-references.mm | 7 void callee(); function
|
/external/compiler-rt/test/asan/TestCases/ |
D | coverage-trace-pc.cc | 11 extern "C" void __sanitizer_cov_trace_pc_indir(void *callee) { in __sanitizer_cov_trace_pc_indir()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 84 let callee = var
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 84 let callee = var
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | delete_unused_funcs.cc | 77 for (auto callee : callees) { in runOnModule() local
|
/external/v8/src/api/ |
D | api-arguments.cc | 37 internal::HeapObject callee, internal::Object holder, in FunctionCallbackArguments()
|