Home
last modified time | relevance | path

Searched refs:cannot_inline (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-objc-common.c171 goto cannot_inline;
174 goto cannot_inline;
184 goto cannot_inline;
192 goto cannot_inline;
216 goto cannot_inline;
220 cannot_inline:
H A Dfunction.h236 const char *cannot_inline; member
550 #define current_function_cannot_inline (cfun->cannot_inline)
H A Dexpr.c3399 cfun->cannot_inline
H A DChangeLog.39675 * expr.c (emit_move_insn_1): Clarify cannot_inline message.
/openbsd-src/gnu/gcc/gcc/
H A Dc-objc-common.c83 goto cannot_inline; in c_cannot_inline_tree_fn()
93 goto cannot_inline; in c_cannot_inline_tree_fn()
101 goto cannot_inline; in c_cannot_inline_tree_fn()
106 cannot_inline: in c_cannot_inline_tree_fn()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c2525 current_function_cannot_inline = cp_function_chain->cannot_inline;
H A Dcp-tree.h901 const char *cannot_inline; member
H A Ddecl.c14781 f->cannot_inline = current_function_cannot_inline;
H A DChangeLog.21701 * cp-tree.h (language_function): Add cannot_inline.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20044878 * cp-tree.h (struct language_function): Remove cannot_inline.
4879 * decl.c (save_function_data): cannot_inline is no more.
H A DChangeLog-19991701 * cp-tree.h (language_function): Add cannot_inline.