Home
last modified time | relevance | path

Searched defs:callee (Results 1 – 25 of 114) sorted by relevance

12345

/external/clang/test/CodeGenCXX/
Dpr20719.cpp15 H<Fx> callee; in K_void() local
20 H<Fx> callee; in K_int() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcall_test.cc79 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/
Dcall_graph.cpp41 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/
Dcall_graph.cpp41 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/
Dcall_graph.cpp41 uint32_t callee = instruction.GetSingleWordInOperand(0); in CallGraph() local
58 for (auto callee : GetDirectCallees(function_id)) { in PushDirectCallees() local
/external/clang/test/Analysis/
Dshallow-mode.m18 + (void)callee; class
26 + (void)callee { class
/external/clang/test/Analysis/diagnostics/
Dundef-value-callee.h2 void callee() { in callee() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc119 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/
Dgenk-timing.py53 def updateTotalCallCount(self, callee): argument
61 def updateFunctionCallMap(self, caller, callee): argument
71 def updateCalledFunctionList(self, callee): argument
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py48 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/
Dgenk-timing.py48 def updateTotalCallCount(self, callee): argument
56 def updateFunctionCallMap(self, caller, callee): argument
66 def updateCalledFunctionList(self, callee): argument
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py53 def updateTotalCallCount(self, callee): argument
61 def updateFunctionCallMap(self, caller, callee): argument
71 def updateCalledFunctionList(self, callee): argument
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py48 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/
Dgenk-timing.py48 def updateTotalCallCount(self, callee): argument
56 def updateFunctionCallMap(self, caller, callee): argument
66 def updateCalledFunctionList(self, callee): argument
/external/clang/test/CodeGen/
Darm64-be-hfa-vararg.c6 double callee(int a, ...) { in callee() function
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DVariadicResolutionTest.java69 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/
Dexported_python_args.py36 def callee(self, x, n={'foo': 42}): member in TestModule
Dcall_to_exported.py69 def callee(self, x): member in TestModule
/external/mesa3d/src/compiler/glsl/
Dir_function_can_inline.cpp61 const ir_function_signature *callee = call->callee; in can_inline() local
/external/clang/test/CodeGenObjCXX/
Darc-references.mm7 void callee(); function
/external/compiler-rt/test/asan/TestCases/
Dcoverage-trace-pc.cc11 extern "C" void __sanitizer_cov_trace_pc_indir(void *callee) { in __sanitizer_cov_trace_pc_indir()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml84 let callee = var
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml84 let callee = var
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddelete_unused_funcs.cc77 for (auto callee : callees) { in runOnModule() local
/external/v8/src/api/
Dapi-arguments.cc37 internal::HeapObject callee, internal::Object holder, in FunctionCallbackArguments()

12345