Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
llvm.h File Reference

Go to the source code of this file.

Macros

#define TOOLCHAIN_CLANG_VERSION
 
#define TOOLCHAIN_HAS_PRAGMA_DIAG   1
 
#define INT8_C(x)   __INT8_C(x)
 
#define UINT8_C(x)   __UINT8_C(x)
 
#define INT16_C(x)   __INT16_C(x)
 
#define UINT16_C(x)   __UINT16_C(x)
 
#define INT32_C(x)   __INT32_C(x)
 
#define UINT32_C(x)   __UINT32_C(x)
 
#define INT64_C(x)   __INT64_C(x)
 
#define UINT64_C(x)   __UINT64_C(x)
 
#define INTMAX_C(x)   __INTMAX_C(x)
 
#define UINTMAX_C(x)   __UINTMAX_C(x)
 

Macro Definition Documentation

◆ INT16_C

#define INT16_C (   x)    __INT16_C(x)

◆ INT32_C

#define INT32_C (   x)    __INT32_C(x)

◆ INT64_C

#define INT64_C (   x)    __INT64_C(x)

◆ INT8_C

#define INT8_C (   x)    __INT8_C(x)

◆ INTMAX_C

#define INTMAX_C (   x)    __INTMAX_C(x)

◆ TOOLCHAIN_CLANG_VERSION

#define TOOLCHAIN_CLANG_VERSION
Value:
((__clang_major__ * 10000) + (__clang_minor__ * 100) + \
__clang_patchlevel__)

◆ TOOLCHAIN_HAS_PRAGMA_DIAG

#define TOOLCHAIN_HAS_PRAGMA_DIAG   1

◆ UINT16_C

#define UINT16_C (   x)    __UINT16_C(x)

◆ UINT32_C

#define UINT32_C (   x)    __UINT32_C(x)

◆ UINT64_C

#define UINT64_C (   x)    __UINT64_C(x)

◆ UINT8_C

#define UINT8_C (   x)    __UINT8_C(x)

◆ UINTMAX_C

#define UINTMAX_C (   x)    __UINTMAX_C(x)