Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c10040 || ffebld_where (expr) == FFEINFO_whereCOMMON in ffecom_arg_ptr_to_const_expr()
10041 || ffebld_where (expr) == FFEINFO_whereGLOBAL in ffecom_arg_ptr_to_const_expr()
10042 || ffebld_where (expr) == FFEINFO_whereINTRINSIC)) in ffecom_arg_ptr_to_const_expr()
10692 || ffebld_where (expr) == FFEINFO_whereCOMMON in ffecom_const_expr()
10694 || ffebld_where (expr) == FFEINFO_whereGLOBAL in ffecom_const_expr()
10695 || ffebld_where (expr) == FFEINFO_whereINTRINSIC)) in ffecom_const_expr()
12681 || ffebld_where (expr) == FFEINFO_whereCOMMON in ffecom_ptr_to_const_expr()
12682 || ffebld_where (expr) == FFEINFO_whereGLOBAL in ffecom_ptr_to_const_expr()
12683 || ffebld_where (expr) == FFEINFO_whereINTRINSIC)) in ffecom_ptr_to_const_expr()
H A Dbld.h1016 #define ffebld_where(b) (ffeinfo_where (ffebld_info ((b)))) macro
H A DChangeLog2500 ffebld_rank, ffebld_where): New convenience macros (used