This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to get the full list of GCC builtins?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]