Home
last modified time | relevance | path

Searched refs:containing_function (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dlambda.c767 tree containing_function in lambda_expr_this_capture() local
776 if (!containing_function && !COMPLETE_TYPE_P (closure)) in lambda_expr_this_capture()
791 if (containing_function == NULL_TREE) in lambda_expr_this_capture()
795 if (!LAMBDA_FUNCTION_P (containing_function)) in lambda_expr_this_capture()
798 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (containing_function)) in lambda_expr_this_capture()
800 init = DECL_ARGUMENTS (containing_function); in lambda_expr_this_capture()
805 = CLASSTYPE_LAMBDA_EXPR (DECL_CONTEXT (containing_function)); in lambda_expr_this_capture()
H A Dsemantics.c3361 tree containing_function = current_function_decl; in process_outer_var_ref() local
3371 containing_function = NULL_TREE; in process_outer_var_ref()
3373 if (containing_function && LAMBDA_FUNCTION_P (containing_function)) in process_outer_var_ref()
3383 if (DECL_CONTEXT (d) == containing_function) in process_outer_var_ref()
3396 while (context != containing_function in process_outer_var_ref()
3398 && containing_function in process_outer_var_ref()
3399 && LAMBDA_FUNCTION_P (containing_function)) in process_outer_var_ref()
3401 tree closure = DECL_CONTEXT (containing_function); in process_outer_var_ref()
3416 containing_function in process_outer_var_ref()
3417 = decl_function_context (containing_function); in process_outer_var_ref()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c2964 tree containing_function = current_function_decl; in finish_id_expression() local
2993 while (context != containing_function in finish_id_expression()
2994 && LAMBDA_FUNCTION_P (containing_function)) in finish_id_expression()
2997 (DECL_CONTEXT (containing_function)); in finish_id_expression()
3007 containing_function in finish_id_expression()
3008 = decl_function_context (containing_function); in finish_id_expression()
3011 if (context == containing_function) in finish_id_expression()
9219 tree containing_function = TYPE_CONTEXT (LAMBDA_EXPR_CLOSURE (lambda)); in lambda_expr_this_capture() local
9227 while (LAMBDA_FUNCTION_P (containing_function)) in lambda_expr_this_capture()
9230 = CLASSTYPE_LAMBDA_EXPR (DECL_CONTEXT (containing_function)); in lambda_expr_this_capture()
[all …]