Home | History | Annotate | Download | only in config

Lines Matching full:expr_is_const

544 bfd_boolean expr_is_const (const expressionS *);
2869 if (expr_is_const (exp1))
3451 if (expr_is_const (&insn->tok[op_data]))
3488 if (expr_is_const (&insn->tok[op_data]))
12455 expr_is_const (const expressionS *s)
12462 Calling this is illegal if expr_is_const () returns TRUE. */
12467 gas_assert (expr_is_const (s));
12492 Calling this is illegal if expr_is_const () returns TRUE. */