Searched defs:callee (Results 1 - 25 of 65) sorted by relevance

123

/external/clang/test/Analysis/diagnostics/
H A Dundef-value-callee.h2 void callee() { function
/external/clang/test/CodeGen/
H A Darm64-be-hfa-vararg.c6 double callee(int a, ...) { function
/external/v8/test/webkit/
H A Dapply-varargs.js29 function callee(a1, a2, a3, a4, a5, a6, a7, a8) function
65 var allArgs = [0, "String", callee, true, null, 2.5, [1, 2, 3], {'a': 1, 'b' : 2}];
78 var result = callee.apply(baseObj, varArgs);
/external/clang/test/CodeGenCXX/
H A Dpr20719.cpp15 H<Fx> callee; local
20 H<Fx> callee; local
/external/mesa3d/src/glsl/
H A Dir_function_can_inline.cpp62 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();
H A Dir_validate.cpp571 ir_function_signature *const callee = ir->callee; local
573 if (callee->ir_type != ir_type_function_signature) {
579 if (ir->return_deref->type != callee->return_type) {
580 printf("callee type %s does not match return storage type %s\n",
581 callee->return_type->name, ir->return_deref->type->name);
584 } else if (callee->return_type != glsl_type::void_type) {
585 printf("ir_call has non-void callee but no return storage\n");
589 const exec_node *formal_param_node = callee->parameters.head;
623 printf("callee
[all...]
H A Dlink_functions.cpp66 * 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 wil
[all...]
H A Dir_reader.cpp652 ir_function_signature *callee = f->matching_signature(&parameters); local
653 if (callee == NULL) {
659 if (callee->return_type == glsl_type::void_type && return_deref) {
662 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
667 return new(mem_ctx) ir_call(callee, return_deref, &parameters);
/external/llvm/tools/llvm-c-test/
H A Dmodule.c78 LLVMValueRef callee = local
80 printf(" calls: %s\n", LLVMGetValueName(callee));
/external/v8/test/mjsunit/es6/
H A Dpromises.js46 var poisoned = {caller: 0, callee: 0, arguments: 0}
/external/v8/src/
H A Darguments.h231 internal::JSFunction* callee,
242 values[T::kCalleeIndex] = callee;
229 FunctionCallbackArguments(internal::Isolate* isolate, internal::Object* data, internal::JSFunction* callee, internal::Object* holder, internal::Object** argv, int argc, bool is_construct_call) argument
/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp109 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) argument
110 : Callee(callee), Args(args) {}
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp122 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) argument
123 : Callee(callee), Args(args) {}
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc143 Register callee = eax; local
170 // Put callee in place.
171 __ LoadHeapObject(callee, function);
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc137 Register callee = rax; local
164 // Put callee in place.
165 __ Move(callee, function);
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc143 Register callee = eax; local
170 // Put callee in place.
171 __ LoadHeapObject(callee, function);
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp139 CallExprAST(const std::string &callee, std::vector<ExprAST *> &args) argument
140 : Callee(callee), Args(args) {}
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp157 CallExprAST(const std::string &callee, std::vector<ExprAST *> &args) argument
158 : Callee(callee), Args(args) {}
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp176 CallExprAST(const std::string &callee, std::vector<ExprAST *> &args) argument
177 : Callee(callee), Args(args) {}
/external/v8/src/compiler/
H A Dinstruction-selector.cc283 // The first argument is always the callee code.
284 Node* callee = call->InputAt(0); local
288 (call_code_immediate && callee->opcode() == IrOpcode::kHeapConstant)
289 ? g.UseImmediate(callee)
290 : g.UseRegister(callee));
295 (callee->opcode() == IrOpcode::kInt32Constant ||
296 callee->opcode() == IrOpcode::kInt64Constant))
297 ? g.UseImmediate(callee)
298 : g.UseRegister(callee));
302 g.UseLocation(callee, buffe
[all...]
/external/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc236 Register callee = r0; local
262 // Put callee in place.
263 __ Move(callee, function);
/external/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc156 Register callee = x0; local
182 // Put callee in place.
183 __ LoadObject(callee, function);
/external/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc232 Register callee = a0; local
258 // Put callee in place.
259 __ li(callee, function);
/external/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc232 Register callee = a0; local
258 // Put callee in place.
259 __ li(callee, function);
/external/clang/lib/AST/
H A DItaniumMangle.cpp2594 /// Look at the callee of the given call expression and determine if
2598 const Expr *callee = call->getCallee(); local
2599 const Expr *fn = callee->IgnoreParens();
2602 // too, but for those to appear in the callee, it would have to be
2604 if (callee == fn) return false;
2794 // The callee here is a parenthesized UnresolvedLookupExpr with

Completed in 848 milliseconds

123