Home
last modified time | relevance | path

Searched defs:attribute_spec (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h1919 struct attribute_spec { struct
1922 const char *name;
1924 int min_length;
1927 int max_length;
1935 bool decl_required;
1938 bool type_required;
1943 bool function_type_required;
1945 bool affects_type_identity;
1960 tree (*handler) (tree *node, tree name, tree args,
1966 struct exclusions {
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h4502 struct attribute_spec struct
4506 const char *const name;
4508 const int min_length;
4511 const int max_length;
4519 const bool decl_required;
4522 const bool type_required;
4527 const bool function_type_required;
4542 tree (*const handler) (tree *node, tree name, tree args,
4545 const bool affects_type_identity;