HomeSort by relevance Sort by last modified time
    Searched refs:callee (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/Analysis/diagnostics/
undef-value-callee.h 2 void callee() { function
undef-value-caller.c 4 #include "undef-value-callee.h"
10 callee();
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_can_inline.cpp 62 const ir_function_signature *callee = call->callee; local
63 if (!callee->is_defined)
66 v.run((exec_list *) &callee->body);
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail();
link_functions.cpp 66 * shader callee will point to an ir_function_signature in the original
71 const ir_function_signature *const callee = ir->callee; local
72 assert(callee != NULL);
73 const char *const name = callee->function_name();
79 find_matching_signature(name, &callee->parameters, &linked, 1,
82 ir->callee = sig;
116 f->exact_matching_signature(&callee->parameters);
120 linked_sig = new(linked) ir_function_signature(callee->return_type);
125 * ir_call from linked then linked_sig and callee will b
    [all...]
opt_function_inlining.cpp 110 foreach_iter(exec_list_iterator, iter_sig, this->callee->parameters)
119 exec_list_iterator sig_param_iter = this->callee->parameters.iterator();
164 foreach_iter(exec_list_iterator, iter, callee->body) {
176 sig_param_iter = this->callee->parameters.iterator();
199 sig_param_iter = this->callee->parameters.iterator();
  /external/mesa3d/src/glsl/
ir_function_can_inline.cpp 62 const ir_function_signature *callee = call->callee; local
63 if (!callee->is_defined)
66 v.run((exec_list *) &callee->body);
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail();
link_functions.cpp 66 * shader callee will point to an ir_function_signature in the original
71 const ir_function_signature *const callee = ir->callee; local
72 assert(callee != NULL);
73 const char *const name = callee->function_name();
79 find_matching_signature(name, &callee->parameters, &linked, 1,
82 ir->callee = sig;
116 f->exact_matching_signature(&callee->parameters);
120 linked_sig = new(linked) ir_function_signature(callee->return_type);
125 * ir_call from linked then linked_sig and callee will b
    [all...]
opt_function_inlining.cpp 110 foreach_iter(exec_list_iterator, iter_sig, this->callee->parameters)
119 exec_list_iterator sig_param_iter = this->callee->parameters.iterator();
164 foreach_iter(exec_list_iterator, iter, callee->body) {
176 sig_param_iter = this->callee->parameters.iterator();
199 sig_param_iter = this->callee->parameters.iterator();
  /external/clang/test/CodeGen/
arm64-be-hfa-vararg.c 6 double callee(int a, ...) { function
  /art/runtime/arch/mips/
portable_entrypoints_mips.S 25 # Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py 48 def updateTotalCallCount(self, callee):
52 if callee in self.comprehensiveCalledFunctionTable:
53 for child in self.comprehensiveCalledFunctionTable[callee]:
56 def updateFunctionCallMap(self, caller, callee):
60 if not callee in self.calledFunctionTable[caller]:
61 self.calledFunctionTable[caller].append(callee)
64 self.comprehensiveCalledFunctionTable[caller].append(callee)
66 def updateCalledFunctionList(self, callee):
69 self.updateTotalCallCount(callee)
71 if callee in self.calledFunctions
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py 53 def updateTotalCallCount(self, callee):
57 if callee in self.comprehensiveCalledFunctionTable:
58 for child in self.comprehensiveCalledFunctionTable[callee]:
61 def updateFunctionCallMap(self, caller, callee):
65 if not callee in self.calledFunctionTable[caller]:
66 self.calledFunctionTable[caller].append(callee)
69 self.comprehensiveCalledFunctionTable[caller].append(callee)
71 def updateCalledFunctionList(self, callee):
74 self.updateTotalCallCount(callee)
76 if callee in self.calledFunctions
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 48 def updateTotalCallCount(self, callee):
52 if callee in self.comprehensiveCalledFunctionTable:
53 for child in self.comprehensiveCalledFunctionTable[callee]:
56 def updateFunctionCallMap(self, caller, callee):
60 if not callee in self.calledFunctionTable[caller]:
61 self.calledFunctionTable[caller].append(callee)
64 self.comprehensiveCalledFunctionTable[caller].append(callee)
66 def updateCalledFunctionList(self, callee):
69 self.updateTotalCallCount(callee)
71 if callee in self.calledFunctions
    [all...]
  /art/runtime/arch/arm/
portable_entrypoints_arm.S 68 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
70 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves
100 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
102 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves
125 ldr r1, [sp, #8] @ restore non-callee save r1
126 ldrd r2, [sp, #12] @ restore non-callee saves r2-r3
132 ldr r1, [sp, #8] @ restore non-callee save r1
133 ldrd r2, [sp, #12] @ restore non-callee saves r2-r
    [all...]
  /bionic/libc/arch-x86/bionic/
syscall.S 5 * %ebx: arg0 to system call - callee save
8 * %esi: arg3 - callee save
9 * %edi: arg4 - callee save
10 * %ebp: arg5 - callee save
16 # Push the callee save registers.
44 # Restore the callee save registers.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 34 | Ast.Call (callee, args) ->
36 let callee =
37 match lookup_function callee the_module with
38 | Some callee -> callee
41 let params = params callee in
47 build_call callee args "calltmp" builder
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 34 | Ast.Call (callee, args) ->
36 let callee =
37 match lookup_function callee the_module with
38 | Some callee -> callee
41 let params = params callee in
47 build_call callee args "calltmp" builder
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 22 let callee = "unary" ^ (String.make 1 op) in
23 let callee =
24 match lookup_function callee the_module with
25 | Some callee -> callee
28 build_call callee [|operand|] "unop" builder
44 let callee = "binary" ^ (String.make 1 op) in
45 let callee =
46 match lookup_function callee the_module with
47 | Some callee -> calle
    [all...]
  /external/chromium_org/v8/test/webkit/
named-function-expression.js 65 (function closure() { return closure == arguments.callee && !this.closure; })(),
66 "(function closure() { return closure == arguments.callee && !this.closure; })()"
71 (function closure() { closure = 1; return closure == arguments.callee && !this.closure; })(),
72 "(function closure() { closure = 1; return closure == arguments.callee && !this.closure; })()"
89 (function closure() { function closure() { }; return closure != arguments.callee && !this.closure; })(),
90 "(function closure() { function closure() { }; return closure != arguments.callee && !this.closure; })()"
125 (function closure() { eval("function closure() { }"); return closure != arguments.callee && !this.closure; })(),
126 "(function closure() { eval(\"function closure() { }\"); return closure != arguments.callee && !this.closure; })()"
137 (function closure() { eval("var closure"); delete closure; return closure == arguments.callee && !this.closure; })(),
138 "(function closure() { eval(\"var closure\"); delete closure; return closure == arguments.callee && !this.closure; })()
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
DetectCallDepth.h 44 // If a function is already in the callee list, this becomes a no-op.
45 void addCallee(FunctionNode* callee);
DetectCallDepth.cpp 22 DetectCallDepth::FunctionNode* callee)
25 if (callees[i] == callee)
28 callees.push_back(callee);
  /external/llvm/tools/llvm-c-test/
module.c 78 LLVMValueRef callee = local
80 printf(" calls: %s\n", LLVMGetValueName(callee));
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3185905.js 29 var a = arguments.callee;
37 var a = arguments.callee;
45 var a = arguments.callee;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 31 let callee = "unary" ^ (String.make 1 op) in
32 let callee =
33 match lookup_function callee the_module with
34 | Some callee -> callee
37 build_call callee [|operand|] "unop" builder
73 let callee = "binary" ^ (String.make 1 op) in
74 let callee =
75 match lookup_function callee the_module with
76 | Some callee -> calle
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 54 PeerConnectionTestWrapper* callee) {
56 callee, &PeerConnectionTestWrapper::AddIceCandidate);
57 callee->SignalOnIceCandidateReady.connect(
61 callee, &PeerConnectionTestWrapper::ReceiveOfferSdp);
62 callee->SignalOnSdpReady.connect(

Completed in 2064 milliseconds

1 2 3 4 5 6 7 8 9