Home
last modified time | relevance | path

Searched refs:is_normal_capture_proxy (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c290 is_normal_capture_proxy (tree decl) in is_normal_capture_proxy() function
306 if (is_normal_capture_proxy (decl)) in is_constant_capture_proxy()
317 if (is_normal_capture_proxy (var)) in insert_capture_proxy()
322 gcc_assert (!is_normal_capture_proxy (cap)); in insert_capture_proxy()
468 while (is_normal_capture_proxy (init)) in build_capture_proxy()
1361 if (is_normal_capture_proxy (val) in is_lambda_ignored_entity()
1485 if (is_normal_capture_proxy (init)) in var_to_maybe_prune()
H A Dexpr.c114 if (rvalue_p && is_normal_capture_proxy (expr)) in mark_use()
168 if (rvalue_p && is_normal_capture_proxy (ref)) in mark_use()
H A Dconstexpr.c5830 if (is_normal_capture_proxy (t) in cxx_eval_constant_expression()
7879 if (now && is_normal_capture_proxy (t)) in potential_constant_expression_1()
H A Dcp-tree.h7354 extern bool is_normal_capture_proxy (tree);
H A Dsemantics.c3555 while (is_normal_capture_proxy (var)) in process_outer_var_ref()
H A Dpt.c18087 else if (is_normal_capture_proxy (decl)) in tsubst_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc289 is_normal_capture_proxy (tree decl) in is_normal_capture_proxy() function
305 if (is_normal_capture_proxy (decl)) in is_constant_capture_proxy()
316 if (is_normal_capture_proxy (var)) in insert_capture_proxy()
321 gcc_assert (!is_normal_capture_proxy (cap)); in insert_capture_proxy()
467 while (is_normal_capture_proxy (init)) in build_capture_proxy()
1376 if (is_normal_capture_proxy (val) in is_lambda_ignored_entity()
1506 if (is_normal_capture_proxy (init)) in var_to_maybe_prune()
H A Dexpr.cc114 if (rvalue_p && is_normal_capture_proxy (expr)) in mark_use()
166 if (rvalue_p && is_normal_capture_proxy (ref)) in mark_use()
H A Dconstexpr.cc6646 if (is_normal_capture_proxy (t) in cxx_eval_constant_expression()
8826 if (now && is_normal_capture_proxy (t)) in potential_constant_expression_1()
H A DChangeLog-2012794 * semantics.c (is_normal_capture_proxy): Return true for
H A Dcp-tree.h7744 extern bool is_normal_capture_proxy (tree);
H A DChangeLog-20143476 * lambda.c (is_normal_capture_proxy): Handle VLA capture.
H A DChangeLog-20132013 (is_normal_capture_proxy), (insert_capture_proxy),
H A Dsemantics.cc3888 while (is_normal_capture_proxy (var)) in process_outer_var_ref()
H A DChangeLog-20112748 (is_normal_capture_proxy, is_capture_proxy): New.
H A DChangeLog-20171415 * lambda.c (is_normal_capture_proxy): Handle *this capture.
H A DChangeLog-20194946 * lambda.c (is_normal_capture_proxy): Check DECL_CAPTURED_VARIABLE.
H A Dpt.cc18692 else if (is_normal_capture_proxy (decl)) in tsubst_expr()