Searched refs:containing_function (Results 1 – 7 of 7) sorted by relevance
787 tree containing_function in lambda_expr_this_capture() local796 if (!containing_function && !saw_complete) in lambda_expr_this_capture()811 if (containing_function == NULL_TREE) in lambda_expr_this_capture()815 if (!LAMBDA_FUNCTION_P (containing_function)) in lambda_expr_this_capture()818 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (containing_function)) in lambda_expr_this_capture()820 init = DECL_ARGUMENTS (containing_function); in lambda_expr_this_capture()825 = CLASSTYPE_LAMBDA_EXPR (DECL_CONTEXT (containing_function)); in lambda_expr_this_capture()
3872 tree containing_function = current_function_decl; in process_outer_var_ref() local3882 containing_function = NULL_TREE; in process_outer_var_ref()3884 if (containing_function && LAMBDA_FUNCTION_P (containing_function)) in process_outer_var_ref()3894 if (DECL_CONTEXT (d) == containing_function) in process_outer_var_ref()3907 while (context != containing_function in process_outer_var_ref()3909 && containing_function in process_outer_var_ref()3910 && LAMBDA_FUNCTION_P (containing_function)) in process_outer_var_ref()3912 tree closure = DECL_CONTEXT (containing_function); in process_outer_var_ref()3924 containing_function = decl_function_context (containing_function); in process_outer_var_ref()3931 if (context == containing_function in process_outer_var_ref()[all …]
5680 * semantics.c (process_outer_var_ref): Check if containing_function
250 struct symbol *containing_function () const;
164 return bl->containing_function (); in find_pc_sect_containing_function()
104 block::containing_function () const in containing_function() function
2130 ? blocks[i]->containing_function () in create_sals_line_offset()