mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
5 lines
176 B
C
5 lines
176 B
C
#define _CLC_OVERLOAD __attribute__((overloadable))
|
|
#define _CLC_DECL
|
|
#define _CLC_DEF __attribute__((always_inline))
|
|
#define _CLC_INLINE __attribute__((always_inline)) inline
|