Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py55 def updateTotalCallCount(self, callee): argument
63 def updateFunctionCallMap(self, caller, callee): argument
73 def updateCalledFunctionList(self, callee): argument
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py50 def updateTotalCallCount(self, callee): argument
58 def updateFunctionCallMap(self, caller, callee): argument
68 def updateCalledFunctionList(self, callee): argument
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py50 def updateTotalCallCount(self, callee): argument
58 def updateFunctionCallMap(self, caller, callee): argument
68 def updateCalledFunctionList(self, callee): argument
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/
H A Dxdb.c3 int callee( x ) in callee() function
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dpxdb.c4 int callee (int x) in callee() function
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dfoll-fork.c5 void callee (int i) in callee() function
H A Dending-run.c8 int callee (int x) in callee() function
H A Dstep-test.c8 int callee() { in callee() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtypeck.C10 type_p callee (type_p arg) { return 0; } in callee() function
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/
H A Doptimize.c68 int callee( x ) in callee() function
/openbsd-src/gnu/gcc/gcc/
H A Dtree-object-size.c230 tree callee, arglist, a, bytes = NULL_TREE; in alloc_object_size() local
286 tree callee = get_callee_fndecl (call); in pass_through_call() local
996 tree callee, result; in compute_object_sizes() local
H A Dtree-stdarg.c636 tree call = get_call_expr_in (stmt), callee; in execute_optimize_stdarg() local
801 tree callee = get_callee_fndecl (call); in execute_optimize_stdarg() local
H A Dtree-ssa-ccp.c2202 tree callee, arglist, a; in ccp_fold_builtin() local
2396 tree callee; in fold_stmt() local
2536 tree callee, result; in execute_fold_all_builtins() local
H A Dipa-cp.c578 struct cgraph_node *mt, *callee; in ipcp_propagate_stage() local
891 struct cgraph_node *caller, *callee, *orig_callee; in ipcp_redirect() local
H A Dipa-pure-const.c322 struct cgraph_node* callee; in check_call() local
H A Dstub-objc.c68 int ARG_UNUSED (argno), tree ARG_UNUSED (callee)) in objc_compare_types()
H A Dcgraph.h178 struct cgraph_node *callee; member
H A Dipa-inline.c844 struct cgraph_node *callee; in cgraph_decide_inlining_of_small_functions() local
H A Dtree-ssa-operands.c1543 add_call_clobber_ops (tree stmt, tree callee) in add_call_clobber_ops()
1628 add_call_read_ops (tree stmt, tree callee) in add_call_read_ops()
H A Dipa-reference.c454 struct cgraph_node* callee = cgraph_node(callee_t); in check_call() local
H A Dcgraph.c377 cgraph_create_edge (struct cgraph_node *caller, struct cgraph_node *callee, in cgraph_create_edge()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp54 if (auto *callee = call->getDirectCallee()) { in tryToFindPtrOrigin() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dmodule.c100 LLVMValueRef callee = in llvm_module_list_functions() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp843 CGCallee callee = CGCallee::forDirect(fn); in emitStructGetterCall() local
1109 CGCallee callee = CGCallee::forDirect(copyCppAtomicObjectFn); in emitCPPObjectAtomicGetterCall() local
1222 CGCallee callee = CGCallee::forDirect(getPropertyFn); in generateObjCGetterBody() local
1360 CGCallee callee = CGCallee::forDirect(fn); in emitStructSetterCall() local
1398 CGCallee callee = CGCallee::forDirect(fn); in emitCPPObjectAtomicSetterCall() local
1418 if (const FunctionDecl *callee in hasTrivialSetExpr() local
1545 CGCallee callee = CGCallee::forDirect(setOptimizedPropertyFn); in generateObjCSetterBody() local
1557 CGCallee callee = CGCallee::forDirect(setPropertyFn); in generateObjCSetterBody() local
H A DCGCall.cpp4500 CodeGenFunction::EmitNounwindRuntimeCall(llvm::FunctionCallee callee, in EmitNounwindRuntimeCall()
4507 CodeGenFunction::EmitNounwindRuntimeCall(llvm::FunctionCallee callee, in EmitNounwindRuntimeCall()
4517 llvm::CallInst *CodeGenFunction::EmitRuntimeCall(llvm::FunctionCallee callee, in EmitRuntimeCall()
4547 llvm::CallInst *CodeGenFunction::EmitRuntimeCall(llvm::FunctionCallee callee, in EmitRuntimeCall()
4558 llvm::FunctionCallee callee, ArrayRef<llvm::Value *> args) { in EmitNoreturnRuntimeCallOrInvoke()
4581 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke()
4588 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke()

12