Home | History | Annotate | Download | only in cp

Lines Matching refs:reproducible

38040      reproducible
38049 bool reproducible = false;
38062 else if (strcmp (p, "reproducible") == 0)
38063 reproducible = true;
38066 cp_parser_error (parser, "expected %<reproducible%> or "
38095 OMP_CLAUSE_ORDER_REPRODUCIBLE (c) = reproducible;