Lines Matching refs:AIDL_ERROR
88 AIDL_ERROR(context) << "Bitwise negation of a boolean expression is always true."; in handleUnary()
248 AIDL_ERROR(location) << "Invalid character literal " << value; in Character()
342 AIDL_ERROR(location) << "Found invalid character at index " << i << " in string constant '" in String()
356 AIDL_ERROR(other) << "Failed to parse expression as integer: " << other.value_; in ShallowIntegralCopy()
374 AIDL_ERROR(type) << "Generic type cannot be specified with a constant literal."; in ValueString()
387 AIDL_ERROR(this) << "Invalid constant value: " + value_; in ValueString()
462 AIDL_ERROR(this) << "Could not parse " << value_; in ValueString()
471 AIDL_ERROR(this) << "Could not parse " << value_; in ValueString()
486 AIDL_ERROR(this) << "Invalid type specifier for " << ToString(final_type_) << ": " << type_string; in ValueString()
528 AIDL_ERROR(this) << "Invalid constant array type: " << type.GetName(); in evaluate()
539 AIDL_ERROR(this) << "Invalid array element: " << value->value_; in evaluate()
546 AIDL_ERROR(this) << "Incompatible array element type: " << ToString(value->final_type_) in evaluate()
564 AIDL_ERROR(this) << "Invalid constant boolean value: " << value_; in evaluate()
655 AIDL_ERROR(unary_) << "'" << op_ << "'" in evaluate()
662 AIDL_ERROR(unary_) << "Invalid constant unary expression: " + value_; in evaluate()
690 AIDL_ERROR(this) << "Invalid left operand in binary expression: " + value_; in CheckValid()
695 AIDL_ERROR(this) << "Invalid right operand in binary expression: " + value_; in CheckValid()
750 AIDL_ERROR(this) << "'" << lhs << "' is missing a trailing quote."; in evaluate()
758 AIDL_ERROR(this) << "'" << rhs << "' is missing a leading quote."; in evaluate()
774 AIDL_ERROR(this) << "Cannot do division operation with zero for expression: " + value_; in evaluate()