GCC Middle and Back End API Reference
|
#include <tree.h>
Data Fields | |
tree | decl [(int) END_BUILTINS] |
bool | implicit_p [(int) END_BUILTINS] |
Functional interface to the builtin functions.
The builtin_info structure holds the FUNCTION_DECL of the standard builtin function, and a flag that says if the function is available implicitly, or whether the user has to code explicit calls to __builtin_<xxx>.
tree builtin_info_type_d::decl[(int) END_BUILTINS] |
bool builtin_info_type_d::implicit_p[(int) END_BUILTINS] |