Lines Matching refs:ACC_bottom
3528 ACC_bottom, enumerator
3538 if (left == ACC_bottom) return right; in merge()
3539 if (right == ACC_bottom) return left; in merge()
3576 return ACC_bottom; in VisitExpr()
3584 if (isAnyRetainable(TargetClass)) return ACC_bottom; in VisitObjCStringLiteral()
3593 return ACC_bottom; in VisitCastExpr()
3649 return ACC_bottom; in VisitDeclRefExpr()
3689 return ACC_bottom; in checkCallToFunction()
3939 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
3980 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
4477 case ACC_bottom: in CheckObjCConversion()