Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtls.c55 _Alignas(OVERALIGN_DATA) NEWLIB_THREAD_LOCAL volatile int32_t overaligned_data_var = DATA_VAL2;
56 _Alignas(OVERALIGN_BSS) NEWLIB_THREAD_LOCAL volatile int32_t overaligned_bss_var;
57 _Alignas(OVERALIGN_NON_TLS_BSS) volatile int32_t overaligned_non_tls_bss_var;
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h309 #define _Alignas(x) alignas(x) macro
312 #define _Alignas(x) __aligned(x) macro