/external/clang/test/CodeGenCXX/ |
D | pr20719.cpp | 15 H<Fx> callee; in K_void() local 20 H<Fx> callee; in K_int() local
|
/external/clang/test/Analysis/ |
D | shallow-mode.m | 18 + (void)callee; class 26 + (void)callee { class
|
/external/clang/test/Analysis/diagnostics/ |
D | undef-value-callee.h | 2 void callee() { in callee() function
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 48 def updateTotalCallCount(self, callee): argument 56 def updateFunctionCallMap(self, caller, callee): argument 66 def updateCalledFunctionList(self, callee): argument
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 53 def updateTotalCallCount(self, callee): argument 61 def updateFunctionCallMap(self, caller, callee): argument 71 def updateCalledFunctionList(self, callee): argument
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 48 def updateTotalCallCount(self, callee): argument 56 def updateFunctionCallMap(self, caller, callee): argument 66 def updateCalledFunctionList(self, callee): argument
|
/external/clang/test/CodeGen/ |
D | arm64-be-hfa-vararg.c | 6 double callee(int a, ...) { in callee() function
|
/external/mesa3d/src/glsl/ |
D | ir_function_can_inline.cpp | 62 const ir_function_signature *callee = call->callee; in can_inline() local
|
D | link_functions.cpp | 71 const ir_function_signature *const callee = ir->callee; in visit_enter() local
|
D | ir_validate.cpp | 571 ir_function_signature *const callee = ir->callee; in visit_enter() local
|
D | ir.h | 1129 ir_call(ir_function_signature *callee, in ir_call() 1187 ir_function_signature *callee; variable
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-references.mm | 7 void callee(); function
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 84 let callee = var
|
/external/v8/src/compiler/ |
D | js-inlining-heuristic.cc | 22 Node* callee = node->InputAt(0); in Reduce() local
|
D | bytecode-graph-builder.cc | 1179 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/ |
D | apply-varargs.js | 29 function callee(a1, a2, a3, a4, a5, a6, a7, a8) function
|
/external/llvm/tools/llvm-c-test/ |
D | module.c | 102 LLVMValueRef callee = in module_list_functions() local
|
/external/clang/test/CodeGenCUDA/ |
D | address-spaces.cu | 63 __device__ void callee(float *ap) { in callee() function
|
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 479 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
|
D | runtime-compiler.cc | 411 Handle<Object> callee = args.at<Object>(0); in RUNTIME_FUNCTION() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_coverage_libcdep.cc | 426 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/ |
D | peerconnectiontestwrapper.cc | 56 PeerConnectionTestWrapper* callee) { in Connect()
|
/external/v8/src/ |
D | arguments.h | 223 internal::JSFunction* callee, in FunctionCallbackArguments()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 3027 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/ |
D | gcmole.cc | 133 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr() local 842 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr() local
|