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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.cc 785 tree tmp, error_cond; local
821 error_cond = fold_build2_loc (input_location, EQ_EXPR,
825 gfc_unlikely (error_cond, PRED_FORTRAN_FAIL_ALLOC),
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc 822 tree tmp, error_cond; local
863 error_cond = fold_build2_loc (input_location, EQ_EXPR,
867 gfc_unlikely (error_cond, PRED_FORTRAN_FAIL_ALLOC),

Completed in 48 milliseconds