Home
last modified time | relevance | path

Searched refs:is_constant_capture_proxy (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c304 is_constant_capture_proxy (tree decl) in is_constant_capture_proxy() function
1508 if (is_constant_capture_proxy (decl)) in mark_const_cap_r()
1514 else if (is_constant_capture_proxy (*t)) in mark_const_cap_r()
H A Dcp-tree.h7355 extern bool is_constant_capture_proxy (tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc303 is_constant_capture_proxy (tree decl) in is_constant_capture_proxy() function
1529 if (is_constant_capture_proxy (decl)) in mark_const_cap_r()
1536 && is_constant_capture_proxy (*t)) in mark_const_cap_r()
H A Dcp-tree.h7745 extern bool is_constant_capture_proxy (tree);
H A DChangeLog-202131 (mark_const_cap_r): Don't call is_constant_capture_proxy on a
H A DChangeLog-20184240 * lambda.c (is_constant_capture_proxy)