Searched refs:lookup_attribute (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/config/
H A Dsol2.c52 if (lookup_attribute ("aligned", DECL_ATTRIBUTES (decl))
53 || lookup_attribute ("aligned", *attributes))
106 if (lookup_attribute ("init", DECL_ATTRIBUTES (decl)))
113 if (lookup_attribute ("fini", DECL_ATTRIBUTES (decl)))
H A Ddarwin.h440 else if (! lookup_attribute ("weak", DECL_ATTRIBUTES (DECL)) \
441 && lookup_attribute ("weak_import", DECL_ATTRIBUTES (DECL))) \
H A Ddarwin.c1077 && ! lookup_attribute ("weakref", DECL_ATTRIBUTES (decl))
1108 && (lookup_attribute ("weak", DECL_ATTRIBUTES (exp))
1109 || ! lookup_attribute ("weak_import",
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dnetware.c146 if (lookup_attribute ("stdcall", type_attributes))
148 else if (lookup_attribute ("fastcall", type_attributes))
150 else if ((newid = lookup_attribute ("regparm", type_attributes)) != NULL_TREE)
H A Dwinnt.c126 if (lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl)))
131 && lookup_attribute ("dllexport",
148 && lookup_attribute ("dllimport", DECL_ATTRIBUTES (decl)))
165 && lookup_attribute ("dllimport",
351 if (lookup_attribute ("stdcall", type_attributes))
353 else if (lookup_attribute ("fastcall", type_attributes))
370 && lookup_attribute ("selectany", DECL_ATTRIBUTES (decl)))
552 && lookup_attribute ("shared", DECL_ATTRIBUTES (decl)))
610 || lookup_attribute ("selectany",
H A Dwinnt-cxx.c134 if (lookup_attribute ("dllimport", TYPE_ATTRIBUTES (t)) == NULL_TREE)
H A Di386.c2695 if (lookup_attribute ("fastcall", TYPE_ATTRIBUTES (*node)))
2716 && lookup_attribute (ix86_force_align_arg_pointer_string,
2738 if (lookup_attribute ("cdecl", TYPE_ATTRIBUTES (*node)))
2742 if (lookup_attribute ("stdcall", TYPE_ATTRIBUTES (*node)))
2746 if (lookup_attribute ("regparm", TYPE_ATTRIBUTES (*node)))
2756 if (lookup_attribute ("cdecl", TYPE_ATTRIBUTES (*node)))
2760 if (lookup_attribute ("fastcall", TYPE_ATTRIBUTES (*node)))
2769 if (lookup_attribute ("stdcall", TYPE_ATTRIBUTES (*node)))
2773 if (lookup_attribute ("fastcall", TYPE_ATTRIBUTES (*node)))
2798 if ((!lookup_attribute ("fastcal
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dc-objc-common.c61 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) != NULL)
78 && lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) == NULL)
H A Dattribs.c285 for (a = lookup_attribute (spec->name, old_attrs);
287 a = lookup_attribute (spec->name, TREE_CHAIN (a)))
312 else if (!lookup_attribute
H A Dlanghooks.c316 && lookup_attribute ("always_inline", DECL_ATTRIBUTES (*fnp)) == NULL)
329 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) != NULL)
H A Dcgraphunit.c208 if (!flag_unit_at_a_time && lookup_attribute ("used", DECL_ATTRIBUTES (decl)))
1021 if (lookup_attribute ("used", DECL_ATTRIBUTES (decl)))
1027 if (lookup_attribute ("externally_visible", DECL_ATTRIBUTES (decl)))
1044 if (lookup_attribute ("used", DECL_ATTRIBUTES (decl)))
1050 if (lookup_attribute ("externally_visible", DECL_ATTRIBUTES (decl)))
H A Dstub-objc.c578 && lookup_attribute ("NSObject", TYPE_ATTRIBUTES (type)));
H A Dipa-pure-const.c96 if (lookup_attribute ("used", DECL_ATTRIBUTES (t)))
H A Dc-decl.c1360 || !lookup_attribute ("gnu_inline",
1363 || !lookup_attribute ("gnu_inline",
1431 bool newa = lookup_attribute ("gnu_inline",
1433 bool olda = lookup_attribute ("gnu_inline",
1555 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1562 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1821 && !lookup_attribute ("gnu_inline", DECL_ATTRIBUTES (newdecl)))
3277 if (lookup_attribute ("deprecated", attributes))
3279 else if (lookup_attribute ("unavailable", attributes))
3281 #else /* a more efficient way doing what lookup_attribute woul
[all...]
H A Dpasses.c129 alias = lookup_attribute ("alias", DECL_ATTRIBUTES (decl));
H A Dtree-inline.c1330 && !lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)))
1540 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)))
2001 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn))
2011 && !lookup_attribute ("noinline", DECL_ATTRIBUTES (fn))
H A Dc-common.c2884 if (lookup_attribute ("may_alias", TYPE_ATTRIBUTES (t)))
4343 it later with lookup_attribute. */
4366 it later with lookup_attribute. */
4387 it later with lookup_attribute. */
4998 if (lookup_attribute ("weakref", DECL_ATTRIBUTES (decl)))
5048 if (lookup_attribute ("alias", DECL_ATTRIBUTES (*node)))
5132 && lookup_attribute ("visibility", (TYPE_P (*node)
5168 if (lookup_attribute ("visibility", DECL_ATTRIBUTES (decl)))
5173 && lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl)))
5668 tree attr = lookup_attribute ("sentine
[all...]
H A Dvarasm.c989 if (lookup_attribute ("alias", DECL_ATTRIBUTES (decl)))
4877 if (lookup_attribute ("weakref", DECL_ATTRIBUTES (decl)))
4963 if (! lookup_attribute ("weakref", DECL_ATTRIBUTES (p->decl)))
4968 && ! lookup_attribute ("weakref", DECL_ATTRIBUTES (p->decl)))
4999 if (lookup_attribute ("weakref", DECL_ATTRIBUTES (decl)))
5885 else if (lookup_attribute ("weakref", DECL_ATTRIBUTES (exp)))
H A Dtree.c3527 lookup_attribute (const char *attr_name, tree list)
3592 for (a = lookup_attribute (IDENTIFIER_POINTER (TREE_PURPOSE (a2)),
3595 a = lookup_attribute (IDENTIFIER_POINTER (TREE_PURPOSE (a2)),
3669 && lookup_attribute ("dllexport", DECL_ATTRIBUTES (old)))
4429 for (attr = lookup_attribute (IDENTIFIER_POINTER (TREE_PURPOSE (t2)), l1);
4431 attr = lookup_attribute (IDENTIFIER_POINTER (TREE_PURPOSE (t2)),
3506 lookup_attribute (const char *attr_name, tree list) function
H A Dcgraph.c945 && lookup_attribute ("used", DECL_ATTRIBUTES (decl)))
H A Dipa-inline.c958 if (lookup_attribute ("flatten", DECL_ATTRIBUTES (node->decl)) != NULL)
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dpe.c52 exp = lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl));
74 imp = lookup_attribute ("dllimport", DECL_ATTRIBUTES (decl));
H A Darm.c1446 a = lookup_attribute ("naked", attr);
1450 a = lookup_attribute ("isr", attr);
1452 a = lookup_attribute ("interrupt", attr);
2696 if (lookup_attribute ("short_call", TYPE_ATTRIBUTES (fntype)))
2698 else if (lookup_attribute ("long_call", TYPE_ATTRIBUTES (fntype)))
2998 l1 = lookup_attribute ("long_call", TYPE_ATTRIBUTES (type1)) != NULL;
2999 l2 = lookup_attribute ("long_call", TYPE_ATTRIBUTES (type2)) != NULL;
3000 s1 = lookup_attribute ("short_call", TYPE_ATTRIBUTES (type1)) != NULL;
3001 s2 = lookup_attribute ("short_call", TYPE_ATTRIBUTES (type2)) != NULL;
3016 l1 = lookup_attribute ("is
[all...]
/freebsd-12-stable/contrib/gcc/cp/
H A Ddecl2.c1372 if (lookup_attribute ("dllimport", TYPE_ATTRIBUTES (ctype)))
1374 else if (lookup_attribute ("dllexport", TYPE_ATTRIBUTES (ctype)))
1693 && lookup_attribute ("dllexport",
1919 if (lookup_attribute ("weak", TYPE_ATTRIBUTES (type)))
H A Ddecl.c1154 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1158 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1162 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1171 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
3888 if (lookup_attribute ("deprecated", attributes))
3890 else if (lookup_attribute ("unavailable", attributes))
3892 #else /* a more efficient way doing what lookup_attribute would do */
3983 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl)))
5888 if (lookup_attribute ("used", DECL_ATTRIBUTES (decl)))
10794 || lookup_attribute ("packe
[all...]

Completed in 510 milliseconds

12