Home
last modified time | relevance | path

Searched defs:COMPILE_TIME_ASSERT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_compile_check.c27 #define COMPILE_TIME_ASSERT(pred) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_util.h26 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) macro