Searched refs:callee (Results 51 - 75 of 175) sorted by relevance

1234567

/external/mesa3d/src/compiler/glsl/
H A Dir_validate.cpp836 ir_function_signature *const callee = ir->callee; local
838 if (callee->ir_type != ir_type_function_signature) {
844 if (ir->return_deref->type != callee->return_type) {
845 printf("callee type %s does not match return storage type %s\n",
846 callee->return_type->name, ir->return_deref->type->name);
849 } else if (callee->return_type != glsl_type::void_type) {
850 printf("ir_call has non-void callee but no return storage\n");
854 const exec_node *formal_param_node = callee->parameters.get_head_raw();
888 printf("callee
[all...]
H A Dir_clone.cpp154 return new(mem_ctx) ir_call(this->callee, new_return_ref, &new_parameters);
397 hash_entry *entry = _mesa_hash_table_search(this->ht, ir->callee);
401 ir->callee = sig;
H A Dir_function_detect_recursion.cpp30 * is part of a cycle, it will have a caller and it will have a callee (it
208 function *const target = this->get_function(call->callee);
210 /* Create a link from the caller to the callee.
216 /* Create a link from the callee to the caller.
H A Dopt_constant_variable.cpp151 foreach_two_lists(formal_node, &ir->callee->parameters,
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp112 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) argument
113 : Callee(callee), Args(args) {}
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86CompilationCallback_Win64.asm40 ; JIT callee
/external/v8/src/
H A Dapi-arguments.h159 internal::HeapObject* callee,
166 values[T::kCalleeIndex] = callee;
158 FunctionCallbackArguments(internal::Isolate* isolate, internal::Object* data, internal::HeapObject* callee, internal::Object* holder, internal::HeapObject* new_target, internal::Object** argv, int argc) argument
/external/v8/src/runtime/
H A Druntime-compiler.cc462 Handle<Object> callee = args.at(0); local
469 if (*callee != isolate->native_context()->global_eval_fun() ||
471 return *callee;
/external/v8/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp284 callee(conversionDecl()), on(id("arg", expr())));
389 callExpr(callee(is_logging_helper), argumentCountIs(3),
400 callExpr(callee(is_gtest_helper),
/external/v8/src/compiler/
H A Dbytecode-graph-builder.cc1297 Node* callee,
1301 all[0] = callee;
1316 Node* callee = local
1330 Node* value = ProcessCallArguments(call, callee, receiver, arg_count + 1);
1340 Node* callee = local
1347 Node* value = ProcessCallArguments(call, callee, receiver, arg_count + 1);
1365 Node* callee = local
1372 Node* value = ProcessCallArguments(call, callee, receiver, arg_count + 1);
1417 const Operator* op, Node* callee, Node* new_target,
1420 all[0] = callee;
1296 ProcessCallArguments(const Operator* call_op, Node* callee, interpreter::Register receiver, size_t arity) argument
1416 ProcessConstructWithSpreadArguments( const Operator* op, Node* callee, Node* new_target, interpreter::Register first_arg, size_t arity) argument
1438 Node* callee = environment()->LookupRegister(callee_reg); local
1460 ProcessConstructArguments( const Operator* call_new_op, Node* callee, Node* new_target, interpreter::Register first_arg, size_t arity) argument
1487 Node* callee = environment()->LookupRegister(callee_reg); local
[all...]
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc126 Register callee = rdi; local
132 // Put callee in place.
133 __ LoadAccessor(callee, accessor_holder, accessor_index,
168 FieldOperand(callee, JSFunction::kSharedFunctionInfoOffset));
174 FieldOperand(callee, FunctionTemplateInfo::kCallCodeOffset));
/external/libunwind/doc/
H A Dunw_getcontext.tex23 (``callee-saved'') and all frame-related registers, such as the
H A Dunw_get_fpreg.tex28 (``callee-saved'') registers and frame-related registers (such as the
H A Dunw_get_reg.tex28 (``callee-saved'') registers and frame-related registers (such as the
H A Dunw_set_fpreg.tex28 (``callee-saved'') registers and frame-related registers (such as the
H A Dunw_set_reg.tex28 (``callee-saved'') registers and frame-related registers (such as the
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c131 void setup_ebb_handler(void (*callee)(void)) argument
149 ebb_user_func = callee;
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp121 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) argument
122 : Callee(callee), Args(args) {}
/external/valgrind/exp-sgcheck/
H A Dsg_main.c1860 StackFrame *callee, *caller; local
1910 callee = caller->inner;
1912 callee = sg_malloc("di.sg_main.sSnf.1", sizeof(StackFrame));
1913 VG_(memset)(callee, 0, sizeof(StackFrame));
1914 callee->outer = caller;
1915 caller->inner = callee;
1916 callee->depth = 1 + caller->depth;
1917 tl_assert(callee->inner == NULL);
1921 initialise_II_hash_table( callee );
1923 callee
[all...]
/external/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp29 callExpr(allOf(callee(functionDecl(hasName("f"))),
32 callExpr(allOf(callee(functionDecl(hasName("f"))),
37 callExpr(allOf(callee(functionDecl(hasName("f"))),
43 callExpr(allOf(callee(functionDecl(hasName("f"))),
563 callExpr(callee(cxxMethodDecl(hasName("x")))).bind("x");
1899 callee(cxxMethodDecl(hasName("data"))),
1903 callee(cxxMethodDecl(anyOf(hasName("size"), hasName("length")))),
1915 callee(cxxMethodDecl(hasName("data"))),
1919 callee(cxxMethodDecl(anyOf(hasName("size"), hasName("length")))),
/external/v8/tools/gcmole/
H A Dgcmole.cc133 const clang::FunctionDecl* callee = expr->getDirectCallee(); local
134 if (callee != NULL) AnalyzeFunction(callee);
874 clang::FunctionDecl* callee = call->getDirectCallee(); local
875 if ((callee != NULL) && KnownToCauseGC(ctx_, callee)) {
/external/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js24 if (arguments.callee.done) return;
26 arguments.callee.done = true;
/external/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js24 if (arguments.callee.done) return;
26 arguments.callee.done = true;
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp128 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) argument
129 : Callee(callee), Args(args) {}
/external/v8/tools/clang/value_cleanup/
H A DListValueRewriter.cpp351 callee(cxxMethodDecl(hasName("::base::ListValue::Append"))),
428 allOf(callee(cxxMethodDecl(

Completed in 2271 milliseconds

1234567