Home
last modified time | relevance | path

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

/DragonStub/inc/dragonstub/
H A Dbuild_bug.h18 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) macro
/DragonStub/apps/lib/
H A Dvsprintf.c28 static_assert(SIGN == 1);
29 static_assert(ZEROPAD == ('0' - ' '));
30 static_assert(SMALL == ('a' ^ 'A'));