Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/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.c2198 tree callee, arglist, a; in ccp_fold_builtin() local
2390 tree callee; in fold_stmt() local
2530 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 Dstub-objc.c106 int ARG_UNUSED (argno), tree ARG_UNUSED (callee), in objc_compare_types()
116 int ARG_UNUSED (argno), tree ARG_UNUSED (callee), in objc_have_common_type()
H A Dipa-pure-const.c322 struct cgraph_node* callee; in check_call() local
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 Dipa-reference.c454 struct cgraph_node* callee = cgraph_node(callee_t); in check_call() 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 Dcgraph.c377 cgraph_create_edge (struct cgraph_node *caller, struct cgraph_node *callee, in cgraph_create_edge()
H A Dipa-type-escape.c1023 struct cgraph_node* callee; in check_call() local
H A Dtree-inline.c1181 tree callee = id->src_fn; in declare_return_variable() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp689 CGCallee callee = CGCallee::forDirect(fn); in emitStructGetterCall() local
954 CGCallee callee = CGCallee::forDirect(copyCppAtomicObjectFn); in emitCPPObjectAtomicGetterCall() local
1035 CGCallee callee = CGCallee::forDirect(getPropertyFn); in generateObjCGetterBody() local
1174 CGCallee callee = CGCallee::forDirect(fn); in emitStructSetterCall() local
1212 CGCallee callee = CGCallee::forDirect(fn); in emitCPPObjectAtomicSetterCall() local
1232 if (const FunctionDecl *callee in hasTrivialSetExpr() local
1344 CGCallee callee = CGCallee::forDirect(setOptimizedPropertyFn); in generateObjCSetterBody() local
1356 CGCallee callee = CGCallee::forDirect(setPropertyFn); in generateObjCSetterBody() local
H A DCGCall.cpp3681 CodeGenFunction::EmitNounwindRuntimeCall(llvm::Value *callee, in EmitNounwindRuntimeCall()
3688 CodeGenFunction::EmitNounwindRuntimeCall(llvm::Value *callee, in EmitNounwindRuntimeCall()
3699 CodeGenFunction::EmitRuntimeCall(llvm::Value *callee, in EmitRuntimeCall()
3725 CodeGenFunction::EmitRuntimeCall(llvm::Value *callee, in EmitRuntimeCall()
3735 void CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke(llvm::Value *callee, in EmitNoreturnRuntimeCallOrInvoke()
3759 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::Value *callee, in EmitRuntimeCallOrInvoke()
3766 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::Value *callee, in EmitRuntimeCallOrInvoke()
H A DCGExprCXX.cpp170 const Expr *callee = CE->getCallee()->IgnoreParens(); in EmitCXXMemberCallExpr() local
180 CGCallee callee = in EmitCXXMemberCallExpr() local
H A DCGAtomic.cpp312 auto callee = CGCallee::forDirect(fn); in emitAtomicLibcall() local
H A DCGObjCGNU.cpp2507 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSendSuper() local
2622 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSend() local
H A DCGExpr.cpp4368 CGCallee callee = EmitCallee(E->getCallee()); in EmitCallExpr() local
4446 CGCallee callee(calleeInfo, calleePtr); in EmitCallee() local
H A DCGClass.cpp2824 auto callee = CGCallee::forDirect(calleePtr, GlobalDecl(callOperator)); in EmitForwardingCallToLambda() local
H A DCGObjCMac.cpp7142 CGCallee callee(CGCalleeInfo(), calleePtr); in EmitVTableMessageSend() local
/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-spu.c1875 insert_callee (struct function_info *caller, struct call_info *callee) in insert_callee()
1930 struct call_info *callee; in mark_functions_via_relocs() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp290 if (const Decl *callee = getDecl()) in invalidateRegions() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp3433 const Expr *callee = call->getCallee(); in isParenthesizedADLCallee() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3070 AST_MATCHER_P(CallExpr, callee, internal::Matcher<Stmt>, in AST_MATCHER_P() argument

12