Searched refs:local_variable_p (Results 1 – 5 of 5) sorted by relevance
515 (local_variable_p): New function.521 * decl.c (local_variable_p): Don't529 local_variable_p, when walking the tree.952 * decl.c (local_variable_p): Change prototype.1654 * decl.c (local_variable_p): Adjust for new interface to6621 * decl.c (local_variable_p): New function.
9324 local_variable_p (tree t) in local_variable_p() function9345 return ((local_variable_p (t) && !TREE_STATIC (t)) in nonstatic_local_decl_p()9357 if (local_variable_p (*tp) && !DECL_ARTIFICIAL (*tp)) in local_variable_p_walkfn()
4005 extern int local_variable_p (tree);
3410 && local_variable_p (decl)) in cp_parser_primary_expression()3426 if (local_variable_p (decl)) in cp_parser_primary_expression()
8122 || local_variable_p (t)) in tsubst_copy()