Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dparser.c26072 bool decl_first; in cp_parser_omp_for_incr() local
26112 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()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.c34827 bool decl_first; in cp_parser_omp_for_incr() local
34869 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()