Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c10518 local_variable_p (const_tree t) in local_variable_p() function
10539 if (local_variable_p (*tp) in local_variable_p_walkfn()
H A Dcp-tree.h5084 extern int local_variable_p (const_tree);
H A Dparser.c4347 && local_variable_p (decl)) in cp_parser_primary_expression()
4363 if (local_variable_p (decl)) in cp_parser_primary_expression()
H A Dpt.c11912 || local_variable_p (t)) in tsubst_copy()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c12694 local_variable_p (const_tree t) in local_variable_p() function
12715 if (local_variable_p (*tp) in local_variable_p_walkfn()
H A Dcp-tree.h6318 extern int local_variable_p (const_tree);
H A Dparser.c5586 && local_variable_p (decl)) in cp_parser_primary_expression()
5602 if (local_variable_p (decl)) in cp_parser_primary_expression()
H A Dpt.c15436 else if (local_variable_p (t) in tsubst_copy()