Searched refs:COMPILE_TIME_ASSERT (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/libunwind-35.3/src/
H A DInternalMacros.h50 #define COMPILE_TIME_ASSERT( expr ) \ macro
H A DRegisters.hpp109 COMPILE_TIME_ASSERT( sizeof(Registers_x86) < sizeof(unw_context_t) );
313 COMPILE_TIME_ASSERT( sizeof(Registers_x86_64) < sizeof(unw_context_t) );
591 COMPILE_TIME_ASSERT( sizeof(Registers_ppc) < sizeof(unw_context_t) );
H A DDwarfInstructions.hpp920 COMPILE_TIME_ASSERT( (int)CFI_Parser<A>::kMaxRegisterNumber > (int)DW_X86_64_RET_ADDR );
1315 COMPILE_TIME_ASSERT( (int)CFI_Parser<A>::kMaxRegisterNumber > (int)DW_X86_RET_ADDR );
1691 COMPILE_TIME_ASSERT( (int)CFI_Parser<A>::kMaxRegisterNumber > (int)UNW_PPC_SPEFSCR );
H A DUnwindCursor.hpp415 COMPILE_TIME_ASSERT( sizeof(UnwindCursor<A,R>) < sizeof(unw_cursor_t) );
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkext_tools_util.h68 #define COMPILE_TIME_ASSERT(pred) switch(0){case 0:case pred:;} macro
H A Dsafecalls.c75 // errno value and message). COMPILE_TIME_ASSERT() break schdirparent().
77 /* COMPILE_TIME_ASSERT(sizeof(dst) == PATH_MAX); */ \
84 COMPILE_TIME_ASSERT(sizeof(dst) == PATH_MAX); \
H A Dupdate_boot.c145 #define COMPILE_TIME_ASSERT(pred) switch(0){case 0:case pred:;} macro
2253 COMPILE_TIME_ASSERT(sizeof(BOOTPLIST_NAME)==sizeof(BOOTPLIST_APM_NAME));
H A Dkextd_watchvol.c662 COMPILE_TIME_ASSERT(sizeof(fullp) == PATH_MAX); \
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAPFloat.cpp31 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1] macro
32 COMPILE_TIME_ASSERT(integerPartWidth % 4 == 0);
H A DAPInt.cpp2232 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1] macro
2233 COMPILE_TIME_ASSERT(integerPartWidth % 2 == 0);

Completed in 216 milliseconds