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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 2894 /* Check the success memory model argument ORD_SUCS to the call STMT to
2900 pass_waccess::maybe_warn_memmodel (gimple *stmt, tree ord_sucs,
2904 if (!memmodel_to_uhwi (ord_sucs, stmt, &sucs)
3020 pass_waccess::check_atomic_memmodel (gimple *stmt, tree ord_sucs,
3026 if (!maybe_warn_memmodel (stmt, ord_sucs, ord_fail, valid))
3130 tree ord_sucs = gimple_call_arg (stmt, sucs_arg); local
3134 check_atomic_memmodel (stmt, ord_sucs, ord_fail, pvalid_models);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 2869 /* Check the success memory model argument ORD_SUCS to the call STMT to
2875 pass_waccess::maybe_warn_memmodel (gimple *stmt, tree ord_sucs,
2879 if (!memmodel_to_uhwi (ord_sucs, stmt, &sucs)
2992 pass_waccess::check_atomic_memmodel (gimple *stmt, tree ord_sucs,
2998 if (!maybe_warn_memmodel (stmt, ord_sucs, ord_fail, valid))
3102 tree ord_sucs = gimple_call_arg (stmt, sucs_arg); local
3106 check_atomic_memmodel (stmt, ord_sucs, ord_fail, pvalid_models);

Completed in 25 milliseconds