Searched refs:fb_either (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.h40 fb_either= fb_rvalue | fb_lvalue enumerator in enum:fallback
H A Dgimplify.c3259 test = is_gimple_lvalue, fb = fb_either;
6176 /* We use fb_either here because the C frontend sometimes takes
6183 is_gimple_addressable, fb_either);
13449 fb_either means that either is OK, but an lvalue is preferable.
13498 gcc_assert (fallback & fb_either);
13832 /* ??? Should be == fb_lvalue, but ADDR_EXPR passes fb_either. */
13951 post_p, is_gimple_lvalue, fb_either);
13961 post_p, is_gimple_mem_ref_addr, fb_either);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimplify.h40 fb_either= fb_rvalue | fb_lvalue enumerator in enum:fallback
H A Dgimplify.cc3482 test = is_gimple_lvalue, fb = fb_either;
6490 /* We use fb_either here because the C frontend sometimes takes
6497 is_gimple_addressable, fb_either);
14904 fb_either means that either is OK, but an lvalue is preferable.
14953 gcc_assert (fallback & fb_either);
15287 /* ??? Should be == fb_lvalue, but ADDR_EXPR passes fb_either. */
15407 post_p, is_gimple_lvalue, fb_either);
15417 post_p, is_gimple_mem_ref_addr, fb_either);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-gimplify.cc447 return gimplify_expr (arg_p, pre_p, NULL, is_gimple_lvalue, fb_either);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c704 return gimplify_expr (arg_p, pre_p, NULL, is_gimple_lvalue, fb_either);

Completed in 246 milliseconds