public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* How to get the full list of GCC builtins?
@ 2011-09-30  6:20 zhang qingshan
  2011-09-30  7:26 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: zhang qingshan @ 2011-09-30  6:20 UTC (permalink / raw)
  To: gcc-help

Hi, all,

Does gcc have any doc/method to get all the builtins it supports? Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to get the full list of GCC builtins?
  2011-09-30  6:20 How to get the full list of GCC builtins? zhang qingshan
@ 2011-09-30  7:26 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2011-09-30  7:26 UTC (permalink / raw)
  To: zhang qingshan; +Cc: gcc-help

zhang qingshan <steven.zhang54373@gmail.com> writes:

> Does gcc have any doc/method to get all the builtins it supports? Thanks.

You can read the documentation, which I believe lists all of them except
a few which are used internally which are intentionally undocumented.

Or you can look at the source file gcc/builtins.def.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-30  6:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-30  6:20 How to get the full list of GCC builtins? zhang qingshan
2011-09-30  7:26 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).