This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: is_predicate_p?
- From: dewar at gnat dot com (Robert Dewar)
- To: dnovillo at redhat dot com, nathan at codesourcery dot com
- Cc: gcc at gcc dot gnu dot org, jason at redhat dot com
- Date: Sun, 9 Jun 2002 13:09:01 -0400 (EDT)
- Subject: Re: is_predicate_p?
<<I personally tend to use is_foo for adjectives (e.g.,
is_binary_expr) and foo_p for verbs (e.g., stmt_ends_bb_p).
>>
But the _p here seems gratuitous, stmt_ends_bb is a perfectly reasonable
name for a predicate and reads just fine.