Searched refs:decl_first (Results 1 – 2 of 2) sorted by relevance
26072 bool decl_first; in cp_parser_omp_for_incr() local26112 decl_first = lhs == decl; in cp_parser_omp_for_incr()26113 if (decl_first) in cp_parser_omp_for_incr()26126 if (token->type == CPP_PLUS || token->type == CPP_MINUS || decl_first) in cp_parser_omp_for_incr()26142 if (!decl_first) in cp_parser_omp_for_incr()
34827 bool decl_first; in cp_parser_omp_for_incr() local34869 decl_first = (lhs == decl in cp_parser_omp_for_incr()34871 if (decl_first) in cp_parser_omp_for_incr()34884 if (token->type == CPP_PLUS || token->type == CPP_MINUS || decl_first) in cp_parser_omp_for_incr()34901 if (!decl_first) in cp_parser_omp_for_incr()