Searched refs:ABORT_AFTER_LOG_EXPR_IF (Results 1 – 1 of 1) sorted by relevance
197 #define ABORT_AFTER_LOG_EXPR_IF(c, x) (((c) && ::android::base::LogAbortAfterFullExpr()) || (x)) macro202 #define ABORT_AFTER_LOG_EXPR_IF(c, x) (x) macro205 #define ABORT_AFTER_LOG_FATAL_EXPR(x) ABORT_AFTER_LOG_EXPR_IF(true, x)235 ABORT_AFTER_LOG_EXPR_IF((SEVERITY_LAMBDA(severity)) == ::android::base::FATAL, true) && \