Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c10034 tree one_decl = NULL_TREE; in check_for_loop_decls() local
10116 one_decl = decl; 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.cc10431 tree one_decl = NULL_TREE; in check_for_loop_decls() local
10513 one_decl = decl; in check_for_loop_decls()
10516 return n_decls == 1 ? one_decl : NULL_TREE; in check_for_loop_decls()