Home
last modified time | relevance | path

Searched refs:auto_var_p (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Ddefun.c233 process_defun_args (char **defun_args, int auto_var_p) in process_defun_args() argument
239 xml_process_defun_args (defun_args, auto_var_p); in process_defun_args()
H A Dxml.h147 xml_process_defun_args (char **defun_args, int auto_var_p),
H A Dxml.c2120 xml_process_defun_args (char **defun_args, int auto_var_p) in xml_process_defun_args() argument
2172 else if (auto_var_p) in xml_process_defun_args()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc4344 if (auto_var_p (lhs)) in check_stmt()
4364 if (!auto_var_p (arg)) in check_stmt()
4448 if (!decl || !auto_var_p (decl)) in check_dangling_uses()
4509 if (auto_var_p (lhs_ref.ref)) in check_dangling_stores()
4554 if (!auto_var_p (rhs_ref.ref)) in check_dangling_stores()
H A Dtree-ssa-phiopt.cc3089 if (!auto_var_p (base) || TREE_ADDRESSABLE (base)) in add_or_mark_expr()
3201 if (!auto_var_p (base) in cond_store_replacement()
H A Dtree-ssa-forwprop.cc3631 if (auto_var_p (use_lhs)) in execute()
3685 if (auto_var_p (use_lhs)) in execute()
H A Dtree.cc8167 auto_var_p (const_tree var) in auto_var_p() function
8181 && (auto_var_p (var) in auto_var_in_fn_p()
H A Dtree.h5270 extern bool auto_var_p (const_tree);
H A Dgimplify.cc1761 gcc_assert (auto_var_p (decl)); in gimple_add_init_for_auto_var()
1834 if (auto_var_p (decl) in is_var_need_auto_init()
H A Dtree-ssa-structalias.cc8477 && auto_var_p (pt->decl)) in ipa_pta_execute()
H A DChangeLog3974 * gimple-ssa-warn-access.cc (is_auto_decl): Remove. Use auto_var_p
H A DChangeLog-201930458 * tree.h (auto_var_p): Declare.
30459 * tree.c (auto_var_p): New function, split out from ...
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-phiopt.c2254 if (!auto_var_p (base) in cond_store_replacement()
H A Dtree.c9142 auto_var_p (const_tree var) in auto_var_p() function
9156 && (auto_var_p (var) in auto_var_in_fn_p()
H A Dtree.h5089 extern bool auto_var_p (const_tree);
H A Dtree-ssa-structalias.c8319 && auto_var_p (pt->decl)) in ipa_pta_execute()