Searched refs:__static_assert (Results 1 – 2 of 2) sorted by relevance
11 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr)12 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) macro
19 __static_assert(ISA_MAX <= __riscv_xlen, "Need to increase thread_info.isa");