Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-1999515 (local_variable_p): New function.
521 * decl.c (local_variable_p): Don't
529 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 to
6621 * decl.c (local_variable_p): New function.
H A Ddecl.c8789 local_variable_p (tree t) in local_variable_p() function
8810 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()
H A Dcp-tree.h3954 extern int local_variable_p (tree);
H A Dparser.c3216 && local_variable_p (decl)) in cp_parser_primary_expression()
3232 if (local_variable_p (decl)) in cp_parser_primary_expression()
H A Dpt.c8108 || local_variable_p (t)) in tsubst_copy()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c12764 local_variable_p (t) in local_variable_p() function
12787 return ((local_variable_p (t) && !TREE_STATIC (t))
12801 return ((local_variable_p (*tp) && !DECL_ARTIFICIAL (*tp))
H A Dcp-tree.h3861 extern int local_variable_p PARAMS ((tree));
H A DChangeLog.2515 (local_variable_p): New function.
521 * decl.c (local_variable_p): Don't
529 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 to
6621 * decl.c (local_variable_p): New function.