 |
Blender
V2.93
|
Go to the documentation of this file.
32 # define alloca _alloca
35 #if (defined(__GNUC__) || defined(__clang__)) && defined(__cplusplus)
38 template<
typename T>
static inline T decltype_helper(
T x)
42 #define typeof(x) decltype(decltype_helper(x))
48 # define BLI_INLINE static __forceinline
50 # define BLI_INLINE static inline __attribute__((always_inline)) __attribute__((__unused__))
54 # define BLI_NOINLINE __attribute__((noinline))