Go to the documentation of this file.
25#if COMPILER(GCC) && defined(NDEBUG) && __GNUC__ > 3
26#define ALWAYS_INLINE inline __attribute__ ((__always_inline__))
27#elif COMPILER(MSVC) && defined(NDEBUG)
28#define ALWAYS_INLINE __forceinline
30#define ALWAYS_INLINE inline
34#ifndef ALWAYS_INLINE_INTO
35#if COMPILER(GCC) && defined(NDEBUG) && ((__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || __GNUC__ > 4)
36#define ALWAYS_INLINE_INTO __attribute__ ((__flatten__))
38#define ALWAYS_INLINE_INTO
44#if COMPILER(GCC) && __GNUC__ > 3
45#define NEVER_INLINE __attribute__ ((__noinline__))
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.15.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.