Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h2089 struct attribute_spec { struct
2092 const char *name;
2094 int min_length;
2099 int max_length;
2107 bool decl_required;
2110 bool type_required;
2115 bool function_type_required;
2117 bool affects_type_identity;
2132 tree (*handler) (tree *node, tree name, tree args,
2138 struct exclusions {
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h2017 struct attribute_spec { struct
2020 const char *name;
2022 int min_length;
2025 int max_length;
2033 bool decl_required;
2036 bool type_required;
2041 bool function_type_required;
2043 bool affects_type_identity;
2058 tree (*handler) (tree *node, tree name, tree args,
2064 struct exclusions {
[all …]