Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td14 // TODO: addr64: These currently assume the callee address is 32-bit.
29 I<(outs rt:$dst), (ins function32_op:$callee, variable_ops),
30 (outs), (ins function32_op:$callee),
31 [(set (vt rt:$dst), (WebAssemblycall1 (i32 imm:$callee)))],
32 !strconcat(prefix, "call\t$dst, $callee"),
33 !strconcat(prefix, "call\t$callee"),
39 I<(outs rt:$dst), (ins I32:$callee, variable_ops),
40 (outs), (ins I32:$callee),
41 [(set (vt rt:$dst), (WebAssemblycall1 I32:$callee))],
42 "PSEUDO CALL INDIRECT\t$callee",
[all …]
/third_party/typescript/tests/baselines/reference/
DargumentsReferenceInConstructor7_Js.symbols9 this.callee = arguments.callee;
10 >this.callee : Symbol(A.callee, Decl(a.js, 1, 16))
12 >callee : Symbol(A.callee, Decl(a.js, 1, 16))
13 >arguments.callee : Symbol(IArguments.callee, Decl(lib.es5.d.ts, --, --))
15 >callee : Symbol(IArguments.callee, Decl(lib.es5.d.ts, --, --))
DargumentsReferenceInMethod7_Js.symbols11 this.callee = arguments.callee;
12 >this.callee : Symbol(A.callee, Decl(a.js, 1, 6))
14 >callee : Symbol(A.callee, Decl(a.js, 1, 6))
15 >arguments.callee : Symbol(IArguments.callee, Decl(lib.es5.d.ts, --, --))
17 >callee : Symbol(IArguments.callee, Decl(lib.es5.d.ts, --, --))
DargumentsReferenceInConstructor7_Js.types9 this.callee = arguments.callee;
10 >this.callee = arguments.callee : Function
11 >this.callee : Function
13 >callee : Function
14 >arguments.callee : Function
16 >callee : Function
DargumentsReferenceInMethod7_Js.types11 this.callee = arguments.callee;
12 >this.callee = arguments.callee : Function
13 >this.callee : Function
15 >callee : Function
16 >arguments.callee : Function
18 >callee : Function
DargumentsReferenceInMethod7_Js.js7 this.callee = arguments.callee;
20 callee: Function;
DargumentsReferenceInConstructor7_Js.js7 this.callee = arguments.callee;
20 callee: Function;
/third_party/spirv-tools/source/fuzz/
Dcall_graph.cpp61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local
74 if (!known_callees.count(callee) || in BuildGraphAndGetDepthOfFunctionCalls()
75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls()
78 {{function.result_id(), callee}, loop_nesting_depth}); in BuildGraphAndGetDepthOfFunctionCalls()
81 if (known_callees.count(callee)) { in BuildGraphAndGetDepthOfFunctionCalls()
86 function_in_degree_[callee]++; in BuildGraphAndGetDepthOfFunctionCalls()
87 call_graph_edges_[function.result_id()].insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
89 known_callees.insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local
149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dcall_graph.cpp61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local
74 if (!known_callees.count(callee) || in BuildGraphAndGetDepthOfFunctionCalls()
75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls()
78 {{function.result_id(), callee}, loop_nesting_depth}); in BuildGraphAndGetDepthOfFunctionCalls()
81 if (known_callees.count(callee)) { in BuildGraphAndGetDepthOfFunctionCalls()
86 function_in_degree_[callee]++; in BuildGraphAndGetDepthOfFunctionCalls()
87 call_graph_edges_[function.result_id()].insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
89 known_callees.insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local
149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths()
[all …]
/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
74 if (!known_callees.count(callee) || in BuildGraphAndGetDepthOfFunctionCalls()
75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls()
78 {{function.result_id(), callee}, loop_nesting_depth}); in BuildGraphAndGetDepthOfFunctionCalls()
81 if (known_callees.count(callee)) { in BuildGraphAndGetDepthOfFunctionCalls()
86 function_in_degree_[callee]++; in BuildGraphAndGetDepthOfFunctionCalls()
87 call_graph_edges_[function.result_id()].insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
89 known_callees.insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local
149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths()
[all …]
/third_party/boost/boost/coroutine/detail/
Dpush_coroutine_object.hpp43 coroutine_context callee; member
48 callee( trampoline_push< Coro >, palloc) in push_coroutine_context()
55 coroutine_context callee; member
60 callee( trampoline_push_void< Coro >, palloc) in push_coroutine_context_void()
93 & this->callee, in push_coroutine_object()
106 & this->callee, in push_coroutine_object()
125 typename PullCoro::synth_type b( & this->callee, & this->caller, false, result); in run()
141 this->callee.jump( in run()
180 & this->callee, in push_coroutine_object()
193 & this->callee, in push_coroutine_object()
[all …]
Dpush_coroutine_synthesized.hpp32 coroutine_context * callee, in push_coroutine_synthesized() argument
34 impl_t( caller, callee, unwind) in push_coroutine_synthesized()
48 coroutine_context * callee, in push_coroutine_synthesized() argument
50 impl_t( caller, callee, unwind) in push_coroutine_synthesized()
64 coroutine_context * callee, in push_coroutine_synthesized() argument
66 impl_t( caller, callee, unwind) in push_coroutine_synthesized()
Dpull_coroutine_synthesized.hpp32 coroutine_context * callee, in pull_coroutine_synthesized() argument
35 impl_t( caller, callee, unwind, result) in pull_coroutine_synthesized()
49 coroutine_context * callee, in pull_coroutine_synthesized() argument
52 impl_t( caller, callee, unwind, result) in pull_coroutine_synthesized()
66 coroutine_context * callee, in pull_coroutine_synthesized() argument
68 impl_t( caller, callee, unwind) in pull_coroutine_synthesized()
Dpull_coroutine_object.hpp43 coroutine_context callee; member
48 callee( trampoline_pull< Coro >, palloc) in pull_coroutine_context()
81 & this->callee, in pull_coroutine_object()
94 & this->callee, in pull_coroutine_object()
113 typename PushCoro::synth_type b( & this->callee, & this->caller, false); in run()
129 this->callee.jump( in run()
168 & this->callee, in pull_coroutine_object()
181 & this->callee, in pull_coroutine_object()
200 typename PushCoro::synth_type b( & this->callee, & this->caller, false); in run()
216 this->callee.jump( in run()
[all …]
Dpull_coroutine_impl.hpp48 coroutine_context * callee, in pull_coroutine_impl() argument
53 callee_( callee), in pull_coroutine_impl()
60 coroutine_context * callee, in pull_coroutine_impl() argument
66 callee_( callee), in pull_coroutine_impl()
158 coroutine_context * callee, in pull_coroutine_impl() argument
163 callee_( callee), in pull_coroutine_impl()
170 coroutine_context * callee, in pull_coroutine_impl() argument
176 callee_( callee), in pull_coroutine_impl()
267 coroutine_context * callee, in pull_coroutine_impl() argument
272 callee_( callee) in pull_coroutine_impl()
Dpush_coroutine_impl.hpp47 coroutine_context * callee, in push_coroutine_impl() argument
52 callee_( callee) in push_coroutine_impl()
139 coroutine_context * callee, in push_coroutine_impl() argument
144 callee_( callee) in push_coroutine_impl()
214 coroutine_context * callee, in push_coroutine_impl() argument
219 callee_( callee) in push_coroutine_impl()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp73 #define X(caller, callee, argc) \ in testCaller() argument
76 STR(callee), \ in testCaller()
80 reinterpret_cast<CalleePtrTy>(&Subzero_::callee), \ in testCaller()
85 #define X(caller, callee, argc) \ in testCaller()
87 STR(caller), STR(callee), argc, \ in testCaller()
88 &caller, &Subzero_::caller, reinterpret_cast<CalleePtrTy>(&callee), \ in testCaller()
134 #define X(caller, callee, argc) \ in testCallee() argument
136 STR(callee), \ in testCallee()
139 reinterpret_cast<CalleePtrTy>(&callee), \ in testCallee()
140 reinterpret_cast<CalleePtrTy>(&Subzero_::callee)}, in testCallee()
/third_party/typescript/scripts/eslint/rules/
Dboolean-trivia.ts40 if (node.callee && node.callee.type === AST_NODE_TYPES.MemberExpression) {
41 const methodName = node.callee.property.type === AST_NODE_TYPES.Identifier
42 ? node.callee.property.name
52 if (node.callee && node.callee.type === AST_NODE_TYPES.Identifier) {
53 const functionName = node.callee.name;
/third_party/mesa3d/src/compiler/glsl/
Dlink_functions.cpp72 const ir_function_signature *const callee = ir->callee; in visit_enter() local
73 assert(callee != NULL); in visit_enter()
74 const char *const name = callee->function_name(); in visit_enter()
77 if (callee->is_intrinsic()) in visit_enter()
84 find_matching_signature(name, &callee->parameters, linked->symbols); in visit_enter()
86 ir->callee = sig; in visit_enter()
125 f->exact_matching_signature(NULL, &callee->parameters); in visit_enter()
127 linked_sig = new(linked) ir_function_signature(callee->return_type); in visit_enter()
180 ir->callee = linked_sig; in visit_enter()
195 const exec_node *formal_param_node = ir->callee->parameters.get_head(); in visit_leave()
Dir_function_can_inline.cpp61 const ir_function_signature *callee = call->callee; in can_inline() local
62 if (!callee->is_defined) in can_inline()
65 v.run((exec_list *) &callee->body); in can_inline()
70 ir_instruction *last = (ir_instruction *)callee->body.get_tail(); in can_inline()
Dlower_int64.cpp62 ir_function_signature *callee);
257 ir_function_signature *callee) in lower_op_to_function_call() argument
289 ir_call *const c = new(mem_ctx) ir_call(callee, in lower_op_to_function_call()
327 ir_function_signature *callee = NULL; in handle_op() local
331 callee = (ir_function_signature *) f->signatures.get_head(); in handle_op()
332 assert(callee != NULL && callee->ir_type == ir_type_function_signature); in handle_op()
335 callee = generator(base_ir, NULL); in handle_op()
337 f->add_signature(callee); in handle_op()
343 return lower_op_to_function_call(this->base_ir, ir, callee); in handle_op()
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-reduce-type-parameter.ts53 callee: MemberExpressionWithCallExpressionParent,
55 if (getMemberExpressionName(callee) !== 'reduce') {
59 const [, secondArg] = callee.parent.arguments;
62 callee.parent.arguments.length < 2 ||
69 const tsNode = service.esTreeNodeToTSNodeMap.get(callee.object);
90 callee,
Drequire-array-sort-compare.ts66 callee: TSESTree.MemberExpression,
68 const tsNode = service.esTreeNodeToTSNodeMap.get(callee.object);
74 if (options.ignoreStringArrays && isStringArrayNode(callee.object)) {
79 context.report({ node: callee.parent!, messageId: 'requireCompare' });
Dno-unnecessary-condition.ts407 const { callee } = node; constant
410 callee.type === AST_NODE_TYPES.MemberExpression &&
411 callee.property.type === AST_NODE_TYPES.Identifier &&
412 ARRAY_PREDICATE_FUNCTIONS.has(callee.property.name) &&
414 (nodeIsArrayType(callee.object) || nodeIsTupleType(callee.object))
480 node.type === AST_NODE_TYPES.CallExpression ? node.callee : node.object;
588 node.type === AST_NODE_TYPES.CallExpression ? node.callee : node.object;
620 checkOptionalChain(node, node.callee, '');
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dvm.hpp104 llvm::Function* callee = module_->getFunction(name); in get_function() local
105 if (callee == 0) in get_function()
109 void *fptr = execution_engine_->getPointerToFunction(callee); in get_function()
110 return function(fptr, callee->arg_size()); in get_function()

12345678910>>...15