HomeSort by: relevance | last modified time | path
    Searched refs:COMPILE_TIME_ASSERT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_util.h 28 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__)
emutls.c 72 COMPILE_TIME_ASSERT(sizeof(size_t) == sizeof(gcc_word));
73 COMPILE_TIME_ASSERT(sizeof(uintptr_t) == sizeof(gcc_pointer));
74 COMPILE_TIME_ASSERT(sizeof(uintptr_t) == sizeof(void*));

Completed in 12 milliseconds