Home
last modified time | relevance | path

Searched refs:n_decls (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c10035 int n_decls = 0; in check_for_loop_decls() local
10115 n_decls++; in check_for_loop_decls()
10119 return n_decls == 1 ? one_decl : NULL_TREE; in check_for_loop_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc10432 int n_decls = 0; in check_for_loop_decls() local
10512 n_decls++; in check_for_loop_decls()
10516 return n_decls == 1 ? one_decl : NULL_TREE; in check_for_loop_decls()