Home
last modified time | relevance | path

Searched refs:GNU_INLINE_P (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc1431 #define GNU_INLINE_P(fn) (DECL_DECLARED_INLINE_P (fn) \ macro
2304 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result) in duplicate_decls()
2625 new_redefines_gnu_inline = GNU_INLINE_P (STRIP_TEMPLATE (olddecl)); in duplicate_decls()
2812 && (new_defines_function ? GNU_INLINE_P (newdecl) : types_match)) in duplicate_decls()
3160 else if (!GNU_INLINE_P (olddecl) in redeclaration_error_message()
3161 || GNU_INLINE_P (newdecl)) in redeclaration_error_message()
3167 bool olda = GNU_INLINE_P (olddecl); in redeclaration_error_message()
3168 bool newa = GNU_INLINE_P (newdecl); in redeclaration_error_message()
3220 && (!GNU_INLINE_P (ot) || GNU_INLINE_P (nt))) in redeclaration_error_message()
3225 bool olda = GNU_INLINE_P (ot); in redeclaration_error_message()
[all …]
DChangeLog-20071172 DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions.
1210 * decl.c (GNU_INLINE_P): New.