Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c38416 bool decl_first; in cp_parser_omp_for_incr() local
38458 decl_first = (lhs == decl in cp_parser_omp_for_incr()
38460 if (decl_first) in cp_parser_omp_for_incr()
38473 if (token->type == CPP_PLUS || token->type == CPP_MINUS || decl_first) in cp_parser_omp_for_incr()
38490 if (!decl_first) in cp_parser_omp_for_incr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc41746 bool decl_first; in cp_parser_omp_for_incr() local
41788 decl_first = (lhs == decl in cp_parser_omp_for_incr()
41790 if (decl_first) in cp_parser_omp_for_incr()
41803 if (token->type == CPP_PLUS || token->type == CPP_MINUS || decl_first) in cp_parser_omp_for_incr()
41822 if (!decl_first) in cp_parser_omp_for_incr()