HomeSort by: relevance | last modified time | path
    Searched defs:ord_fail (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 2896 the failure memory model ORD_FAIL and warn if it's invalid. Return
2901 tree ord_fail, const unsigned char *valid)
2905 || (ord_fail && !memmodel_to_uhwi (ord_fail, stmt, &fail)))
2955 if (!ord_fail)
3021 tree ord_fail, const unsigned char *valid)
3026 if (!maybe_warn_memmodel (stmt, ord_sucs, ord_fail, valid))
3131 tree ord_fail = NULL_TREE; local
3133 ord_fail = gimple_call_arg (stmt, fail_arg);
3134 check_atomic_memmodel (stmt, ord_sucs, ord_fail, pvalid_models)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 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; local
3105 ord_fail = gimple_call_arg (stmt, fail_arg);
3106 check_atomic_memmodel (stmt, ord_sucs, ord_fail, pvalid_models)
    [all...]

Completed in 78 milliseconds