GCC Middle and Back End API Reference
builtin_info_type_d Struct Reference

#include <tree.h>

Data Fields

tree decl [(int) END_BUILTINS]
bool implicit_p [(int) END_BUILTINS]

Detailed Description

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>.   

Field Documentation

tree builtin_info_type_d::decl[(int) END_BUILTINS]
bool builtin_info_type_d::implicit_p[(int) END_BUILTINS]

The documentation for this struct was generated from the following file: