/netbsd/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-frontend.cc | 62 || DECL_INTRINSIC_CODE (decl) != INTRINSIC_NONE); in eval_builtin()
|
H A D | intrinsics.def | 39 DEF_D_BUILTIN (INTRINSIC_NONE, BUILT_IN_NONE, 0, 0, 0)
|
H A D | intrinsics.cc | 781 case INTRINSIC_NONE: in maybe_expand_intrinsic()
|
H A D | decl.cc | 1473 DECL_INTRINSIC_CODE (decl->csym) = INTRINSIC_NONE; in get_symbol_decl()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-frontend.cc | 595 || DECL_INTRINSIC_CODE (decl) != INTRINSIC_NONE); in eval_builtin()
|
H A D | intrinsics.cc | 719 case INTRINSIC_NONE: in maybe_expand_intrinsic()
|
H A D | decl.cc | 1332 DECL_INTRINSIC_CODE (decl->csym) = INTRINSIC_NONE; in get_symbol_decl()
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | interface.c | 129 return INTRINSIC_NONE; in dtio_op() 160 *op = INTRINSIC_NONE; in gfc_match_generic_spec() 193 if (*op != INTRINSIC_NONE) in gfc_match_generic_spec() 210 if (*op != INTRINSIC_NONE) in gfc_match_generic_spec() 2101 return INTRINSIC_NONE; in gfc_equivalent_op() 2153 if (other_op != INTRINSIC_NONE in gfc_check_interfaces()
|
H A D | interface.cc | 129 return INTRINSIC_NONE; in dtio_op() 160 *op = INTRINSIC_NONE; in gfc_match_generic_spec() 193 if (*op != INTRINSIC_NONE) in gfc_match_generic_spec() 210 if (*op != INTRINSIC_NONE) in gfc_match_generic_spec() 2113 return INTRINSIC_NONE; in gfc_equivalent_op() 2165 if (other_op != INTRINSIC_NONE in gfc_check_interfaces()
|
H A D | module.c | 626 new_use->op = INTRINSIC_NONE; in gfc_match_use() 5501 if (u->op == INTRINSIC_NONE) in read_module() 7240 if (list->op != INTRINSIC_USER && list->op != INTRINSIC_NONE) in rename_list_remove_duplicate()
|
H A D | module.cc | 626 new_use->op = INTRINSIC_NONE; in gfc_match_use() 5706 if (u->op == INTRINSIC_NONE) in read_module() 7446 if (list->op != INTRINSIC_USER && list->op != INTRINSIC_NONE) in rename_list_remove_duplicate()
|
H A D | iresolve.cc | 867 temp.value.op.op = INTRINSIC_NONE; in gfc_resolve_dot_product() 1575 temp.value.op.op = INTRINSIC_NONE; in gfc_resolve_matmul()
|
H A D | iresolve.c | 849 temp.value.op.op = INTRINSIC_NONE; in gfc_resolve_dot_product() 1559 temp.value.op.op = INTRINSIC_NONE; in gfc_resolve_matmul()
|
H A D | match.c | 105 case INTRINSIC_NONE: in gfc_op2string() 178 iop = INTRINSIC_NONE; in gfc_match_member_sep()
|
H A D | match.cc | 105 case INTRINSIC_NONE: in gfc_op2string() 178 iop = INTRINSIC_NONE; in gfc_match_member_sep()
|
H A D | gfortran.h | 204 INTRINSIC_NONE = -1, INTRINSIC_UPLUS = GFC_INTRINSIC_BEGIN, enumerator
|
H A D | openmp.c | 5273 gfc_intrinsic_op alt_op = INTRINSIC_NONE; in resolve_omp_atomic()
|
H A D | ChangeLog-2015 | 1778 * match.c(gfc_op2string): Return 'none' for INTRINSIC_NONE.
|
H A D | trans-decl.c | 5382 if (rent->op != INTRINSIC_NONE) in gfc_trans_use_stmts()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | interface.c | 129 return INTRINSIC_NONE; in dtio_op() 160 *op = INTRINSIC_NONE; in gfc_match_generic_spec() 193 if (*op != INTRINSIC_NONE) in gfc_match_generic_spec() 210 if (*op != INTRINSIC_NONE) in gfc_match_generic_spec() 2101 return INTRINSIC_NONE; in gfc_equivalent_op() 2153 if (other_op != INTRINSIC_NONE in gfc_check_interfaces()
|
H A D | module.c | 626 new_use->op = INTRINSIC_NONE; in gfc_match_use() 5501 if (u->op == INTRINSIC_NONE) in read_module() 7240 if (list->op != INTRINSIC_USER && list->op != INTRINSIC_NONE) in rename_list_remove_duplicate()
|
H A D | iresolve.c | 849 temp.value.op.op = INTRINSIC_NONE; in gfc_resolve_dot_product() 1559 temp.value.op.op = INTRINSIC_NONE; in gfc_resolve_matmul()
|
H A D | match.c | 105 case INTRINSIC_NONE: in gfc_op2string() 178 iop = INTRINSIC_NONE; in gfc_match_member_sep()
|
H A D | gfortran.h | 170 INTRINSIC_NONE = -1, INTRINSIC_UPLUS = GFC_INTRINSIC_BEGIN, enumerator
|
H A D | openmp.c | 5273 gfc_intrinsic_op alt_op = INTRINSIC_NONE; in resolve_omp_atomic()
|