/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | genk-timing.py | 55 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 D | genk-timing.py | 50 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 D | genk-timing.py | 50 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 D | xdb.c | 3 int callee( x ) in callee() function
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/ |
H A D | pxdb.c | 4 int callee (int x) in callee() function
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | foll-fork.c | 5 void callee (int i) in callee() function
|
H A D | ending-run.c | 8 int callee (int x) in callee() function
|
H A D | step-test.c | 8 int callee() { in callee() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | typeck.C | 10 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 D | optimize.c | 68 int callee( x ) in callee() function
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-object-size.c | 230 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 D | tree-stdarg.c | 636 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 D | tree-ssa-ccp.c | 2202 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 D | ipa-cp.c | 578 struct cgraph_node *mt, *callee; in ipcp_propagate_stage() local 891 struct cgraph_node *caller, *callee, *orig_callee; in ipcp_redirect() local
|
H A D | ipa-pure-const.c | 322 struct cgraph_node* callee; in check_call() local
|
H A D | stub-objc.c | 68 int ARG_UNUSED (argno), tree ARG_UNUSED (callee)) in objc_compare_types()
|
H A D | cgraph.h | 178 struct cgraph_node *callee; member
|
H A D | ipa-inline.c | 844 struct cgraph_node *callee; in cgraph_decide_inlining_of_small_functions() local
|
H A D | tree-ssa-operands.c | 1543 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 D | ipa-reference.c | 454 struct cgraph_node* callee = cgraph_node(callee_t); in check_call() local
|
H A D | cgraph.c | 377 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 D | ASTUtils.cpp | 54 if (auto *callee = call->getDirectCallee()) { in tryToFindPtrOrigin() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/ |
H A D | module.c | 100 LLVMValueRef callee = in llvm_module_list_functions() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 843 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 D | CGCall.cpp | 4500 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()
|