Lines Matching refs:BOOLEAN
168 case Type::BOOLEAN: \
268 case Type::BOOLEAN: // fall-through in IsCompatibleType()
287 case Type::BOOLEAN: // fall-through in AreCompatibleTypes()
292 case Type::BOOLEAN: // fall-through in AreCompatibleTypes()
318 if (left == Type::BOOLEAN) return right; in UsualArithmeticConversion()
319 if (right == Type::BOOLEAN) return left; in UsualArithmeticConversion()
354 return new AidlConstantValue(location, Type::BOOLEAN, value ? "true" : "false"); in Boolean()
519 case Type::BOOLEAN: // fall-through in ValueString()
605 case Type::BOOLEAN: // fall-through in CheckValid()
670 case Type::BOOLEAN: in evaluate()
704 case Type::BOOLEAN: in ToString()
964 : Type::BOOLEAN; // comparison operators generates bool in evaluate()
999 final_type_ = Type::BOOLEAN; in evaluate()