Searched refs:static_assert (Results 1 – 4 of 4) sorted by relevance
90 static_assert(sizeof(struct bootloader_message) == 2048,129 static_assert(sizeof(struct bootloader_message_ab) == 4096,184 static_assert(sizeof(struct bootloader_control) ==
149 static_assert(sizeof(default_environment) <= ENV_SIZE,
76 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) macro
453 static_assert(sizeof(struct global_data) == GD_SIZE);
Completed in 6 milliseconds