Searched refs:is_constant_capture_proxy (Results 1 – 6 of 6) sorted by relevance
304 is_constant_capture_proxy (tree decl) in is_constant_capture_proxy() function1508 if (is_constant_capture_proxy (decl)) in mark_const_cap_r()1514 else if (is_constant_capture_proxy (*t)) in mark_const_cap_r()
7355 extern bool is_constant_capture_proxy (tree);
303 is_constant_capture_proxy (tree decl) in is_constant_capture_proxy() function1529 if (is_constant_capture_proxy (decl)) in mark_const_cap_r()1536 && is_constant_capture_proxy (*t)) in mark_const_cap_r()
7745 extern bool is_constant_capture_proxy (tree);
31 (mark_const_cap_r): Don't call is_constant_capture_proxy on a
4240 * lambda.c (is_constant_capture_proxy)