Searched defs:ALWAYS_INLINE (Results 1 – 13 of 13) sorted by relevance
55 #define ALWAYS_INLINE [[clang::always_inline]] inline macro57 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro59 #define ALWAYS_INLINE __forceinline macro61 #define ALWAYS_INLINE inline macro
42 #define ALWAYS_INLINE __forceinline macro47 #define ALWAYS_INLINE __attribute__((always_inline)) macro
92 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro94 #define ALWAYS_INLINE __forceinline macro96 #define ALWAYS_INLINE inline macro
77 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro82 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
87 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro92 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
62 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro65 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
106 #define ALWAYS_INLINE __attribute__((always_inline)) macro109 #define ALWAYS_INLINE macro
144 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro146 # define ALWAYS_INLINE __forceinline macro148 # define ALWAYS_INLINE inline macro
195 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro197 # define ALWAYS_INLINE __forceinline macro199 # define ALWAYS_INLINE inline macro
131 # define ALWAYS_INLINE __forceinline macro143 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
34 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
66 #define ALWAYS_INLINE __forceinline macro68 #define ALWAYS_INLINE macro73 #define ALWAYS_INLINE macro75 #define ALWAYS_INLINE inline __attribute__ ((always_inline)) macro
51 #define ALWAYS_INLINE EIGEN_ALWAYS_INLINE macro