Lines Matching refs:AIDL_FATAL_IF
398 AIDL_FATAL_IF(left == Type::STRING || right == Type::STRING, AIDL_LOCATION_HERE); in UsualArithmeticConversion()
399 AIDL_FATAL_IF(left == Type::FLOATING || right == Type::FLOATING, AIDL_LOCATION_HERE); in UsualArithmeticConversion()
452 AIDL_FATAL_IF(value.size() != 3 || value[0] != '\'' || value[2] != '\'', location) << value; in Character()
575 AIDL_FATAL_IF(value.empty(), location); in Integral()
589 AIDL_FATAL_IF(values == nullptr, location); in Array()
600 AIDL_FATAL_IF(value.size() == 0, "If this is unquoted, we need to update the index log"); in String()
601 AIDL_FATAL_IF(value[0] != '\"', "If this is unquoted, we need to update the index log"); in String()
766 AIDL_FATAL_IF(err == 0, this); in ValueString()
971 AIDL_FATAL_IF(!resolved_, this) << "Should be resolved first: " << value_; in CheckValid()
978 AIDL_FATAL_IF(!resolved_, this) << "Should be resolved first: " << value_; in evaluate()
996 AIDL_FATAL_IF(unary_ == nullptr, this); in CheckValid()
1054 AIDL_FATAL_IF(left_val_ == nullptr, this); in CheckValid()
1055 AIDL_FATAL_IF(right_val_ == nullptr, this); in CheckValid()
1083 AIDL_FATAL_IF(left_val_ == nullptr, this); in evaluate()
1084 AIDL_FATAL_IF(right_val_ == nullptr, this); in evaluate()
1113 AIDL_FATAL_IF(right_val_->final_type_ != Type::STRING, this); in evaluate()
1206 AIDL_FATAL_IF(value_.empty() && type_ != Type::ERROR, location); in AidlConstantValue()
1207 AIDL_FATAL_IF(type_ != Type::INT8 && type_ != Type::INT32 && type_ != Type::INT64, location); in AidlConstantValue()
1218 AIDL_FATAL_IF(value_.empty() && type_ != Type::ERROR, location); in AidlConstantValue()
1242 AIDL_FATAL_IF(type_ != Type::ARRAY, location); in AidlConstantValue()