Searched refs:attribs (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dstub-objc.c133 tree ARG_UNUSED (attribs))
146 tree ARG_UNUSED (attribs))
154 tree ARG_UNUSED (attribs))
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.c2930 DWORD attribs = GetFileAttributes (wfrom);
2932 if (attribs == INVALID_FILE_ATTRIBUTES)
2935 res = SetFileAttributes (wto, attribs);
/haiku-buildtools/legacy/binutils/bfd/
H A Dcofflink.c1239 char *attribs;
1249 s = get_name (s, &attribs);
1253 switch (*attribs++)
1238 char *attribs; local
/haiku-buildtools/binutils/bfd/
H A Dcofflink.c1297 char *attribs;
1305 s = get_name (s, &attribs);
1309 switch (*attribs++)
1296 char *attribs; local
/haiku-buildtools/gcc/gcc/cp/
H A Dname-lookup.c38 #include "attribs.h"
4080 parse_using_directive (tree name_space, tree attribs)
4084 if (attribs == error_mark_node)
4087 for (tree a = attribs; a; a = TREE_CHAIN (a))
4075 parse_using_directive(tree name_space, tree attribs) argument
H A Ddecl2.c45 #include "attribs.h"
2414 tree attribs = (TREE_CODE (decl) == TYPE_DECL
2438 && !lookup_attribute ("visibility", attribs))
2409 tree attribs = (TREE_CODE (decl) == TYPE_DECL local
H A Dparser.c39 #include "attribs.h"
16224 tree identifier, attribs;
16251 attribs = cp_parser_attributes_opt (parser);
16273 has_visibility = handle_namespace_attrs (current_namespace, attribs);
16667 tree attribs;
16684 attribs = cp_parser_attributes_opt (parser);
16686 parse_using_directive (namespace_decl, attribs);
16222 tree identifier, attribs; local
16665 tree attribs; local
H A Ddecl.c47 #include "attribs.h"
1486 tree attribs = (*targetm.merge_type_attributes)
1489 type = cp_build_type_attribute_variant (type, attribs);
4025 /* Ensure attribs.c is initialized. */
1481 tree attribs = (*targetm.merge_type_attributes) local
/haiku-buildtools/gcc/gcc/
H A DMakefile.in3255 $(RESOURCE_H) tree-cfgcleanup.h attribs.h calls.h cfgexpand.h \
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c9055 tree attribs = DECL_ATTRIBUTES (*node);
9059 tree other = lookup_attribute (*p, attribs);
9054 tree attribs = DECL_ATTRIBUTES (*node); local

Completed in 396 milliseconds