Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c8482 tree one_decl = NULL_TREE; in check_for_loop_decls() local
8559 one_decl = decl; in check_for_loop_decls()
8562 return n_decls == 1 ? one_decl : NULL_TREE; in check_for_loop_decls()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c9598 tree one_decl = NULL_TREE; in check_for_loop_decls() local
9676 one_decl = decl; in check_for_loop_decls()
9679 return n_decls == 1 ? one_decl : NULL_TREE; in check_for_loop_decls()