Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck2.cc773 if (VAR_P (dest) && !is_local_temp (dest)) in split_nonconstant_init()
Dtree.cc557 is_local_temp (tree decl) in is_local_temp() function
Dcoroutines.cc1020 || (VAR_P (e_proxy) && !is_local_temp (e_proxy))) in build_co_await()
DChangeLog2690 * tree.cc (is_local_temp): Don't check DECL_CONTEXT.
Dcp-tree.h7837 extern bool is_local_temp (tree);
DChangeLog-2019127 * tree.c (is_local_temp): New.