Home
last modified time | relevance | path

Searched refs:RHS (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dlogging.h159 #define CHECK_IMPLIES(LHS, RHS) \ argument
160 LIKELY(!(LHS) || (RHS)) || ABORT_AFTER_LOG_FATAL_EXPR(false) || \
164 << "Check failed: " #LHS << " (true) implies " #RHS << " (false)"