Lines Matching refs:AIDL_FATAL
144 #define SHOULD_NOT_REACH() AIDL_FATAL(AIDL_LOCATION_HERE) << "Should not reach."
186 AIDL_FATAL(context) << "Could not handleUnary for " << op << " " << val; in handleUnary()
199 AIDL_FATAL(context) << "Could not handleUnary for " << op << " " << val; in handleUnary()
222 AIDL_FATAL(context) << "Could not handleBinaryCommon for " << lval << " " << op << " " << rval; in handleBinaryCommon()
232 AIDL_FATAL(context) << "Could not handleShift for " << lval << " " << op << " " << rval; in handleShift()
241 AIDL_FATAL(context) << "Could not handleLogical for " << lval << " " << op << " " << rval; in handleLogical()
718 AIDL_FATAL(this) << "Unrecognized constant value type: " << ToString(type_); in CheckValid()
797 AIDL_FATAL(this) << "Unrecognized constant value type: " << ToString(type_); in evaluate()
829 AIDL_FATAL(AIDL_LOCATION_HERE) << "aidl internal error: error type failed to halt program"; in ToString()
832 AIDL_FATAL(AIDL_LOCATION_HERE) in ToString()
1140 AIDL_FATAL(this) << "Invalid type: " << ToString(type_); in AidlConstantValue()