Lines Matching defs:ord_fail
2871 the failure memory model ORD_FAIL and warn if it's invalid. Return
2876 tree ord_fail, const unsigned char *valid)
2880 || (ord_fail && !memmodel_to_uhwi (ord_fail, stmt, &fail)))
2929 if (!ord_fail)
2993 tree ord_fail, const unsigned char *valid)
2998 if (!maybe_warn_memmodel (stmt, ord_sucs, ord_fail, valid))
3103 tree ord_fail = NULL_TREE;
3105 ord_fail = gimple_call_arg (stmt, fail_arg);
3106 check_atomic_memmodel (stmt, ord_sucs, ord_fail, pvalid_models);