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

/external/google-breakpad/src/common/mac/
H A Dmacho_reader.cc59 // ASSERT_ALWAYS_EVAL always evaluates its argument, and asserts that
62 #define ASSERT_ALWAYS_EVAL(x) (x) macro
64 #define ASSERT_ALWAYS_EVAL(x) assert(x)

Completed in 101 milliseconds