 |
Blender
V3.3
|
Go to the documentation of this file.
18 # define alloca _alloca
21 #if (defined(__GNUC__) || defined(__clang__)) && defined(__cplusplus)
24 template<
typename T>
static inline T decltype_helper(
T x)
28 #define typeof(x) decltype(decltype_helper(x))
34 # define BLI_INLINE static __forceinline
36 # define BLI_INLINE static inline __attribute__((always_inline)) __attribute__((__unused__))
40 # define BLI_NOINLINE __attribute__((noinline))