Lines Matching refs:AIDL_ERROR
137 AIDL_ERROR(context) << "Constant expression computation overflows."; in processGuard()
196 AIDL_ERROR(context) << "Bitwise negation of a boolean expression is always true."; in handleUnary()
360 AIDL_ERROR(location) << "Invalid character literal " << value; in Character()
458 AIDL_ERROR(location) << "Found invalid character at index " << i << " in string constant '" in String()
470 AIDL_ERROR(type) << "Generic type cannot be specified with a constant literal."; in ValueString()
483 AIDL_ERROR(this) << "Invalid constant value: " + value_; in ValueString()
491 AIDL_ERROR(this) << "Invalid type (" << defined_type->GetCanonicalName() in ValueString()
496 AIDL_ERROR(this) << "Invalid value (" << value_ << ") for enum " in ValueString()
571 AIDL_ERROR(this) << "Could not parse " << value_; in ValueString()
580 AIDL_ERROR(this) << "Could not parse " << value_; in ValueString()
595 AIDL_ERROR(this) << "Invalid type specifier for " << ToString(final_type_) << ": " << type_string; in ValueString()
647 AIDL_ERROR(this) << "Invalid array element: " << value->value_; in evaluate()
654 AIDL_ERROR(this) << "Incompatible array element type: " << ToString(value->final_type_) in evaluate()
672 AIDL_ERROR(this) << "Invalid constant boolean value: " << value_; in evaluate()
761 AIDL_ERROR(*this) << "Can't resolve the reference (" << value_ << ")"; in Resolve()
778 AIDL_ERROR(*this) << "Can't find " << field_name_ << " in " << defined_type->GetName(); in Resolve()
837 AIDL_ERROR(unary_) << "'" << op_ << "'" in evaluate()
844 AIDL_ERROR(unary_) << "Invalid constant unary expression: " + value_; in evaluate()
873 AIDL_ERROR(this) << "Invalid left operand in binary expression: " + value_; in CheckValid()
878 AIDL_ERROR(this) << "Invalid right operand in binary expression: " + value_; in CheckValid()
916 AIDL_ERROR(this) << "Cannot perform operation '" << op_ << "' on " in evaluate()
928 AIDL_ERROR(this) << "Only '+' is supported for strings, not '" << op_ << "'."; in evaluate()
937 AIDL_ERROR(this) << "'" << lhs << "' is missing a trailing quote."; in evaluate()
945 AIDL_ERROR(this) << "'" << rhs << "' is missing a leading quote."; in evaluate()