Home
last modified time | relevance | path

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

123

/third_party/boost/boost/coroutine/detail/
Dpush_coroutine_synthesized.hpp32 coroutine_context * callee, in push_coroutine_synthesized()
48 coroutine_context * callee, in push_coroutine_synthesized()
64 coroutine_context * callee, in push_coroutine_synthesized()
Dpull_coroutine_synthesized.hpp32 coroutine_context * callee, in pull_coroutine_synthesized()
49 coroutine_context * callee, in pull_coroutine_synthesized()
66 coroutine_context * callee, in pull_coroutine_synthesized()
Dpull_coroutine_impl.hpp48 coroutine_context * callee, in pull_coroutine_impl()
60 coroutine_context * callee, in pull_coroutine_impl()
158 coroutine_context * callee, in pull_coroutine_impl()
170 coroutine_context * callee, in pull_coroutine_impl()
267 coroutine_context * callee, in pull_coroutine_impl()
Dpush_coroutine_impl.hpp47 coroutine_context * callee, in push_coroutine_impl()
139 coroutine_context * callee, in push_coroutine_impl()
214 coroutine_context * callee, in push_coroutine_impl()
Dsetup.hpp36 coroutine_context * callee; member
Dpush_coroutine_object.hpp43 coroutine_context callee; member
55 coroutine_context callee; member
/third_party/spirv-tools/source/fuzz/
Dcall_graph.cpp61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local
146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local
160 for (auto callee : GetDirectCallees(function_id)) { in PushDirectCallees() local
Dfuzzer_pass_add_function_calls.cpp108 const opt::Function& callee, opt::Function* caller_function, in ChooseFunctionCallArguments()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dcall_graph.cpp61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local
146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local
160 for (auto callee : GetDirectCallees(function_id)) { in PushDirectCallees() local
Dfuzzer_pass_add_function_calls.cpp109 const opt::Function& callee, opt::Function* caller_function, in ChooseFunctionCallArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dcall_graph.cpp61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local
146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local
160 for (auto callee : GetDirectCallees(function_id)) { in PushDirectCallees() local
Dfuzzer_pass_add_function_calls.cpp109 const opt::Function& callee, opt::Function* caller_function, in ChooseFunctionCallArguments()
/third_party/mesa3d/src/compiler/glsl/
Dir_function_can_inline.cpp61 const ir_function_signature *callee = call->callee; in can_inline() local
Dlower_int64.cpp257 ir_function_signature *callee) in lower_op_to_function_call()
327 ir_function_signature *callee = NULL; in handle_op() local
Dlower_subroutine.cpp63 lower_subroutine_visitor::call_clone(ir_call *call, ir_function_signature *callee) in call_clone()
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dtask_executor.h52 auto callee = std::bind(function, args...); in Submit() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp73 #define X(caller, callee, argc) \ in testCaller() argument
134 #define X(caller, callee, argc) \ in testCallee() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.cpp77 for (auto &callee : data.callees) in fillDataStructures() local
206 for (auto callee : function->callees) in assignIndicesInternal() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.cpp77 for (auto &callee : data.callees) in fillDataStructures() local
206 for (auto callee : function->callees) in assignIndicesInternal() local
/third_party/typescript/src/compiler/factory/
DparenthesizerRules.ts332 const callee = emittedExpression.expression; constant
/third_party/libffi/testsuite/libffi.closures/
Dproblem1.c16 my_ffi_struct callee(struct my_ffi_struct a1, struct my_ffi_struct a2) in callee() function
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dvm.hpp104 llvm::Function* callee = module_->getFunction(name); in get_function() local
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dindent.ts278 callee: { constant
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp45 void AnalyzeCallDepth::FunctionNode::addCallee(AnalyzeCallDepth::FunctionNode *callee) in addCallee()
/third_party/typescript/tests/cases/compiler/
DstyledComponentsInstantiaionLimitNotReached.ts23 callee: true; property

123