Searched refs:actual_ok (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dintrinsic.c316 add_sym (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, int kind, argument
346 next_sym->actual_ok = actual_ok;
410 add_sym_0 (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, argument
424 add_sym (name, id, cl, actual_ok, type, kind, standard, cf, sf, rf,
453 add_sym_1 (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, argument
468 add_sym (name, id, cl, actual_ok, type, kind, standard, cf, sf, rf,
479 int actual_ok, bt type, int kind, int standard,
494 add_sym (name, id, cl, actual_ok, type, kind, standard, cf, sf, rf,
528 add_sym_1m (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, b argument
478 add_sym_1_intent(const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, int kind, int standard, bool (*check) (gfc_expr *), gfc_expr *(*simplify) (gfc_expr *), void (*resolve) (gfc_expr *, gfc_expr *), const char *a1, bt type1, int kind1, int optional1, sym_intent intent1) argument
555 add_sym_2(const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, int kind, int standard, bool (*check) (gfc_expr *, gfc_expr *), gfc_expr *(*simplify) (gfc_expr *, gfc_expr *), void (*resolve) (gfc_expr *, gfc_expr *, gfc_expr *), const char *a1, bt type1, int kind1, int optional1, const char *a2, bt type2, int kind2, int optional2) argument
582 add_sym_2_intent(const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, int kind, int standard, bool (*check) (gfc_expr *, gfc_expr *), gfc_expr *(*simplify) (gfc_expr *, gfc_expr *), void (*resolve) (gfc_expr *, gfc_expr *, gfc_expr *), const char *a1, bt type1, int kind1, int optional1, sym_intent intent1, const char *a2, bt type2, int kind2, int optional2, sym_intent intent2) argument
638 add_sym_3(const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, int kind, int standard, bool (*check) (gfc_expr *, gfc_expr *, gfc_expr *), gfc_expr *(*simplify) (gfc_expr *, gfc_expr *, gfc_expr *), void (*resolve) (gfc_expr *, gfc_expr *, gfc_expr *, gfc_expr *), const char *a1, bt type1, int kind1, int optional1, const char *a2, bt type2, int kind2, int optional2, const char *a3, bt type3, int kind3, int optional3) argument
667 add_sym_3ml(const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, int kind, int standard, bool (*check) (gfc_actual_arglist *), gfc_expr *(*simplify) (gfc_expr *, gfc_expr *, gfc_expr *), void (*resolve) (gfc_expr *, gfc_expr *, gfc_expr *, gfc_expr *), const char *a1, bt type1, int kind1, int optional1, const char *a2, bt type2, int kind2, int optional2, const char *a3, bt type3, int kind3, int optional3) argument
696 add_sym_3red(const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, int kind, int standard, bool (*check) (gfc_actual_arglist *), gfc_expr *(*simplify) (gfc_expr *, gfc_expr *, gfc_expr *), void (*resolve) (gfc_expr *, gfc_expr *, gfc_expr *, gfc_expr *), const char *a1, bt type1, int kind1, int optional1, const char *a2, bt type2, int kind2, int optional2, const char *a3, bt type3, int kind3, int optional3) argument
755 add_sym_4(const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, int kind, int standard, bool (*check) (gfc_expr *, gfc_expr *, gfc_expr *, gfc_expr *), gfc_expr *(*simplify) (gfc_expr *, gfc_expr *, gfc_expr *, gfc_expr *), void (*resolve) (gfc_expr *, gfc_expr *, gfc_expr *, gfc_expr *, gfc_expr *), const char *a1, bt type1, int kind1, int optional1, const char *a2, bt type2, int kind2, int optional2, const char *a3, bt type3, int kind3, int optional3, const char *a4, bt type4, int kind4, int optional4 ) argument
[all...]
H A Dgfortran.h1911 generic:1, specific:1, actual_ok:1, noreturn:1, conversion:1, member in struct:gfc_intrinsic_sym
H A Dresolve.c1807 int actual_ok; local
1820 actual_ok = gfc_intrinsic_actual_ok (sym->name,
1822 if (sym->attr.intrinsic && actual_ok == 0)

Completed in 212 milliseconds