From: DJ Delorie <dj@redhat.com>
To: gdb@sourceware.org
Subject: why is sim_addr_range_hit_p tagged inline?
Date: Thu, 13 Nov 2014 20:30:00 -0000 [thread overview]
Message-ID: <201411132030.sADKUbhj008048@greed.delorie.com> (raw)
In sim/sim-arange.h:
/* Return non-zero if ADDR is in range AR, traversing the entire tree.
If no range is specified, that is defined to mean "everything". */
extern INLINE int
sim_addr_range_hit_p (ADDR_RANGE * /*ar*/, address_word /*addr*/);
#define ADDR_RANGE_HIT_P(ar, addr) \
((ar)->range_tree == NULL || sim_addr_range_hit_p ((ar), (addr)))
Why is the INLINE there? sim_addr_range_hit_p() is only defined in
sim-arange.c
next reply other threads:[~2014-11-13 20:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-13 20:30 DJ Delorie [this message]
2014-11-14 10:25 ` Andreas Schwab
2014-11-14 20:16 ` DJ Delorie
2014-11-15 7:31 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201411132030.sADKUbhj008048@greed.delorie.com \
--to=dj@redhat.com \
--cc=gdb@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox