| /freebsd-12.1/contrib/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 | 2198 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 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 | stub-objc.c | 106 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 D | ipa-pure-const.c | 322 struct cgraph_node* callee; in check_call() local
|
| 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 | ipa-reference.c | 454 struct cgraph_node* callee = cgraph_node(callee_t); in check_call() 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 | cgraph.c | 377 cgraph_create_edge (struct cgraph_node *caller, struct cgraph_node *callee, in cgraph_create_edge()
|
| H A D | ipa-type-escape.c | 1023 struct cgraph_node* callee; in check_call() local
|
| H A D | tree-inline.c | 1181 tree callee = id->src_fn; in declare_return_variable() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 689 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 D | CGCall.cpp | 3681 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 D | CGExprCXX.cpp | 170 const Expr *callee = CE->getCallee()->IgnoreParens(); in EmitCXXMemberCallExpr() local 180 CGCallee callee = in EmitCXXMemberCallExpr() local
|
| H A D | CGAtomic.cpp | 312 auto callee = CGCallee::forDirect(fn); in emitAtomicLibcall() local
|
| H A D | CGObjCGNU.cpp | 2507 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSendSuper() local 2622 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSend() local
|
| H A D | CGExpr.cpp | 4368 CGCallee callee = EmitCallee(E->getCallee()); in EmitCallExpr() local 4446 CGCallee callee(calleeInfo, calleePtr); in EmitCallee() local
|
| H A D | CGClass.cpp | 2824 auto callee = CGCallee::forDirect(calleePtr, GlobalDecl(callOperator)); in EmitForwardingCallToLambda() local
|
| H A D | CGObjCMac.cpp | 7142 CGCallee callee(CGCalleeInfo(), calleePtr); in EmitVTableMessageSend() local
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf32-spu.c | 1875 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 D | CallEvent.cpp | 290 if (const Decl *callee = getDecl()) in invalidateRegions() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 3433 const Expr *callee = call->getCallee(); in isParenthesizedADLCallee() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3070 AST_MATCHER_P(CallExpr, callee, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
|