Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDChangeLog-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.
HDdecl.c9324 local_variable_p (tree t) in local_variable_p() function
9345 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()
HDcp-tree.h4005 extern int local_variable_p (tree);
HDparser.c3410 && local_variable_p (decl)) in cp_parser_primary_expression()
3426 if (local_variable_p (decl)) in cp_parser_primary_expression()
HDpt.c8122 || local_variable_p (t)) in tsubst_copy()