Home | History | Annotate | Download | only in gcc

Lines Matching defs:NO_LOC_P

1483 	 e.g. NO_LOC_P.  */
3180 #define NO_LOC_P(x) \
3181 (RTL_FLAG_CHECK2 ("NO_LOC_P", (x), VALUE, DEBUG_EXPR)->return_val)
3201 NO_LOC_P (dv_as_value (dv)) = false;
3207 NO_LOC_P (DECL_RTL_KNOWN_SET (dv_as_decl (dv))) = false;
8292 implies NO_LOC_P. */
8293 gcc_checking_assert (NO_LOC_P (value));
8298 NO_LOC_P (value) = false;
8546 /* Check that VALUE_RECURSED_INTO implies NO_LOC_P. */
8547 gcc_checking_assert (!VALUE_RECURSED_INTO (x) || NO_LOC_P (x));
8549 if (NO_LOC_P (x))
8567 gcc_checking_assert (!NO_LOC_P (x));
8579 NO_LOC_P (x) = true;
8592 NO_LOC_P (x) = !result;
8628 gcc_checking_assert (NO_LOC_P (x));