Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/
H A Dutil.h11 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr)
12 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) macro
/kvm-unit-tests/lib/riscv/asm/
H A Disa.h19 __static_assert(ISA_MAX <= __riscv_xlen, "Need to increase thread_info.isa");