Searched defs:COMPILE_ASSERT (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmacros.h44 // The COMPILE_ASSERT macro can be used to verify that a compile time
48 // COMPILE_ASSERT(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
53 // COMPILE_ASSERT(sizeof(foo) < 128, foo_too_large);
63 #define COMPILE_ASSERT(expr, msg) \ macro

Completed in 1397 milliseconds