Searched refs:DECL_DECLARED_INLINE_P (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dc-objc-common.c64 return (!flag_really_no_inline && DECL_DECLARED_INLINE_P (fn)
74 && DECL_DECLARED_INLINE_P (fn)
88 if (!DECL_DECLARED_INLINE_P (fn) && !targetm.binds_local_p (fn))
116 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_DECLARED_INLINE_P (decl))
H A Dc-decl.c826 else if (DECL_DECLARED_INLINE_P (p)
1198 #define DECL_EXTERN_INLINE(DECL) (DECL_DECLARED_INLINE_P (DECL) \
1359 && (!DECL_DECLARED_INLINE_P (olddecl)
1362 && (!DECL_DECLARED_INLINE_P (newdecl)
1428 if (DECL_DECLARED_INLINE_P (olddecl)
1429 && DECL_DECLARED_INLINE_P (newdecl))
1554 if (DECL_DECLARED_INLINE_P (newdecl)
1561 else if (DECL_DECLARED_INLINE_P (olddecl)
1577 if (DECL_DECLARED_INLINE_P (newdecl) && !DECL_DECLARED_INLINE_P (olddec
[all...]
H A Dipa-inline.c317 if (DECL_DECLARED_INLINE_P (decl))
584 if (DECL_DECLARED_INLINE_P (node->decl))
H A Dcgraphunit.c234 && !DECL_DECLARED_INLINE_P (decl)
267 && !DECL_DECLARED_INLINE_P (decl)
H A Dprint-tree.c362 fputs (DECL_DECLARED_INLINE_P (node) ? " inline" : " autoinline", file);
H A Dtree-inline.c1519 DECL_DECLARED_INLINE_P. */
1537 && DECL_DECLARED_INLINE_P (fn)
2008 else if (warn_inline && DECL_DECLARED_INLINE_P (fn)
H A Dc-pretty-print.c618 if (TREE_CODE (t) == FUNCTION_DECL && DECL_DECLARED_INLINE_P (t))
H A Dtree.c3699 || !DECL_DECLARED_INLINE_P (new))
3778 && DECL_DECLARED_INLINE_P (node))
H A Dtree.h3143 #define DECL_DECLARED_INLINE_P(NODE) \
3130 #define DECL_DECLARED_INLINE_P macro
H A Ddwarf2out.c10082 && (!DECL_EXTERNAL (*tp) || DECL_DECLARED_INLINE_P (*tp)))
11899 if (DECL_DECLARED_INLINE_P (decl))
H A Dc-common.c4363 if (TREE_CODE (*node) == FUNCTION_DECL && DECL_DECLARED_INLINE_P (*node))
H A Dc-typeck.c2242 && DECL_DECLARED_INLINE_P (current_function_decl)
/freebsd-10.1-release/contrib/gcc/cp/
H A Doptimize.c107 DECL_DECLARED_INLINE_P (clone) = DECL_DECLARED_INLINE_P (fn);
H A Dcp-objcp-common.c59 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_DECLARED_INLINE_P (decl))
H A Ddecl2.c1394 if (method && (flag_weak || ! DECL_DECLARED_INLINE_P (method)))
1823 && DECL_DECLARED_INLINE_P (decl)
1995 || DECL_DECLARED_INLINE_P (decl));
2052 && !DECL_DECLARED_INLINE_P (CLASSTYPE_KEY_METHOD (class_type)))
2088 || DECL_DECLARED_INLINE_P (CLASSTYPE_KEY_METHOD (class_type))
2130 && DECL_DECLARED_INLINE_P (CLASSTYPE_KEY_METHOD (type)))
2155 && DECL_DECLARED_INLINE_P (decl)))
2164 if (!DECL_DECLARED_INLINE_P (decl))
2172 || (DECL_DECLARED_INLINE_P (decl)
3381 TREE_USED (decl) && DECL_DECLARED_INLINE_P (dec
[all...]
H A Ddecl.c1152 if (DECL_DECLARED_INLINE_P (newdecl)
1156 else if (DECL_DECLARED_INLINE_P (olddecl)
1160 else if (DECL_DECLARED_INLINE_P (newdecl)
1169 else if (DECL_DECLARED_INLINE_P (olddecl)
1553 if (DECL_DECLARED_INLINE_P (newdecl)
1554 && ! DECL_DECLARED_INLINE_P (olddecl)
1650 DECL_DECLARED_INLINE_P (old_result)
1651 |= DECL_DECLARED_INLINE_P (new_result);
1898 DECL_DECLARED_INLINE_P (newdecl) |= DECL_DECLARED_INLINE_P (olddec
[all...]
H A Dmethod.c162 DECL_DECLARED_INLINE_P (thunk) = 0;
286 DECL_DECLARED_INLINE_P (alias) = 0;
1103 DECL_DECLARED_INLINE_P (fn) = 1;
H A Dsemantics.c3230 if (DECL_DECLARED_INLINE_P (fn))
3333 if (DECL_DECLARED_INLINE_P (fn) || DECL_IMPLICIT_INSTANTIATION (fn))
3364 if (flag_keep_inline_functions && DECL_DECLARED_INLINE_P (fn))
H A Dpt.c1229 DECL_DECLARED_INLINE_P (clone)
1230 = DECL_DECLARED_INLINE_P (fn);
11984 if (DECL_DECLARED_INLINE_P (code_pattern)
11985 && !DECL_DECLARED_INLINE_P (decl))
11986 DECL_DECLARED_INLINE_P (decl) = 1;
12291 && DECL_DECLARED_INLINE_P (d)))
H A Dtree.c2096 if (!DECL_DECLARED_INLINE_P (fn) && DECL_REPLACEABLE_P (fn))
H A Dname-lookup.c569 && (!TREE_PUBLIC (decl) || DECL_DECLARED_INLINE_P (decl))))
H A Dclass.c4989 && ! DECL_DECLARED_INLINE_P (method)
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dwinnt-cxx.c52 && (DECL_DECLARED_INLINE_P (decl)

Completed in 366 milliseconds