Home
last modified time | relevance | path

Searched refs:__CONCAT1 (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/include/llvm_libc/sys/
Dcdefs.h12 #define __CONCAT1(x,y) x ## y macro
13 #define __CONCAT(x,y) __CONCAT1(x,y)
/hal_rpi_pico-latest/src/rp2_common/pico_platform_compiler/include/pico/platform/
Dcompiler.h52 #ifndef __CONCAT1
53 #define __CONCAT1(a, b) a ## b macro
56 #define __CONCAT(a, b) __CONCAT1(a, b)