Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dlambda.c275 is_normal_capture_proxy (tree decl) in is_normal_capture_proxy() function
303 if (is_normal_capture_proxy (decl)) in is_constant_capture_proxy()
314 if (is_normal_capture_proxy (var)) in insert_capture_proxy()
319 gcc_assert (!is_normal_capture_proxy (cap)); in insert_capture_proxy()
466 while (is_normal_capture_proxy (init)) in build_capture_proxy()
1334 if (is_normal_capture_proxy (val)) in is_lambda_ignored_entity()
1456 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.c5493 if (now && is_normal_capture_proxy (t)) in potential_constant_expression_1()
H A Dcp-tree.h7019 extern bool is_normal_capture_proxy (tree);
H A Dsemantics.c3377 while (is_normal_capture_proxy (var)) in process_outer_var_ref()
H A Dpt.c12134 else if (is_normal_capture_proxy (parm_pack)) in tsubst_pack_expansion()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c8944 is_normal_capture_proxy (tree decl) in is_normal_capture_proxy() function
9461 if (cp_unevaluated_operand && is_normal_capture_proxy (val)) in is_lambda_ignored_entity()
H A Dcp-tree.h5640 extern bool is_normal_capture_proxy (tree);