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

  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 14530 gfc_symbol* i_arg = dummy_args->sym; local
14531 const int i_rank = (i_arg->as ? i_arg->as->rank : 0);
resolve.cc 14530 gfc_symbol* i_arg = dummy_args->sym; local
14531 const int i_rank = (i_arg->as ? i_arg->as->rank : 0);
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 8606 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg);
8607 return build_call_expr_loc (loc, atan2_fn, 2, i_arg, r_arg);
8603 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg); local
builtins.cc 8606 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg);
8607 return build_call_expr_loc (loc, atan2_fn, 2, i_arg, r_arg);
8603 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg); local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 13787 gfc_symbol* i_arg = dummy_args->sym; local
13788 const int i_rank = (i_arg->as ? i_arg->as->rank : 0);
resolve.cc 13787 gfc_symbol* i_arg = dummy_args->sym; local
13788 const int i_rank = (i_arg->as ? i_arg->as->rank : 0);
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 9415 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg);
9416 return build_call_expr_loc (loc, atan2_fn, 2, i_arg, r_arg);
9412 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg); local
builtins.cc 9415 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg);
9416 return build_call_expr_loc (loc, atan2_fn, 2, i_arg, r_arg);
9412 tree i_arg = fold_build1_loc (loc, IMAGPART_EXPR, type, new_arg); local

Completed in 76 milliseconds