Home
last modified time | relevance | path

Searched refs:ffebld_conter_orig (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dstt.c222 && (ffebld_conter_orig (next->upper) == NULL)) in ffestt_dimlist_as_expr()
461 && (ffebld_conter_orig (next->upper) == NULL)) in ffestt_dimlist_type()
Dexpr.c7564 || (((orig = ffebld_conter_orig (ffeexpr_stack_->expr)) != NULL) in ffeexpr_cb_comma_c_()
7567 || (ffebld_conter_orig (ffebld_left (orig)) != NULL))) in ffeexpr_cb_comma_c_()
7583 || (((orig = ffebld_conter_orig (expr)) != NULL) in ffeexpr_cb_comma_c_()
7586 || (ffebld_conter_orig (ffebld_left (orig)) != NULL))) in ffeexpr_cb_comma_c_()
9758 && (ffebld_conter_orig (expr) == NULL) in ffeexpr_reduce_()
9957 && (ffebld_conter_orig (expr) == NULL) in ffeexpr_reduce_()
9979 && (ffebld_conter_orig (expr) == NULL) in ffeexpr_reduce_()
12135 && (ffebld_conter_orig (expr) == NULL) in ffeexpr_finished_()
12542 || (ffebld_conter_orig (expr) != NULL))) in ffeexpr_finished_()
12550 || (ffebld_conter_orig (expr) != NULL); in ffeexpr_finished_()
Dbld.h824 #define ffebld_conter_orig(b) ((b)->u.conter.orig) macro