Home
last modified time | relevance | path

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

1234

/external/clang/test/CodeGenCXX/
Dpr20719.cpp15 H<Fx> callee; in K_void() local
20 H<Fx> callee; in K_int() local
/external/clang/test/Analysis/
Dshallow-mode.m18 + (void)callee; class
26 + (void)callee { class
/external/clang/test/Analysis/diagnostics/
Dundef-value-callee.h2 void callee() { in callee() function
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py48 def updateTotalCallCount(self, callee): argument
56 def updateFunctionCallMap(self, caller, callee): argument
66 def updateCalledFunctionList(self, callee): argument
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py53 def updateTotalCallCount(self, callee): argument
61 def updateFunctionCallMap(self, caller, callee): argument
71 def updateCalledFunctionList(self, callee): argument
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py48 def updateTotalCallCount(self, callee): argument
56 def updateFunctionCallMap(self, caller, callee): argument
66 def updateCalledFunctionList(self, callee): argument
/external/clang/test/CodeGen/
Darm64-be-hfa-vararg.c6 double callee(int a, ...) { in callee() function
/external/mesa3d/src/glsl/
Dir_function_can_inline.cpp62 const ir_function_signature *callee = call->callee; in can_inline() local
Dlink_functions.cpp71 const ir_function_signature *const callee = ir->callee; in visit_enter() local
Dir_validate.cpp571 ir_function_signature *const callee = ir->callee; in visit_enter() local
Dir.h1129 ir_call(ir_function_signature *callee, in ir_call()
1187 ir_function_signature *callee; variable
/external/clang/test/CodeGenObjCXX/
Darc-references.mm7 void callee(); function
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml84 let callee = var
/external/v8/src/compiler/
Djs-inlining-heuristic.cc22 Node* callee = node->InputAt(0); in Reduce() local
Dbytecode-graph-builder.cc1179 Node* callee, in ProcessCallArguments()
1202 Node* callee = environment()->LookupRegister(iterator.GetRegisterOperand(0)); in BuildCall() local
1229 Node* callee = BuildLoadNativeContextField(iterator.GetIndexOperand(0)); in VisitCallJSRuntime() local
1287 const Operator* call_new_op, interpreter::Register callee, in ProcessCallNewArguments()
1306 interpreter::Register callee = iterator.GetRegisterOperand(0); in VisitNew() local
/external/v8/test/webkit/
Dapply-varargs.js29 function callee(a1, a2, a3, a4, a5, a6, a7, a8) function
/external/llvm/tools/llvm-c-test/
Dmodule.c102 LLVMValueRef callee = in module_list_functions() local
/external/clang/test/CodeGenCUDA/
Daddress-spaces.cu63 __device__ void callee(float *ap) { in callee() function
/external/v8/src/runtime/
Druntime-scopes.cc479 Handle<JSObject> NewSloppyArguments(Isolate* isolate, Handle<JSFunction> callee, in NewSloppyArguments()
568 Handle<JSObject> NewStrictArguments(Isolate* isolate, Handle<JSFunction> callee, in NewStrictArguments()
588 Handle<JSObject> NewRestArguments(Isolate* isolate, Handle<JSFunction> callee, in NewRestArguments()
719 Handle<JSFunction> callee; in RUNTIME_FUNCTION() local
Druntime-compiler.cc411 Handle<Object> callee = args.at<Object>(0); in RUNTIME_FUNCTION() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc426 void CoverageData::IndirCall(uptr caller, uptr callee, uptr callee_cache[], in IndirCall()
660 uptr callee = cc_cache[j]; in DumpCallerCalleePairs() local
883 __sanitizer_cov_indir_call16(uptr callee, uptr callee_cache16[]) { in __sanitizer_cov_indir_call16()
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc56 PeerConnectionTestWrapper* callee) { in Connect()
/external/v8/src/
Darguments.h223 internal::JSFunction* callee, in FunctionCallbackArguments()
/external/clang/lib/CodeGen/
DCGCall.cpp3027 CodeGenFunction::EmitNounwindRuntimeCall(llvm::Value *callee, in EmitNounwindRuntimeCall()
3034 CodeGenFunction::EmitNounwindRuntimeCall(llvm::Value *callee, in EmitNounwindRuntimeCall()
3045 CodeGenFunction::EmitRuntimeCall(llvm::Value *callee, in EmitRuntimeCall()
3053 CodeGenFunction::EmitRuntimeCall(llvm::Value *callee, in EmitRuntimeCall()
3080 void CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke(llvm::Value *callee, in EmitNoreturnRuntimeCallOrInvoke()
3105 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::Value *callee, in EmitRuntimeCallOrInvoke()
3112 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::Value *callee, in EmitRuntimeCallOrInvoke()
/external/v8/tools/gcmole/
Dgcmole.cc133 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr() local
842 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr() local

1234