Searched refs:ABORT_AFTER_LOG_EXPR_IF (Results 1 – 1 of 1) sorted by relevance
178 #define ABORT_AFTER_LOG_EXPR_IF(c, x) (((c) && ::android::base::LogAbortAfterFullExpr()) || (x)) macro183 #define ABORT_AFTER_LOG_EXPR_IF(c, x) (x) macro186 #define ABORT_AFTER_LOG_FATAL_EXPR(x) ABORT_AFTER_LOG_EXPR_IF(true, x)220 ABORT_AFTER_LOG_EXPR_IF((SEVERITY_LAMBDA(severity)) == ::android::base::FATAL, true) && \