Searched refs:local_variable_p (Results 1 – 8 of 8) 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.
8789 local_variable_p (tree t) in local_variable_p() function8810 return ((local_variable_p (t) && !TREE_STATIC (t)) in nonstatic_local_decl_p()8822 if (local_variable_p (*tp) && !DECL_ARTIFICIAL (*tp)) in local_variable_p_walkfn()
3954 extern int local_variable_p (tree);
3216 && local_variable_p (decl)) in cp_parser_primary_expression()3232 if (local_variable_p (decl)) in cp_parser_primary_expression()
8108 || local_variable_p (t)) in tsubst_copy()
12764 local_variable_p (t) in local_variable_p() function12787 return ((local_variable_p (t) && !TREE_STATIC (t))12801 return ((local_variable_p (*tp) && !DECL_ARTIFICIAL (*tp))
3861 extern int local_variable_p PARAMS ((tree));